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 - NullPointerException at javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNode.adjustRowBy
Summary: NullPointerException at javax.swing.tree.FixedHeightLayoutCache$FHTreeStateNo...
Status: RESOLVED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: JDK Problems (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-10 00:59 UTC by zeloras
Modified: 2013-07-30 14:35 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 197352


Attachments
stacktrace (3.98 KB, text/plain)
2013-01-10 01:00 UTC, zeloras
Details

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