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 227268

Summary: [74cat] NullPointerException at javax.swing.plaf.basic.BasicTreeUI.ensureRowsAreVisible
Product: platform Reporter: kosmonaffft
Component: JDK ProblemsAssignee: Stanislav Aubrecht <saubrecht>
Status: CLOSED WONTFIX    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
URL: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8022052
Issue Type: DEFECT Exception Reporter: 199485
Attachments: stacktrace

Description kosmonaffft 2013-03-11 03:27:50 UTC
Build: NetBeans IDE Dev (Build 201303092300)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_13-b20
OS: Windows 8

User Comments:
kosmonaFFFt: Delete folder in C++ Makefile based project...




Stacktrace: 
java.lang.NullPointerException
   at javax.swing.plaf.basic.BasicTreeUI.ensureRowsAreVisible(BasicTreeUI.java:1944)
   at javax.swing.plaf.basic.BasicTreeUI.toggleExpandState(BasicTreeUI.java:2270)
   at javax.swing.plaf.basic.BasicTreeUI.handleExpandControlClick(BasicTreeUI.java:2253)
   at javax.swing.plaf.basic.BasicTreeUI.checkForClickInExpandControl(BasicTreeUI.java:2211)
   at javax.swing.plaf.basic.BasicTreeUI$Handler.handleSelection(BasicTreeUI.java:3580)
   at javax.swing.plaf.basic.BasicTreeUI$Handler.mousePressedDND(BasicTreeUI.java:3566)
Comment 1 kosmonaffft 2013-03-11 03:27:53 UTC
Created attachment 132440 [details]
stacktrace