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 210044 - NullPointerException at javax.swing.BoxLayout.preferredLayoutSize
Summary: NullPointerException at javax.swing.BoxLayout.preferredLayoutSize
Status: RESOLVED DUPLICATE of bug 209670
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Issuetracking Framework (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-24 21:20 UTC by muellermi
Modified: 2012-03-26 08:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 186242


Attachments
stacktrace (2.07 KB, text/plain)
2012-03-24 21:20 UTC, muellermi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description muellermi 2012-03-24 21:20:25 UTC
Build: NetBeans IDE Dev (Build 201203230400)
VM: Java HotSpot(TM) 64-Bit Server VM, 22.1-b02, Java(TM) SE Runtime Environment, 1.7.0_03-b05
OS: Windows 7

User Comments:
muellermi: registering new (netbeans) issue tracker




Stacktrace: 
java.lang.NullPointerException
   at javax.swing.BoxLayout.preferredLayoutSize(BoxLayout.java:301)
   at java.awt.Container.preferredSize(Container.java:1788)
   at java.awt.Container.getPreferredSize(Container.java:1773)
   at javax.swing.JComponent.getPreferredSize(JComponent.java:1662)
   at org.netbeans.modules.bugtracking.ui.query.QueryTopComponentScrollPaneLayout.layoutContainer(QueryTopComponentScrollPaneLayout.java:234)
   at java.awt.Container.layout(Container.java:1503)
Comment 1 muellermi 2012-03-24 21:20:26 UTC
Created attachment 117203 [details]
stacktrace
Comment 2 Tomas Stupka 2012-03-26 08:21:15 UTC

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