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 258943 - AssertionError: Visiting tree node before memberEnter
Summary: AssertionError: Visiting tree node before memberEnter
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-21 09:54 UTC by Leperous
Modified: 2016-04-21 09:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 217905


Attachments
stacktrace (6.55 KB, text/plain)
2016-04-21 09:54 UTC, Leperous
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Leperous 2016-04-21 09:54:16 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.51-b03, Java(TM) SE Runtime Environment, 1.8.0_51-b16
OS: Windows 7

User Comments:
Leperous: Opened IDE

GUEST: Just opened by class file...




Stacktrace: 
java.lang.AssertionError: Visiting tree node before memberEnter
   at com.sun.tools.javac.util.Assert.error(Assert.java:133)
   at com.sun.tools.javac.code.TypeAnnotations$TypeAnnotationPositions.visitVarDef(TypeAnnotations.java:1171)
   at com.sun.tools.javac.tree.JCTree$JCVariableDecl.accept(JCTree.java:858)
   at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
   at com.sun.tools.javac.code.TypeAnnotations$TypeAnnotationPositions.scan(TypeAnnotations.java:279)
   at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:57)
Comment 1 Leperous 2016-04-21 09:54:17 UTC
Created attachment 159366 [details]
stacktrace