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 246051 - NullPointerException at javax.swing.plaf.basic.BasicTreeUI.updateSize
Summary: NullPointerException at javax.swing.plaf.basic.BasicTreeUI.updateSize
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: JDK Problems (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-28 09:46 UTC by FrantaM
Modified: 2014-07-29 07:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 210940


Attachments
stacktrace (1.38 KB, text/plain)
2014-07-28 09:47 UTC, FrantaM
Details

Note You need to log in before you can comment on or make changes to this bug.
Description FrantaM 2014-07-28 09:46:59 UTC
Build: NetBeans IDE Dev (Build 201407020002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.5-b02, Java(TM) SE Runtime Environment, 1.8.0_05-b13
OS: Windows 7

User Comments:
FrantaM: inspect hierarchy




Stacktrace: 
java.lang.NullPointerException
   at javax.swing.plaf.basic.BasicTreeUI.updateSize(BasicTreeUI.java:1849)
   at javax.swing.plaf.basic.BasicTreeUI$ComponentHandler.actionPerformed(BasicTreeUI.java:2617)
   at javax.swing.Timer.fireActionPerformed(Timer.java:313)
   at javax.swing.Timer$DoPostEvent.run(Timer.java:245)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:744)
Comment 1 FrantaM 2014-07-28 09:47:00 UTC
Created attachment 148353 [details]
stacktrace