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 224677

Summary: NullPointerException at javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.adjustRowBy
Product: platform Reporter: zeloras
Component: JDK ProblemsAssignee: Stanislav Aubrecht <saubrecht>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 197352
Attachments: stacktrace

Description zeloras 2013-01-10 00:59:59 UTC
Build: NetBeans IDE Dev (Build 201212170919)
VM: OpenJDK Client VM, 20.0-b12, OpenJDK Runtime Environment, 1.6.0_24-b24
OS: Linux

Stacktrace: 
java.lang.NullPointerException
   at javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.adjustRowBy(FixedHeightLayoutCache.java:1009)
   at javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.adjustRowBy(FixedHeightLayoutCache.java:1009)
   at javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.adjustRowBy(FixedHeightLayoutCache.java:1009)
   at javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.adjustRowBy(FixedHeightLayoutCache.java:1009)
   at javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.adjustRowBy(FixedHeightLayoutCache.java:1009)
   at javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.adjustRowBy(FixedHeightLayoutCache.java:1009)
Comment 1 zeloras 2013-01-10 01:00:01 UTC
Created attachment 130056 [details]
stacktrace
Comment 2 Jaroslav Tulach 2013-01-10 10:02:46 UTC
JTree related Swing problem.
Comment 3 Stanislav Aubrecht 2013-07-30 14:35:39 UTC
Please reopen if you can reproduce with the latest update of Oracle JDK 1.7, thanks.