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 - AssertionError: artofillusion.polymesh.PolyMeshEditorWindow
Summary: AssertionError: artofillusion.polymesh.PolyMeshEditorWindow
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: Dev
Hardware: All All
: P3 normal with 1 vote (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-31 10:03 UTC by Maksim Khramov
Modified: 2017-10-01 18:49 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 227829


Attachments
stacktrace (9.64 KB, text/plain)
2017-01-31 10:03 UTC, Maksim Khramov
Details
a .dump file that IDE requested to attach when reporting the exception (322.16 KB, application/octet-stream)
2017-02-16 12:40 UTC, Vladimir Kvashin
Details
stacktrace (14.14 KB, text/plain)
2017-02-21 22:57 UTC, brettryan
Details
stacktrace (3.95 KB, text/plain)
2017-02-21 23:00 UTC, brettryan
Details
stacktrace (10.19 KB, text/plain)
2017-05-05 15:10 UTC, Exceptions Reporter
Details
stacktrace (3.68 KB, text/plain)
2017-05-18 15:10 UTC, Vladimir Voskresensky
Details
Журнал среды IDE (91.46 KB, text/plain)
2017-10-01 18:49 UTC, Mingun
Details
A dump from the report #862084 (63.34 KB, application/octet-stream)
2017-10-01 18:49 UTC, Mingun
Details

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