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 210359 - IllegalArgumentException: test.single
Summary: IllegalArgumentException: test.single
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: TestNG (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-29 13:08 UTC by Tomas Danek
Modified: 2012-04-21 10:00 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 186441


Attachments
stacktrace (3.07 KB, text/plain)
2012-03-29 13:08 UTC, Tomas Danek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Danek 2012-03-29 13:08:51 UTC
Build: NetBeans IDE Dev (Build 20120329-d043f946333a)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.0-b18, Java(TM) SE Runtime Environment, 1.7.0_04-ea-b17
OS: Mac OS X

User Comments:
musilt2: ran NG test suite, with no failures, hit "rerun" buttoni in output.




Stacktrace: 
java.lang.IllegalArgumentException: test.single
   at org.netbeans.spi.project.support.LookupProviderSupport$MergedActionProvider.invokeAction(LookupProviderSupport.java:265)
   at org.netbeans.modules.testng.output.TestNGExecutionManager.rerun(TestNGExecutionManager.java:136)
   at org.netbeans.modules.gsf.testrunner.api.StatisticsPanel$1.actionPerformed(StatisticsPanel.java:182)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018)
   at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2341)
   at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
Comment 1 Tomas Danek 2012-03-29 13:08:57 UTC
Created attachment 117472 [details]
stacktrace
Comment 2 Tomas Danek 2012-03-29 13:11:50 UTC
i guess this belongs to testng. Please evaluate.
Comment 3 Lukas Jungmann 2012-04-20 10:33:06 UTC
core-main#d084ed86618d
Comment 4 Quality Engineering 2012-04-21 10:00:03 UTC
Integrated into 'main-golden', will be available in build *201204210400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/d084ed86618d
User: Lukas Jungmann <jungi@netbeans.org>
Log: BZ#210359 - IllegalArgumentException: test.single