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 186110 - [69cat] NullPointerException at javax.swing.plaf.basic.BasicTreeUI.ensureRowsAreVisible
Summary: [69cat] NullPointerException at javax.swing.plaf.basic.BasicTreeUI.ensureRows...
Status: RESOLVED DUPLICATE of bug 143495
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-13 15:16 UTC by schkovich
Modified: 2010-05-14 07:07 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 169562


Attachments
stacktrace (2.56 KB, text/plain)
2010-05-13 15:16 UTC, schkovich
Details

Note You need to log in before you can comment on or make changes to this bug.
Description schkovich 2010-05-13 15:16:13 UTC
Build: NetBeans IDE Dev (Build 201005122200)
VM: Java HotSpot(TM) 64-Bit Server VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: Linux

User Comments:
schkovich: mmm.... i've moved some folders around and get stuck in locked folders. while deleting one of folders reported not to be part of working copy, folder was not deleted in files tree, followed by exception




Stacktrace: 
java.lang.NullPointerException
   at javax.swing.plaf.basic.BasicTreeUI.ensureRowsAreVisible(BasicTreeUI.java:1881)
   at javax.swing.plaf.basic.BasicTreeUI.toggleExpandState(BasicTreeUI.java:2208)
   at javax.swing.plaf.basic.BasicTreeUI.handleExpandControlClick(BasicTreeUI.java:2191)
   at javax.swing.plaf.basic.BasicTreeUI.checkForClickInExpandControl(BasicTreeUI.java:2149)
   at javax.swing.plaf.basic.BasicTreeUI$Handler.handleSelection(BasicTreeUI.java:3511)
   at javax.swing.plaf.basic.BasicTreeUI$Handler.mousePressedDND(BasicTreeUI.java:3497)
Comment 1 schkovich 2010-05-13 15:16:16 UTC
Created attachment 98961 [details]
stacktrace
Comment 2 Peter Pis 2010-05-14 07:07:25 UTC

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