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 211013 - 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-04-11 13:42 UTC by schkovich
Modified: 2012-04-11 13:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 186892


Attachments
stacktrace (1.87 KB, text/plain)
2012-04-11 13:42 UTC, schkovich
Details

Note You need to log in before you can comment on or make changes to this bug.
Description schkovich 2012-04-11 13:42:02 UTC
Build: NetBeans IDE Dev (Build 201204100400)
VM: Java HotSpot(TM) 64-Bit Server VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Linux

User Comments:
schkovich: Find Issue > Create new Jira connector to Atlassian




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 schkovich 2012-04-11 13:42:07 UTC
Created attachment 118132 [details]
stacktrace
Comment 2 Tomas Stupka 2012-04-11 13:47:38 UTC

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