This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 233364 - NullPointerException at javax.swing.plaf.basic.BasicTreeUI.completeEditing
Summary: NullPointerException at javax.swing.plaf.basic.BasicTreeUI.completeEditing
Status: RESOLVED DUPLICATE of bug 226248
Alias: None
Product: platform
Classification: Unclassified
Component: Directory Chooser (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-25 05:25 UTC by drazisil
Modified: 2013-07-25 07:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 202492


Attachments
stacktrace (7.60 KB, text/plain)
2013-07-25 05:25 UTC, drazisil
Details

Note You need to log in before you can comment on or make changes to this bug.
Description drazisil 2013-07-25 05:25:01 UTC
Build: NetBeans IDE 7.4 Beta (Build 201307092200)
VM: Java HotSpot(TM) Client VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Windows 7

User Comments:
drazisil: Trying to select folder for new project




Stacktrace: 
java.lang.NullPointerException
   at javax.swing.plaf.basic.BasicTreeUI.completeEditing(BasicTreeUI.java:2073)
   at javax.swing.plaf.basic.BasicTreeUI$Handler.editingStopped(BasicTreeUI.java:3690)
   at javax.swing.AbstractCellEditor.fireEditingStopped(AbstractCellEditor.java:141)
   at javax.swing.DefaultCellEditor$EditorDelegate.stopCellEditing(DefaultCellEditor.java:368)
   at javax.swing.DefaultCellEditor.stopCellEditing(DefaultCellEditor.java:233)
   at javax.swing.plaf.basic.BasicTreeUI.completeEditing(BasicTreeUI.java:2034)
Comment 1 drazisil 2013-07-25 05:25:02 UTC
Created attachment 137754 [details]
stacktrace
Comment 2 Ondrej Vrabec 2013-07-25 07:33:51 UTC

*** This bug has been marked as a duplicate of bug 226248 ***