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 - [74cat] NullPointerException at javax.swing.plaf.basic.BasicTreeUI.ensureRowsAreVisible
Summary: [74cat] NullPointerException at javax.swing.plaf.basic.BasicTreeUI.ensureRows...
Status: CLOSED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: JDK Problems (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL: http://bugs.sun.com/bugdatabase/view_...
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-11 03:27 UTC by kosmonaffft
Modified: 2013-11-15 04:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 199485


Attachments
stacktrace (3.29 KB, text/plain)
2013-03-11 03:27 UTC, kosmonaffft
Details

Note You need to log in before you can comment on or make changes to this bug.
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