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 - IllegalStateException: No match found
Summary: IllegalStateException: No match found
Status: RESOLVED DUPLICATE of bug 145228
Alias: None
Product: ruby
Classification: Unclassified
Component: Testing (show other bugs)
Version: 6.x
Hardware: All Mac OS X
: P3 blocker (vote)
Assignee: Erno Mononen
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-29 11:15 UTC by Petr Jiricka
Modified: 2008-08-29 12:42 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 87259


Attachments

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