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 145551

Summary: IllegalStateException: No match found
Product: ruby Reporter: Petr Jiricka <pjiricka>
Component: TestingAssignee: Erno Mononen <emononen>
Status: RESOLVED DUPLICATE    
Severity: blocker CC: mschovanek
Priority: P3    
Version: 6.x   
Hardware: All   
OS: Mac OS X   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=87259
Issue Type: DEFECT Exception Reporter: 87259

Description Petr Jiricka 2008-08-29 11:15:36 UTC
Build: NetBeans IDE Dev (Build 20080806142840)
VM: Java HotSpot(TM) Client VM, 1.5.0_13-119, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_13-b05-237
OS: Mac OS X, 10.5.4, i386
User comments: During tests execution
STACKTRACE: (first 10 lines)
java.lang.IllegalStateException: No match found
        at java.util.regex.Matcher.group(Matcher.java:461)
        at
org.netbeans.modules.ruby.testrunner.ui.TestUnitHandlerFactory$TestErrorHandler.updateUI(TestUnitHandlerFactory.java:151)
        at org.netbeans.modules.ruby.testrunner.ui.TestRecognizer.processLine(TestRecognizer.java:97)
        at org.netbeans.modules.ruby.platform.execution.OutputForwarder.processLine(OutputForwarder.java:124)
        at org.netbeans.modules.ruby.platform.execution.OutputForwarder.run(OutputForwarder.java:262)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:572)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:997)
Comment 1 Erno Mononen 2008-08-29 12:42:29 UTC
Seems to be a duplicate of issue 145228.

*** This issue has been marked as a duplicate of 145228 ***