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 173450

Summary: StackOverflowError at org.netbeans.modules.ruby.RubyTypeAnalyzer.analyze
Product: ruby Reporter: salimane <salimane>
Component: CodeAssignee: Erno Mononen <emononen>
Status: RESOLVED DUPLICATE    
Severity: blocker CC: imomoi
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=159288
Issue Type: DEFECT Exception Reporter: 159288
Attachments: stacktrace

Description salimane 2009-10-01 07:31:49 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-4009-on-090930)
VM: OpenJDK Client VM, 14.0-b08, OpenJDK Runtime Environment, 1.6.0_0-b14
OS: Linux, 2.6.28-15-generic, i386

User Comments:
imomoi: Throws while editing if-else-end block



Stacktrace: 
java.lang.StackOverflowError
        at org.netbeans.modules.ruby.RubyTypeAnalyzer.analyze(RubyTypeAnalyzer.java:122)
        at org.netbeans.modules.ruby.RubyTypeAnalyzer.analyze(RubyTypeAnalyzer.java:157)
        at org.netbeans.modules.ruby.RubyTypeAnalyzer.analyze(RubyTypeAnalyzer.java:157)
        at org.netbeans.modules.ruby.RubyTypeAnalyzer.analyzeIfNode(RubyTypeAnalyzer.java:166)
        at org.netbeans.modules.ruby.RubyTypeAnalyzer.analyze(RubyTypeAnalyzer.java:151)
        at org.netbeans.modules.ruby.RubyTypeAnalyzer.analyze(RubyTypeAnalyzer.java:157)
Comment 1 salimane 2009-10-01 07:31:54 UTC
Created attachment 88640 [details]
stacktrace
Comment 2 Exceptions Reporter 2009-10-01 07:31:59 UTC
This issue already has 6 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=159288
Comment 3 Exceptions Reporter 2009-10-01 09:15:58 UTC
This issue already has 8 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=159288
Comment 4 Erno Mononen 2009-10-02 14:53:00 UTC

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