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 126466 - NullPointerException at javax.swing.ScrollPaneLayout.preferredLayoutSize
Summary: NullPointerException at javax.swing.ScrollPaneLayout.preferredLayoutSize
Status: CLOSED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: David Simonek
URL: http://statistics.netbeans.org/except...
Keywords: JDK_SPECIFIC, RANDOM
Depends on:
Blocks:
 
Reported: 2008-02-01 01:00 UTC by cgfulton
Modified: 2011-06-09 09:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 17307


Attachments
stacktrace (9.40 KB, text/plain)
2008-02-01 01:00 UTC, cgfulton
Details
stacktrace (4.61 KB, text/plain)
2008-07-25 00:45 UTC, jgrace5
Details

Note You need to log in before you can comment on or make changes to this bug.
Description cgfulton 2008-02-01 01:00:06 UTC
Build: NetBeans IDE Dev (Build 200801280931)
VM: Java HotSpot(TM) Client VM, 12.0-b01
OS: Linux, 2.6.20-1.2933.fc6, i386

User Comments:
Comment 1 cgfulton 2008-02-01 01:00:15 UTC
Created attachment 55884 [details]
stacktrace
Comment 2 David Simonek 2008-02-07 14:53:06 UTC
Hello cgfulton, could you please tell us what java version are you using? "Client VM, 12.0-b01" doesn't sound familiar
to me. Could you attach output from "java -version"? Thanks.
Comment 3 David Simonek 2008-02-07 15:15:10 UTC
It seems to be JDK related bug, nothing we can do in Netbeans probably. I entered JDK issue
http://bugs.sun.com/view_bug.do?bug_id=6660477

btw cgfulton, is there any way to reproduce this error reliably? Some steps leading to error? Thanks.
Comment 4 Exceptions Reporter 2008-02-09 20:04:11 UTC
THIS ISSUE HAS ALREADY 5 DUPLICATES
Comment 5 jgrace5 2008-07-25 00:45:51 UTC
Build: NetBeans IDE Dev (Build 200807040101)
VM: Java HotSpot(TM) Client VM, 12.0-b01, Java(TM) SE Runtime Environment, 1.7.0-ea-b24
OS: Windows XP, 5.1, x86

User Comments: 


Stacktrace: 
java.lang.NullPointerException
        at javax.swing.ScrollPaneLayout.preferredLayoutSize(ScrollPaneLayout.java:494)
        at java.awt.Container.preferredSize(Container.java:1669)
        at java.awt.Container.getPreferredSize(Container.java:1654)
        at javax.swing.JComponent.getPreferredSize(JComponent.java:1645)
        at java.awt.GridBagLayout.GetLayoutInfo(GridBagLayout.java:1109)
        at java.awt.GridBagLayout.GetLayoutInfo(GridBagLayout.java:910)
Comment 6 jgrace5 2008-07-25 00:45:56 UTC
Created attachment 65602 [details]
stacktrace
Comment 7 Marian Mirilovic 2011-06-09 09:56:52 UTC
v/c