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 - AssertionError at com.sun.tools.javac.util.Assert.error
Summary: AssertionError at com.sun.tools.javac.util.Assert.error
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: 2017-07-27 16:59 UTC by kjam10
Modified: 2017-11-20 20:20 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 227955


Attachments
stacktrace (5.39 KB, text/plain)
2017-07-27 16:59 UTC, kjam10
Details

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