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 262287 - StackOverflowError at com.sun.tools.javac.code.Scope$ScopeImpl$2$1.<init>
Summary: StackOverflowError at com.sun.tools.javac.code.Scope$ScopeImpl$2$1.<init>
Status: RESOLVED DUPLICATE of bug 252612
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.2
Hardware: All All
: P1 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-31 18:49 UTC by Vladimir Voskresensky
Modified: 2016-06-01 09:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 224303


Attachments
stacktrace (67.32 KB, text/plain)
2016-05-31 18:49 UTC, Vladimir Voskresensky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Voskresensky 2016-05-31 18:49:13 UTC
Build: NetBeans IDE Dev (Build 20160531-e550048b8e2f)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.72-b15, Java(TM) SE Runtime Environment, 1.8.0_72-b15
OS: Linux

User Comments:
vv159170: modify class




Stacktrace: 
java.lang.StackOverflowError
   at com.sun.tools.javac.code.Scope$ScopeImpl$2$1.<init>(Scope.java:620)
   at com.sun.tools.javac.code.Scope$ScopeImpl$2.iterator(Scope.java:619)
   at com.sun.tools.javac.comp.Resolve.findVar(Resolve.java:1391)
   at com.sun.tools.javac.comp.Resolve.findIdent(Resolve.java:2124)
   at com.sun.tools.javac.comp.Resolve.resolveIdent(Resolve.java:2357)
   at com.sun.tools.javac.comp.Attr.visitIdent(Attr.java:3499)
Comment 1 Vladimir Voskresensky 2016-05-31 18:49:16 UTC
Created attachment 159929 [details]
stacktrace
Comment 2 Vladimir Voskresensky 2016-05-31 18:50:41 UTC
fresh IDE:
Product Version: NetBeans IDE Dev (Build 20160531-e550048b8e2f)
Java: 1.8.0_72; Java HotSpot(TM) 64-Bit Server VM 25.72-b15
Runtime: Java(TM) SE Runtime Environment 1.8.0_72-b15
System: Linux version 3.16.0-38-generic running on amd64; UTF-8; en_US (nb)
User directory: /home/vv159170/.netbeans/dev
Cache directory: /mount/ramdisk/cache
Comment 3 Dusan Balek 2016-06-01 09:31:29 UTC

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