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

Summary: NullPointerException at javax.swing.BoxLayout.preferredLayoutSize
Product: connecteddeveloper Reporter: muellermi <muellermi>
Component: Issuetracking FrameworkAssignee: Tomas Stupka <tstupka>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 186242
Attachments: stacktrace

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 ***