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 - AssertionError: annotationType(): unrecognized Attribute name MODULE (class com.sun.tools.javac.util.SharedNameTable$NameImpl)
Summary: AssertionError: annotationType(): unrecognized Attribute name MODULE (class c...
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-11 13:32 UTC by Alexandr Scherbatiy
Modified: 2017-01-11 13:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 227640


Attachments
stacktrace (5.66 KB, text/plain)
2017-01-11 13:32 UTC, Alexandr Scherbatiy
Details

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