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 199019 - NullPointerException at com.sun.java.swing.plaf.windows.WindowsTreeUI.ensureRowsAreVisible
Summary: NullPointerException at com.sun.java.swing.plaf.windows.WindowsTreeUI.ensureR...
Status: CLOSED DUPLICATE of bug 196273
Alias: None
Product: platform
Classification: Unclassified
Component: JDK Problems (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-31 08:21 UTC by dharmen6081
Modified: 2011-06-08 19:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 178047


Attachments
stacktrace (2.94 KB, text/plain)
2011-05-31 08:21 UTC, dharmen6081
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dharmen6081 2011-05-31 08:21:05 UTC
Build: NetBeans IDE 7.0 Beta 2 (Build 201102140001)
VM: Java HotSpot(TM) Client VM, 19.1-b02, Java(TM) SE Runtime Environment, 1.6.0_24-b07
OS: Windows XP

Stacktrace: 
java.lang.NullPointerException
   at com.sun.java.swing.plaf.windows.WindowsTreeUI.ensureRowsAreVisible(WindowsTreeUI.java:74)
   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 dharmen6081 2011-05-31 08:21:10 UTC
Created attachment 108614 [details]
stacktrace
Comment 2 Marian Mirilovic 2011-06-01 07:41:47 UTC

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