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 269528

Summary: AssertionError: annotationType(): unrecognized Attribute name MODULE (class com.sun.tools.javac.util.SharedNameTable$NameImpl)
Product: java Reporter: Alexandr Scherbatiy <sunflower>
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 227640
Attachments: stacktrace

Description Alexandr Scherbatiy 2017-01-11 13:32:54 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b03, Java(TM) SE Runtime Environment, 1.8.0_60-ea-b03
OS: Windows 8

User Comments:
sunflower: Go to Source does not work




Stacktrace: 
java.lang.AssertionError: annotationType(): unrecognized Attribute name MODULE (class com.sun.tools.javac.util.SharedNameTable$NameImpl)
   at com.sun.tools.javac.util.Assert.error(Assert.java:133)
   at com.sun.tools.javac.code.TypeAnnotations.annotationType(TypeAnnotations.java:235)
   at com.sun.tools.javac.code.TypeAnnotations$TypeAnnotationPositions.separateAnnotationsKinds(TypeAnnotations.java:298)
   at com.sun.tools.javac.code.TypeAnnotations$TypeAnnotationPositions.visitVarDef(TypeAnnotations.java:1170)
   at com.sun.tools.javac.tree.JCTree$JCVariableDecl.accept(JCTree.java:858)
   at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
Comment 1 Alexandr Scherbatiy 2017-01-11 13:32:57 UTC
Created attachment 163371 [details]
stacktrace