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 237791 - NoSuchMethodError: org.jrubyparser.ast.RootNode.getBody()Lorg/jrubyparser/ast/Node;
Summary: NoSuchMethodError: org.jrubyparser.ast.RootNode.getBody()Lorg/jrubyparser/ast...
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-30 07:46 UTC by jjordaan
Modified: 2014-05-28 15:21 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 204924


Attachments
stacktrace (4.24 KB, text/plain)
2013-10-30 07:46 UTC, jjordaan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jjordaan 2013-10-30 07:46:36 UTC
This bug was originally marked as duplicate of bug 230704, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.4 (Build 201310111528)
VM: OpenJDK 64-Bit Server VM, 23.7-b01, OpenJDK Runtime Environment, 1.7.0_25-b30
OS: Linux

User Comments:
GUEST: i cannot do programs with ruby and rails

jjordaan: While startup scanning projects. Seems ruby throws an error.

jjordaan: Opening ruby file

jjordaan: Trying to open json formated files.




Stacktrace: 
java.lang.NoSuchMethodError: org.jrubyparser.ast.RootNode.getBody()Lorg/jrubyparser/ast/Node;
   at org.netbeans.modules.ruby.RubyParser.parseBuffer(RubyParser.java:591)
   at org.netbeans.modules.ruby.RubyParser.parse(RubyParser.java:130)
   at org.netbeans.modules.parsing.impl.TaskProcessor.callParse(TaskProcessor.java:605)
   at org.netbeans.modules.parsing.impl.SourceCache.getResult(SourceCache.java:236)
   at org.netbeans.modules.parsing.api.ResultIterator.getParserResult(ResultIterator.java:138)
   at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$2.run(RepositoryUpdater.java:3010)
Comment 1 jjordaan 2013-10-30 07:46:38 UTC
Created attachment 141681 [details]
stacktrace