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

Summary: [69cat] NullPointerException at javax.swing.plaf.basic.BasicTreeUI.ensureRowsAreVisible
Product: ide Reporter: schkovich <schkovich>
Component: CodeAssignee: issues@ide <issues>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 169562
Attachments: stacktrace

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 ***