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 - IllegalStateException: No match found
Summary: IllegalStateException: No match found
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: UnitTest Support (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: ilia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-14 16:06 UTC by talreg
Modified: 2016-07-19 12:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 223529


Attachments
stacktrace (1.19 KB, text/plain)
2016-04-14 16:06 UTC, talreg
Details

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