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 268624

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

Description Exceptions Reporter 2016-10-21 06:50:52 UTC
This bug was originally marked as duplicate of bug 233909, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Windows 10

User Comments:
GUEST: dowing my home work




Stacktrace: 
java.lang.AssertionError
   at com.sun.tools.javac.util.Assert.error(Assert.java:126)
   at com.sun.tools.javac.util.Assert.check(Assert.java:45)
   at com.sun.tools.javac.code.Scope.leave(Scope.java:151)
   at com.sun.tools.javac.comp.Attr.visitBlock(Attr.java:1132)
   at org.netbeans.lib.nbjavac.services.NBAttr.visitBlock(NBAttr.java:82)
   at com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:915)
Comment 1 Exceptions Reporter 2016-10-21 06:50:54 UTC
Created attachment 162583 [details]
stacktrace