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 237091 - 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.0
Hardware: All All
: P2 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-14 08:37 UTC by Jiri Prox
Modified: 2013-12-05 17:16 UTC (History)
11 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 204553


Attachments
stacktrace (3.69 KB, text/plain)
2013-10-14 08:37 UTC, Jiri Prox
Details
stacktrace (3.82 KB, text/plain)
2013-10-15 21:37 UTC, Ralph Ruijs
Details
stacktrace (3.83 KB, text/plain)
2013-10-17 07:16 UTC, Marian Mirilovic
Details
stacktrace (3.82 KB, text/plain)
2013-10-17 07:22 UTC, Marian Mirilovic
Details
stacktrace (3.82 KB, text/plain)
2013-10-21 11:26 UTC, Petr Cyhelsky
Details
stacktrace (3.82 KB, text/plain)
2013-10-22 14:02 UTC, Marian Mirilovic
Details
stacktrace (3.82 KB, text/plain)
2013-10-23 07:56 UTC, Jiri Skrivanek
Details
stacktrace (3.82 KB, text/plain)
2013-10-29 11:11 UTC, Ralph Ruijs
Details
stacktrace (3.69 KB, text/plain)
2013-10-29 11:26 UTC, ssazonov
Details
stacktrace (3.82 KB, text/plain)
2013-10-29 13:49 UTC, ssazonov
Details
stacktrace (3.82 KB, text/plain)
2013-11-04 12:56 UTC, Jiri Skrivanek
Details
stacktrace (3.82 KB, text/plain)
2013-11-06 20:32 UTC, Ralph Ruijs
Details
stacktrace (3.82 KB, text/plain)
2013-11-08 15:21 UTC, ssazonov
Details
stacktrace (3.89 KB, text/plain)
2013-11-15 12:06 UTC, Tomas Stupka
Details
stacktrace (3.82 KB, text/plain)
2013-11-16 12:51 UTC, markiewb
Details
stacktrace (3.83 KB, text/plain)
2013-11-18 10:42 UTC, Tomas Danek
Details
stacktrace (3.82 KB, text/plain)
2013-11-22 13:39 UTC, Petr Jiricka
Details
stacktrace (3.69 KB, text/plain)
2013-11-23 17:40 UTC, markiewb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Prox 2013-10-14 08:37:27 UTC
Build: NetBeans IDE Dev (Build 20131014-f962ff2a7ce7)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b49, Java(TM) SE Runtime Environment, 1.8.0-ea-b107
OS: Windows 7

User Comments:
jiriprox: Initial scanning of java.editor and java.source modules




Stacktrace: 
java.lang.AssertionError
   at com.sun.tools.javac.util.Assert.error(Assert.java:126)
   at com.sun.tools.javac.util.Assert.check(Assert.java:45)
   at com.sun.tools.javac.jvm.ClassWriter.writeCode(ClassWriter.java:1247)
   at com.sun.tools.javac.jvm.ClassWriter.writeMethod(ClassWriter.java:1165)
   at com.sun.tools.javac.jvm.ClassWriter.writeMethods(ClassWriter.java:1661)
   at com.sun.tools.javac.jvm.ClassWriter.writeClassFile(ClassWriter.java:1754)
Comment 1 Jiri Prox 2013-10-14 08:37:28 UTC
Created attachment 141053 [details]
stacktrace
Comment 2 Ralph Ruijs 2013-10-15 21:37:17 UTC
Created attachment 141120 [details]
stacktrace

Started NetBeans with a clean userdir and cache, opened the following projects at once:

Javadoc
Java Editor
Java Hints
Java Refactoring
Java Source
Refactoring API
Comment 3 Marian Mirilovic 2013-10-17 07:16:23 UTC
Created attachment 141190 [details]
stacktrace

editing java file in NB project
Comment 4 Marian Mirilovic 2013-10-17 07:18:47 UTC
I am getting this again and again ....
Comment 5 Marian Mirilovic 2013-10-17 07:22:22 UTC
Created attachment 141192 [details]
stacktrace

just howering mouse over Java code in editor
Comment 6 Petr Cyhelsky 2013-10-21 11:26:18 UTC
Created attachment 141346 [details]
stacktrace

just editing a java file
Comment 7 Marian Mirilovic 2013-10-22 14:02:32 UTC
Created attachment 141414 [details]
stacktrace

opened ide.kit project after first start with new userdir
Comment 8 Jiri Skrivanek 2013-10-23 07:56:55 UTC
Created attachment 141450 [details]
stacktrace

I opened profiler module and ProfilerValidationTest. While scanning it throws exception.
Comment 9 Ralph Ruijs 2013-10-29 11:11:46 UTC
Created attachment 141626 [details]
stacktrace

Opened projects
Comment 10 ssazonov 2013-10-29 11:26:47 UTC
Created attachment 141627 [details]
stacktrace

i have no idea what it may caused
Comment 11 ssazonov 2013-10-29 13:49:05 UTC
Created attachment 141640 [details]
stacktrace

...
Comment 12 Jiri Skrivanek 2013-11-04 12:56:25 UTC
Created attachment 141825 [details]
stacktrace

Scanning performance module.
Comment 13 Ralph Ruijs 2013-11-06 20:32:41 UTC
Created attachment 141916 [details]
stacktrace

Opened projects
Comment 14 ssazonov 2013-11-08 15:21:13 UTC
Created attachment 142002 [details]
stacktrace

...
Comment 15 Tomas Stupka 2013-11-15 12:06:40 UTC
Created attachment 142227 [details]
stacktrace

appeared while scanning after a bunch of projects was opened
Comment 16 markiewb 2013-11-16 12:51:48 UTC
Created attachment 142258 [details]
stacktrace

Started the IDE with some projects open
Comment 17 Tomas Danek 2013-11-18 10:42:49 UTC
Created attachment 142311 [details]
stacktrace

Background scanning?
Comment 18 Petr Jiricka 2013-11-22 13:39:55 UTC
Created attachment 142487 [details]
stacktrace

Scanning NetBeans sources.
Comment 19 markiewb 2013-11-23 17:40:00 UTC
Created attachment 142511 [details]
stacktrace

Starting a dev build with some open projects from a previous session