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 255255 - broken "Unit Tests" tab
Summary: broken "Unit Tests" tab
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: UnitTest Support (show other bugs)
Version: 8.1
Hardware: All All
: P2 normal (vote)
Assignee: ilia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-13 16:50 UTC by soldatov
Modified: 2015-09-27 17:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 219908


Attachments
stacktrace (1.10 KB, text/plain)
2015-09-13 16:50 UTC, soldatov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description soldatov 2015-09-13 16:50:00 UTC
Build: NetBeans IDE Dev (Build 201509130002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 7

User Comments:
soldatov: Scenario:
- Create Fractal project
- Select fractal.cc and call "New C++ Simple Test" wizard
- Select "wallTime" function
- Generate test
- Launch tests
==> exception




Stacktrace: 
java.lang.IllegalStateException: No match found
   at java.util.regex.Matcher.group(Matcher.java:536)
   at org.netbeans.modules.cnd.testrunner.ui.CndUnitHandlerFactory$SimpleSuiteFinishedHandler.updateUI(CndUnitHandlerFactory.java:302)
   at org.netbeans.modules.cnd.testrunner.ui.TestRunnerLineConvertor.convert(TestRunnerLineConvertor.java:91)
   at org.netbeans.api.extexecution.print.LineProcessors$PrintingLineProcessor.processLine(LineProcessors.java:148)
   at org.netbeans.api.extexecution.base.input.InputProcessors$Bridge.processInput(InputProcessors.java:181)
   at org.netbeans.modules.extexecution.base.input.DefaultInputReader.readInput(DefaultInputReader.java:104)
Comment 1 soldatov 2015-09-13 16:50:02 UTC
Created attachment 156135 [details]
stacktrace
Comment 2 ilia 2015-09-18 10:11:14 UTC
Was fixed while fixing https://netbeans.org/bugzilla/show_bug.cgi?id=246649