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 152860

Summary: AssertionError at org.netbeans.modules.ruby.testrunner.ui.RootNodeChildren.displaySuiteRunning
Product: ruby Reporter: Marian Mirilovic <mmirilovic>
Component: TestingAssignee: Erno Mononen <emononen>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=61075
Issue Type: DEFECT Exception Reporter: 61075

Description Marian Mirilovic 2008-11-10 11:36:04 UTC
10 duplicates so far ...

Build: NetBeans IDE Dev (Build 200805291203)
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.3, i386
User comments: A testsuite is runing in the new RubyTestResult-Context
STACKTRACE: (first 10 lines)
java.lang.AssertionError
        at org.netbeans.modules.ruby.testrunner.ui.RootNodeChildren.displaySuiteRunning(RootNodeChildren.java:95)
        at org.netbeans.modules.ruby.testrunner.ui.RootNode.displaySuiteRunning(RootNode.java:132)
        at org.netbeans.modules.ruby.testrunner.ui.ResultPanelTree.displaySuiteRunning(ResultPanelTree.java:164)
        at sun.reflect.GeneratedMethodAccessor85.invoke(GeneratedMethodAccessor85.java:0)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.netbeans.modules.ruby.testrunner.ui.ResultDisplayHandler$2.run(ResultDisplayHandler.java:324)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
        at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:104)
Comment 1 Erno Mononen 2008-11-10 12:35:22 UTC
Will fix for 7.0.
Comment 2 Erno Mononen 2009-07-03 19:50:55 UTC
Should be fixed a while ago already.
Comment 3 Marian Mirilovic 2010-04-22 10:34:18 UTC
v/c