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

Summary: AssertionError: Visiting tree node before memberEnter
Product: java Reporter: Maksim Khramov <mkhramov>
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: normal CC: estephanz, muellermi, technotime.cs, wshackle
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 224632
Attachments: stacktrace
stacktrace
stacktrace
stacktrace

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