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 253268

Summary: StackOverflowError at com.sun.tools.javac.code.Scope.getIndex
Product: java Reporter: Alexander Simon <alexvsimon>
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 218259
Attachments: stacktrace

Description Alexander Simon 2015-06-30 15:49:18 UTC
Build: NetBeans IDE Dev (Build 20150630-eaa9140c0420)
VM: Java HotSpot(TM) Client VM, 24.75-b04, Java(TM) SE Runtime Environment, 1.7.0_75-b13
OS: SunOS

User Comments:
alexvsimon: context menu on project




Stacktrace: 
java.lang.StackOverflowError
   at com.sun.tools.javac.code.Scope.getIndex(Scope.java:344)
   at com.sun.tools.javac.code.Scope.lookup(Scope.java:321)
   at com.sun.tools.javac.code.Scope.lookup(Scope.java:317)
   at com.sun.tools.javac.comp.Resolve.findVar(Resolve.java:1358)
   at com.sun.tools.javac.comp.Resolve.findIdent(Resolve.java:2105)
   at com.sun.tools.javac.comp.Resolve.resolveIdent(Resolve.java:2384)
Comment 1 Alexander Simon 2015-06-30 15:49:20 UTC
Created attachment 154448 [details]
stacktrace
Comment 2 Dusan Balek 2015-09-25 11:23:23 UTC
Hard to fix without a reproducible test case.
Comment 3 Dusan Balek 2015-09-25 11:57:02 UTC

*** This bug has been marked as a duplicate of bug 252612 ***