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 253384 - AssertionError at com.sun.tools.javac.util.Assert.error
Summary: AssertionError at com.sun.tools.javac.util.Assert.error
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.1
Hardware: All All
: P1 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-09 14:17 UTC by Martin Entlicher
Modified: 2016-06-09 14:36 UTC (History)
10 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 218431


Attachments
stacktrace (4.72 KB, text/plain)
2015-07-09 14:17 UTC, Martin Entlicher
Details
stacktrace (4.72 KB, text/plain)
2015-12-13 02:34 UTC, _ tboudreau
Details
stacktrace (4.88 KB, text/plain)
2016-01-06 13:44 UTC, Ralph Ruijs
Details
stacktrace (4.72 KB, text/plain)
2016-02-08 15:55 UTC, Alexander Simon
Details
stacktrace (4.72 KB, text/plain)
2016-02-08 17:04 UTC, Alexander Simon
Details
stacktrace (4.72 KB, text/plain)
2016-02-09 07:07 UTC, Alexander Simon
Details
stacktrace (4.88 KB, text/plain)
2016-02-17 18:28 UTC, Vladimir Voskresensky
Details
stacktrace (4.72 KB, text/plain)
2016-02-22 11:02 UTC, Ondrej Vrabec
Details
stacktrace (4.72 KB, text/plain)
2016-02-22 11:35 UTC, Ondrej Vrabec
Details
stacktrace (4.72 KB, text/plain)
2016-02-25 17:50 UTC, Vladimir Voskresensky
Details
stacktrace (4.72 KB, text/plain)
2016-03-01 10:32 UTC, Ondrej Vrabec
Details
stacktrace (4.72 KB, text/plain)
2016-03-11 11:41 UTC, ehsavoie
Details
stacktrace (4.72 KB, text/plain)
2016-03-15 21:41 UTC, Vladimir Voskresensky
Details
stacktrace (4.81 KB, text/plain)
2016-03-22 10:50 UTC, Jiri Skrivanek
Details
stacktrace (4.72 KB, text/plain)
2016-05-25 16:36 UTC, Alexandr Scherbatiy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Entlicher 2015-07-09 14:17:18 UTC
Build: NetBeans Dev JDK9 branch (Build 20150708-11474c5c739b)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.51-b03, Java(TM) SE Runtime Environment, 1.8.0_51-b16
OS: Mac OS X

User Comments:
mentlicher: Changed the code base extrenally




Stacktrace: 
java.lang.AssertionError
   at com.sun.tools.javac.util.Assert.error(Assert.java:155)
   at com.sun.tools.javac.util.Assert.checkNonNull(Assert.java:62)
   at com.sun.tools.javac.processing.JavacProcessingEnvironment.getTopLevelClasses(JavacProcessingEnvironment.java:1262)
   at com.sun.tools.javac.processing.JavacProcessingEnvironment.access$600(JavacProcessingEnvironment.java:95)
   at com.sun.tools.javac.processing.JavacProcessingEnvironment$Round.<init>(JavacProcessingEnvironment.java:907)
   at com.sun.tools.javac.processing.JavacProcessingEnvironment.doProcessing(JavacProcessingEnvironment.java:1157)
Comment 1 Martin Entlicher 2015-07-09 14:17:19 UTC
Created attachment 154541 [details]
stacktrace
Comment 2 _ tboudreau 2015-12-13 02:34:38 UTC
Created attachment 157775 [details]
stacktrace

Happens constantly when opening files in certain uncompilable maven projects.
Comment 3 Ralph Ruijs 2016-01-06 13:44:03 UTC
Created attachment 158029 [details]
stacktrace

Opened html.editor
Comment 4 Alexander Simon 2016-02-08 15:55:48 UTC
Created attachment 158416 [details]
stacktrace

build in IDE
Comment 5 Alexander Simon 2016-02-08 17:04:48 UTC
Created attachment 158420 [details]
stacktrace

update source in console
Comment 6 Alexander Simon 2016-02-09 07:07:48 UTC
Created attachment 158425 [details]
stacktrace

update project
Comment 7 Vladimir Voskresensky 2016-02-17 18:28:50 UTC
Created attachment 158546 [details]
stacktrace

deleting *.sh files
Comment 8 Ondrej Vrabec 2016-02-22 11:02:19 UTC
Created attachment 158592 [details]
stacktrace

Switched branch in Abcs. However i do not have any Java file open, just about 5 js and json files.
Comment 9 Ondrej Vrabec 2016-02-22 11:35:20 UTC
Created attachment 158593 [details]
stacktrace

switched branch again
Comment 10 Vladimir Voskresensky 2016-02-25 17:50:21 UTC
Created attachment 158642 [details]
stacktrace

externally modify java files
Comment 11 Ondrej Vrabec 2016-03-01 10:32:21 UTC
Created attachment 158684 [details]
stacktrace

Switched a branch
Comment 12 ehsavoie 2016-03-11 11:41:23 UTC
Created attachment 158829 [details]
stacktrace

Scanning on opening a project
Comment 13 Vladimir Voskresensky 2016-03-15 21:41:27 UTC
Created attachment 158882 [details]
stacktrace

inserted some code
Comment 14 Jiri Skrivanek 2016-03-22 10:50:28 UTC
Created attachment 158962 [details]
stacktrace

While scanning nborg project.
Comment 15 Alexandr Scherbatiy 2016-05-25 16:36:48 UTC
Created attachment 159875 [details]
stacktrace

edit code