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 - NoSuchMethodError: java.util.Collection.iteratOr()Ljava/util/Iterator;
Summary: NoSuchMethodError: java.util.Collection.iteratOr()Ljava/util/Iterator;
Status: RESOLVED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: TestNG (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-16 12:42 UTC by Exceptions Reporter
Modified: 2015-09-14 14:28 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 215445


Attachments
stacktrace (2.31 KB, text/plain)
2015-02-16 12:42 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
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?