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

Summary: AssertionError at com.sun.tools.javac.comp.Enter.shadowTypeEnvs
Product: java Reporter: lhochet <lhochet>
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 224703
Attachments: stacktrace

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