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 162483

Summary: AssertionError: Expecting RubyParseResult, but have org.netbeans.modules.ruby.rhtml.RhtmlParser$FakeParserResult@3db668
Product: ruby Reporter: sinobra <sinobra>
Component: CodeAssignee: Erno Mononen <emononen>
Status: RESOLVED DUPLICATE    
Severity: blocker CC: sinobra
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=149371
Issue Type: DEFECT Exception Reporter: 149371
Attachments: stacktrace

Description sinobra 2009-04-12 20:00:49 UTC
Build: NetBeans IDE Dev (Build 200904011705)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Linux, 2.6.24.7-desktop-1mnb, i386

Stacktrace: 
java.lang.AssertionError: Expecting RubyParseResult, but have org.netbeans.modules.ruby.rhtml.RhtmlParser$FakeParserResult@3db668
        at org.netbeans.modules.ruby.AstUtilities.getParseResult(AstUtilities.java:120)
        at org.netbeans.modules.refactoring.ruby.ui.WhereUsedPanel$1.run(WhereUsedPanel.java:117)
        at org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:131)
        at org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:115)
        at org.netbeans.modules.parsing.impl.TaskProcessor.runUserTask(TaskProcessor.java:188)
        at org.netbeans.modules.parsing.api.ParserManager.parse(ParserManager.java:101)
Comment 1 sinobra 2009-04-12 20:01:00 UTC
Created attachment 79952 [details]
stacktrace
Comment 2 Erno Mononen 2009-04-14 08:56:50 UTC

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