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 - AssertionError: Expecting RubyParseResult, but have org.netbeans.modules.ruby.rhtml.RhtmlParser$FakeParserResult@3db668
Summary: AssertionError: Expecting RubyParseResult, but have org.netbeans.modules.ruby...
Status: RESOLVED DUPLICATE of bug 161033
Alias: None
Product: ruby
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Erno Mononen
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-12 20:00 UTC by sinobra
Modified: 2009-04-14 08:56 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 149371


Attachments
stacktrace (1.05 KB, text/plain)
2009-04-12 20:01 UTC, sinobra
Details

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