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 210043 - NullPointerException at javax.swing.SizeRequirements.calculateAlignedPositions
Summary: NullPointerException at javax.swing.SizeRequirements.calculateAlignedPositions
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:17 UTC by muellermi
Modified: 2012-05-10 10:46 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 186241


Attachments
stacktrace (2.58 KB, text/plain)
2012-03-24 21:17 UTC, muellermi
Details
stacktrace (2.58 KB, text/plain)
2012-04-11 13:44 UTC, schkovich
Details
stacktrace (2.58 KB, text/plain)
2012-05-02 13:17 UTC, schkovich
Details

Note You need to log in before you can comment on or make changes to this bug.
Description muellermi 2012-03-24 21:17:23 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 netbeans issue tracker... ;-)




Stacktrace: 
java.lang.NullPointerException
   at javax.swing.SizeRequirements.calculateAlignedPositions(SizeRequirements.java:461)
   at javax.swing.BoxLayout.layoutContainer(BoxLayout.java:434)
   at java.awt.Container.layout(Container.java:1503)
   at java.awt.Container.doLayout(Container.java:1492)
   at java.awt.Container.validateTree(Container.java:1688)
   at java.awt.Container.validateTree(Container.java:1697)
Comment 1 muellermi 2012-03-24 21:17:26 UTC
Created attachment 117202 [details]
stacktrace
Comment 2 Stanislav Aubrecht 2012-03-26 10:28:37 UTC
The messages.log has a lot of exceptions from bug tracking ui, reassigning
Comment 3 schkovich 2012-04-11 13:44:25 UTC
Created attachment 118133 [details]
stacktrace

Find Issues using Jira (connecting to Atlassian)
Comment 4 schkovich 2012-05-02 13:17:31 UTC
Created attachment 118975 [details]
stacktrace

find jirra issue
Comment 5 Exceptions Reporter 2012-05-02 13:17:52 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=186241
Comment 6 Tomas Stupka 2012-05-10 10:46:15 UTC
was able to reproduce (together with #209670) when reproducing #212266 - seems to be a side effect of the repository combo box model populated by a wrong type.

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