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 188798 - IllegalArgumentException: No enum const class org.netbeans.modules.uml.drawingarea.LabelManager$LabelType.Class
Summary: IllegalArgumentException: No enum const class org.netbeans.modules.uml.drawin...
Status: NEW
Alias: None
Product: uml
Classification: Unclassified
Component: General (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-20 17:11 UTC by CepO
Modified: 2010-07-20 17:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 112073


Attachments
stacktrace (2.97 KB, text/plain)
2010-07-20 17:11 UTC, CepO
Details

Note You need to log in before you can comment on or make changes to this bug.
Description CepO 2010-07-20 17:11:52 UTC
Build: NetBeans IDE Dev (Build 201007200001)
VM: Java HotSpot(TM) Client VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b07
OS: Windows 7

User Comments:
GUEST: Doing my bloody UML project, again.




Stacktrace: 
java.lang.IllegalArgumentException: No enum const class org.netbeans.modules.uml.drawingarea.LabelManager$LabelType.Class
   at java.lang.Enum.valueOf(Enum.java:196)
   at org.netbeans.modules.uml.drawingarea.LabelManager$LabelType.valueOf(LabelManager.java:62)
   at org.netbeans.modules.uml.drawingarea.actions.AddLabelsAction.createContextAwareInstance(AddLabelsAction.java:101)
   at org.openide.util.Utilities.actionsToPopup(Utilities.java:2723)
   at org.netbeans.modules.uml.drawingarea.actions.DiagramPopupMenuProvider.getPopupMenu(DiagramPopupMenuProvider.java:200)
   at org.netbeans.modules.visual.action.PopupMenuAction.handleMouseEvent(PopupMenuAction.java:116)
Comment 1 CepO 2010-07-20 17:11:58 UTC
Created attachment 100937 [details]
stacktrace