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

Summary: broken "Unit Tests" tab
Product: cnd Reporter: soldatov <soldatov>
Component: UnitTest SupportAssignee: ilia
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 219908
Attachments: stacktrace

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