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 223485 - AssertionError at org.netbeans.modules.project.ui.groups.Group.setMainProject
Summary: AssertionError at org.netbeans.modules.project.ui.groups.Group.setMainProject
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-07 14:23 UTC by marco76
Modified: 2012-12-12 02:46 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 196259


Attachments
stacktrace (2.51 KB, text/plain)
2012-12-07 14:23 UTC, marco76
Details

Note You need to log in before you can comment on or make changes to this bug.
Description marco76 2012-12-07 14:23:33 UTC
Build: NetBeans IDE Dev (Build 201212070001)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.6-b02, Java(TM) SE Runtime Environment, 1.7.0_10-ea-b07
OS: Mac OS X

Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.project.ui.groups.Group.setMainProject(Group.java:363)
   at org.netbeans.modules.project.ui.groups.NewGroupPanel.create(NewGroupPanel.java:189)
   at org.netbeans.modules.project.ui.groups.GroupsMenu.newGroup(GroupsMenu.java:310)
   at org.netbeans.modules.project.ui.groups.GroupsMenu.access$200(GroupsMenu.java:94)
   at org.netbeans.modules.project.ui.groups.GroupsMenu$Menu$4.actionPerformed(GroupsMenu.java:243)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018)
Comment 1 marco76 2012-12-07 14:23:34 UTC
Created attachment 129051 [details]
stacktrace
Comment 2 Milos Kleint 2012-12-10 12:27:15 UTC
http://hg.netbeans.org/core-main/rev/36cb0d1aedb9
Comment 3 Quality Engineering 2012-12-12 02:46:53 UTC
Integrated into 'main-golden', will be available in build *201212120001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/36cb0d1aedb9
User: Milos Kleint <mkleint@netbeans.org>
Log: #223485 creation is to happen off-AWT