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 191680 - AssertionError: #186459: icon.text=/usr/share/icon allFiles=[] iconFile=/usr/share/icon
Summary: AssertionError: #186459: icon.text=/usr/share/icon allFiles=[] iconFile=/usr/...
Status: RESOLVED DUPLICATE of bug 186459
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-05 17:08 UTC by czerny
Modified: 2010-11-05 17:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 173691


Attachments
stacktrace (5.52 KB, text/plain)
2010-11-05 17:08 UTC, czerny
Details

Note You need to log in before you can comment on or make changes to this bug.
Description czerny 2010-11-05 17:08:50 UTC
This bug was originally marked as duplicate of bug 186459, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.0 M2 (Build 201010151251)
VM: Java HotSpot(TM) 64-Bit Server VM, 17.1-b03, Java(TM) SE Runtime Environment, 1.6.0_22-b04
OS: Linux

User Comments:
czerny: I was trying to select the path to icon in 'New Action' wizard (adding action to nb module)




Stacktrace: 
java.lang.AssertionError: #186459: icon.text=/usr/share/icon allFiles=[] iconFile=/usr/share/icon
   at org.netbeans.modules.apisupport.project.ui.wizard.action.NameIconLocationPanel.iconButtonActionPerformed(NameIconLocationPanel.java:446)
   at org.netbeans.modules.apisupport.project.ui.wizard.action.NameIconLocationPanel.access$100(NameIconLocationPanel.java:71)
   at org.netbeans.modules.apisupport.project.ui.wizard.action.NameIconLocationPanel$2.actionPerformed(NameIconLocationPanel.java:339)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
   at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
   at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
Comment 1 czerny 2010-11-05 17:08:54 UTC
Created attachment 102822 [details]
stacktrace
Comment 2 Jesse Glick 2010-11-05 17:11:36 UTC

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