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 271179

Summary: AssertionError at com.sun.tools.javac.util.Assert.error
Product: java Reporter: kjam10
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: normal CC: ali_mhrez
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 227955
Attachments: stacktrace

Description kjam10 2017-07-27 16:59:10 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.112-b15, Java(TM) SE Runtime Environment, 1.8.0_112-b15
OS: Windows 10

User Comments:
GUEST: <Please provide a description of the problem or the steps to reproduce>
Can't not use suggestion

GUEST: Using autocomplete for class for variable.

GUEST: ?switch???????????????

kjam10: Problemas

GUEST: Working on Maven Java EE project




Stacktrace: 
java.lang.AssertionError
   at com.sun.tools.javac.util.Assert.error(Assert.java:155)
   at com.sun.tools.javac.util.Assert.check(Assert.java:46)
   at com.sun.tools.javac.code.Scope$ScopeImpl.dble(Scope.java:407)
   at com.sun.tools.javac.code.Scope$ScopeImpl.enter(Scope.java:430)
   at com.sun.tools.javac.comp.MemberEnter.visitVarDef(MemberEnter.java:479)
   at com.sun.tools.javadoc.JavadocMemberEnter.visitVarDef(JavadocMemberEnter.java:86)
Comment 1 kjam10 2017-07-27 16:59:13 UTC
Created attachment 164844 [details]
stacktrace