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 262496 - AssertionError at com.sun.tools.javac.comp.Enter.shadowTypeEnvs
Summary: AssertionError at com.sun.tools.javac.comp.Enter.shadowTypeEnvs
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-20 22:12 UTC by lhochet
Modified: 2016-06-20 22:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 224703


Attachments
stacktrace (2.44 KB, text/plain)
2016-06-20 22:12 UTC, lhochet
Details

Note You need to log in before you can comment on or make changes to this bug.
Description lhochet 2016-06-20 22:12:43 UTC
This bug was originally marked as duplicate of bug 159903, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201606200002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.92-b14, Java(TM) SE Runtime Environment, 1.8.0_92-b14
OS: Windows 10

User Comments:
lhochet: ctrl+space




Stacktrace: 
java.lang.AssertionError
   at com.sun.tools.javac.comp.Enter.shadowTypeEnvs(Enter.java:260)
   at com.sun.tools.javac.api.JavacTrees.attribStatToTree(JavacTrees.java:973)
   at com.sun.tools.javac.api.JavacTrees.getAttrContext(JavacTrees.java:935)
   at com.sun.tools.javac.api.JavacTrees.getScope(JavacTrees.java:794)
   at com.sun.tools.javac.api.JavacTrees.getScope(JavacTrees.java:156)
   at org.netbeans.modules.java.completion.BaseTask.getEnvImpl(BaseTask.java:314)
Comment 1 lhochet 2016-06-20 22:12:45 UTC
Created attachment 160103 [details]
stacktrace