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 - StackOverflowError at com.sun.tools.javac.code.Scope.getIndex
Summary: StackOverflowError at com.sun.tools.javac.code.Scope.getIndex
Status: RESOLVED DUPLICATE of bug 252612
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-30 15:49 UTC by Alexander Simon
Modified: 2015-09-25 11:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 218259


Attachments
stacktrace (67.34 KB, text/plain)
2015-06-30 15:49 UTC, Alexander Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***