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 240130 - AssertionError: bodyNode is not null
Summary: AssertionError: bodyNode is not null
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-08 17:57 UTC by MrJxN
Modified: 2014-10-06 19:35 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 206407


Attachments
stacktrace (4.42 KB, text/plain)
2014-01-08 17:57 UTC, MrJxN
Details
stacktrace (4.41 KB, text/plain)
2014-10-06 19:35 UTC, MrJxN
Details

Note You need to log in before you can comment on or make changes to this bug.
Description MrJxN 2014-01-08 17:57:55 UTC
Build: NetBeans IDE Dev (Build 201312300942)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Mac OS X

User Comments:
mrjxn: Opening a Ruby project (with R&R plugins installed)




Stacktrace: 
java.lang.AssertionError: bodyNode is not null
   at org.jrubyparser.ast.WhileNode.<init>(WhileNode.java:61)
   at org.jrubyparser.ast.WhileNode.<init>(WhileNode.java:53)
   at org.jrubyparser.parser.Ruby20Parser$330.execute(Ruby20Parser.java:3941)
   at org.jrubyparser.parser.Ruby20Parser.yyparse(Ruby20Parser.java:1575)
   at org.jrubyparser.parser.Ruby20Parser.yyparse(Ruby20Parser.java:1466)
   at org.jrubyparser.parser.Ruby20Parser.parse(Ruby20Parser.java:4666)
Comment 1 MrJxN 2014-01-08 17:57:57 UTC
Created attachment 143725 [details]
stacktrace
Comment 2 MrJxN 2014-10-06 19:35:49 UTC
Created attachment 149750 [details]
stacktrace

Opening ruby project