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

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

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