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 269692

Summary: AssertionError: artofillusion.polymesh.PolyMeshEditorWindow
Product: java Reporter: Maksim Khramov <mkhramov>
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: normal CC: brettryan, ctalkobt, jockel, vkvashin, vv159170
Priority: P3    
Version: Dev   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 227829
Attachments: stacktrace
a .dump file that IDE requested to attach when reporting the exception
stacktrace
stacktrace
stacktrace
stacktrace
Журнал среды IDE
A dump from the report #862084

Description Maksim Khramov 2017-01-31 10:03:39 UTC
Build: NetBeans IDE Dev (Build 201701190001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.111-b09, Java(TM) SE Runtime Environment, 1.8.0_111-b09
OS: Windows 7

User Comments:
mkhramov: Open file to Edit

GUEST: Copy Java source file into same package, rename it to <original name>2.




Stacktrace: 
java.lang.AssertionError: artofillusion.polymesh.PolyMeshEditorWindow
   at com.sun.tools.javac.util.Assert.error(Assert.java:162)
   at com.sun.tools.javac.util.Assert.check(Assert.java:104)
   at com.sun.tools.javac.comp.Enter.visitClassDef(Enter.java:529)
   at com.sun.tools.javadoc.main.JavadocEnter.visitClassDef(JavadocEnter.java:94)
   at org.netbeans.lib.nbjavac.services.NBJavadocEnter.visitClassDef(NBJavadocEnter.java:95)
   at com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTree.java:778)
Comment 1 Maksim Khramov 2017-01-31 10:03:41 UTC
Created attachment 163515 [details]
stacktrace
Comment 2 Vladimir Kvashin 2017-02-16 12:40:56 UTC
Created attachment 163647 [details]
a .dump file that IDE requested to attach when reporting the exception
Comment 3 brettryan 2017-02-21 22:57:25 UTC
Created attachment 163684 [details]
stacktrace

Attempting to open class.
Comment 4 brettryan 2017-02-21 23:00:25 UTC
Created attachment 163685 [details]
stacktrace

This error is becomming annoying popping up every second.

I refactorred 5 classes by copying them from another library to a different package in this one. Four of them had their package updated but one did not, it's the implementation class.

So now when I open this implementation I get assertion errors which started as the package name being incorrect, fixing this now there are still many other assertion errors occuring.

Fixing imports now just wipes all imports away.
Comment 5 Exceptions Reporter 2017-05-05 15:10:15 UTC
Created attachment 164261 [details]
stacktrace

Working with a java 8 project
Comment 6 Vladimir Voskresensky 2017-05-18 15:10:20 UTC
Created attachment 164350 [details]
stacktrace

editing clang/ast ASTContext class
Comment 7 Mingun 2017-10-01 18:49:07 UTC
Created attachment 165221 [details]
Журнал среды IDE
Comment 8 Mingun 2017-10-01 18:49:13 UTC
Created attachment 165222 [details]
A dump from the report #862084