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 258834

Summary: IllegalStateException: No match found
Product: cnd Reporter: talreg
Component: UnitTest SupportAssignee: ilia
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 223529
Attachments: stacktrace

Description talreg 2016-04-14 16:06:12 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.77-b03, Java(TM) SE Runtime Environment, 1.8.0_77-b03
OS: Linux

User Comments:
talreg: NA




Stacktrace: 
java.lang.IllegalStateException: No match found
   at java.util.regex.Matcher.getMatchedGroupIndex(Matcher.java:1314)
   at java.util.regex.Matcher.group(Matcher.java:572)
   at org.netbeans.modules.cnd.cncppunit.CnCppUnitTestHandlerFactory$CppUnitHandler$CppUnitTestFailedHandler.updateUI(CnCppUnitTestHandlerFactory.java:225)
   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)
Comment 1 talreg 2016-04-14 16:06:14 UTC
Created attachment 159271 [details]
stacktrace
Comment 2 Alexander Simon 2016-04-19 10:07:59 UTC
Apparently something wrong in the fix of the bug #246649.