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 162615 - AssertionError: receiverNode is not null
Summary: AssertionError: receiverNode is not null
Status: RESOLVED DUPLICATE of bug 162890
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-14 17:36 UTC by jemminger
Modified: 2009-05-21 14:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 145656


Attachments
stacktrace (2.62 KB, text/plain)
2009-04-14 17:36 UTC, jemminger
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jemminger 2009-04-14 17:36:38 UTC
Build: NetBeans IDE Dev (Build 200904011705)
VM: Java HotSpot(TM) Client VM, 10.0-b22, Java(TM) SE Runtime Environment, 1.6.0_06-b02
OS: Windows XP, 5.1, x86

Stacktrace: 
java.lang.AssertionError: receiverNode is not null
        at org.jruby.nb.ast.CallNode.<init>(CallNode.java:75)
        at org.jruby.nb.ast.CallOneArgNode.<init>(CallOneArgNode.java:48)
        at org.jruby.nb.parser.ParserSupport.new_call(ParserSupport.java:908)
        at org.jruby.nb.parser.DefaultRubyParser.yyparse(DefaultRubyParser.java:2553)
        at org.jruby.nb.parser.DefaultRubyParser.yyparse(DefaultRubyParser.java:829)
        at org.jruby.nb.parser.DefaultRubyParser.parse(DefaultRubyParser.java:3334)
Comment 1 jemminger 2009-04-14 17:36:43 UTC
Created attachment 80063 [details]
stacktrace
Comment 2 Erno Mononen 2009-05-21 14:43:14 UTC

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