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 250446

Summary: NoSuchMethodError: java.util.Collection.iteratOr()Ljava/util/Iterator;
Product: java Reporter: Exceptions Reporter <exceptions_reporter>
Component: TestNGAssignee: Theofanis Oikonomou <theofanis>
Status: RESOLVED WORKSFORME    
Severity: normal CC: jungi, ralphbenjamin
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 215445
Attachments: stacktrace

Description Exceptions Reporter 2015-02-16 12:42:56 UTC
This issue was reported manually by ralphbenjamin.
It already has 1 duplicates 


Build: NetBeans IDE Dev (Build 20150216-b908c3736238)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.76-b04, Java(TM) SE Runtime Environment, 1.7.0_76-b13
OS: Linux

User Comments:
GUEST: Run single test method




Stacktrace: 
java.lang.NoSuchMethodError: java.util.Collection.iteratOr()Ljava/util/Iterator;
   at org.netbeans.modules.gsf.testrunner.ui.ResultWindow.setOrientation(ResultWindow.java:301)
   at org.netbeans.modules.gsf.testrunner.ui.api.Manager.updateDisplayHandlerLayouts(Manager.java:236)
   at org.netbeans.modules.gsf.testrunner.ui.api.Manager.access$000(Manager.java:91)
   at org.netbeans.modules.gsf.testrunner.ui.api.Manager$2.ancestorRemoved(Manager.java:213)
   at javax.swing.AncestorNotifier.fireAncestorRemoved(AncestorNotifier.java:107)
   at javax.swing.AncestorNotifier.componentHidden(AncestorNotifier.java:207)
Comment 1 Exceptions Reporter 2015-02-16 12:42:59 UTC
Created attachment 152011 [details]
stacktrace
Comment 2 Theofanis Oikonomou 2015-09-14 14:28:54 UTC
I cannot reproduce in NetBeans IDE Dev (Build 20150914-448dc3b109e9). Probably some sync/build problem with compiled and run jars in dev version?