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 262604 - 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.2
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-28 13:33 UTC by Maksim Khramov
Modified: 2017-11-04 14:25 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 224632


Attachments
stacktrace (8.60 KB, text/plain)
2016-06-28 13:33 UTC, Maksim Khramov
Details
stacktrace (3.27 KB, text/plain)
2017-03-15 12:24 UTC, muellermi
Details
stacktrace (8.03 KB, text/plain)
2017-03-15 12:30 UTC, muellermi
Details
stacktrace (7.80 KB, text/plain)
2017-03-15 12:36 UTC, muellermi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Maksim Khramov 2016-06-28 13:33:48 UTC
Build: NetBeans IDE Dev (Build 201606270002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.102-b11, Java(TM) SE Runtime Environment, 1.8.0_102-b11
OS: Windows 7

User Comments:
mkhramov: Edit java code. Replace dialog.show(); vith dialog.setVisible(true);

GUEST: ctrl space on operation parameters




Stacktrace: 
java.lang.AssertionError: Visiting tree node before memberEnter
   at com.sun.tools.javac.util.Assert.error(Assert.java:162)
   at com.sun.tools.javac.code.TypeAnnotations$TypeAnnotationPositions.visitMethodDef(TypeAnnotations.java:1128)
   at com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:842)
   at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
   at com.sun.tools.javac.code.TypeAnnotations$TypeAnnotationPositions.scan(TypeAnnotations.java:284)
   at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:57)
Comment 1 Maksim Khramov 2016-06-28 13:33:50 UTC
Created attachment 160184 [details]
stacktrace
Comment 2 muellermi 2017-03-15 12:24:41 UTC
Created attachment 163844 [details]
stacktrace

edit Java
Comment 3 muellermi 2017-03-15 12:30:39 UTC
Created attachment 163846 [details]
stacktrace

:(
Comment 4 muellermi 2017-03-15 12:36:39 UTC
Created attachment 163848 [details]
stacktrace

still try to edit java code