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 212470

Summary: NoClassDefFoundError: org/openide/util/Enumerations$1RDupls
Product: platform Reporter: Exceptions Reporter <exceptions_reporter>
Component: Module SystemAssignee: Jaroslav Tulach <jtulach>
Status: RESOLVED DUPLICATE    
Severity: normal CC: mmirilovic
Priority: P3    
Version: 7.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 185497
Attachments: stacktrace

Description Exceptions Reporter 2012-05-14 12:39:33 UTC
This issue was reported manually by mmirilovic.
It already has 21 duplicates 


Build: NetBeans IDE 7.1.2 (Build 201204101705)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.0-b21, Java(TM) SE Runtime Environment, 1.7.0_04-b20
OS: Linux

User Comments:
GUEST: EJBModule project submenu, 'other' does not show up when selected.

GUEST: Unable to right click on any folder. So there is no expected pop-up window.

GUEST: right clicking in projects tree.

GUEST: Deploying JavaEE-Project to GlassFish 3.1.2

GUEST: Estaba intetando abrir el asistente para crear una nueva clase.




Stacktrace: 
java.lang.NoClassDefFoundError: org/openide/util/Enumerations$1RDupls
   at org.openide.util.Enumerations.removeDuplicates(Enumerations.java:143)
   at org.openide.actions.FileSystemAction.createMenu(FileSystemAction.java:177)
   at org.openide.actions.FileSystemAction.createMenu(FileSystemAction.java:159)
   at org.openide.actions.FileSystemAction$Menu.<init>(FileSystemAction.java:269)
   at org.openide.actions.FileSystemAction$DelegateAction.getPopupPresenter(FileSystemAction.java:358)
   at org.openide.util.Utilities.actionsToPopup(Utilities.java:2772)
Comment 1 Exceptions Reporter 2012-05-14 12:39:38 UTC
Created attachment 119424 [details]
stacktrace
Comment 2 Jaroslav Tulach 2012-05-18 09:54:17 UTC

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