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 216537 - AssertionError at org.netbeans.modules.java.source.parsing.JavacParser.getResult
Summary: AssertionError at org.netbeans.modules.java.source.parsing.JavacParser.getResult
Status: RESOLVED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-08 13:40 UTC by Sergey Petrov
Modified: 2015-02-04 03:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 191382


Attachments
stacktrace (4.20 KB, text/plain)
2012-08-08 13:40 UTC, Sergey Petrov
Details
exception (3.16 KB, text/plain)
2012-08-08 14:57 UTC, Sergey Petrov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Petrov 2012-08-08 13:40:23 UTC
Build: NetBeans IDE Dev (Build 20120808-5b64fdbbc16e)
VM: Java HotSpot(TM) Client VM, 20.6-b01, Java(TM) SE Runtime Environment, 1.6.0_31-b05
OS: Windows 7

User Comments:
sj-nb: create about 1000 entities at once in entities from db wizard




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.java.source.parsing.JavacParser.getResult(JavacParser.java:458)
   at org.netbeans.api.java.source.JavaSource$JavaSourceAccessorImpl.createCompilationController(JavaSource.java:719)
   at org.netbeans.modules.java.source.save.Reformatter.reformat(Reformatter.java:103)
   at org.netbeans.modules.editor.indent.TaskHandler$MimeItem.runTask(TaskHandler.java:548)
   at org.netbeans.modules.editor.indent.TaskHandler.runTasks(TaskHandler.java:316)
   at org.netbeans.modules.editor.indent.IndentImpl.reformat(IndentImpl.java:357)
Comment 1 Sergey Petrov 2012-08-08 13:40:25 UTC
Created attachment 122870 [details]
stacktrace
Comment 2 Sergey Petrov 2012-08-08 14:56:46 UTC
it's not stable issue, second time generation passed.

third time I got exception regarding missed file(see atachemnt), and dialog regarding modification and invalid file, see log. it's kind of issues when a lot of files created at once.
Comment 3 Sergey Petrov 2012-08-08 14:57:16 UTC
Created attachment 122876 [details]
exception
Comment 4 Sergey Petrov 2012-08-08 14:58:53 UTC
last one may be related to closed http://netbeans.org/bugzilla/show_bug.cgi?id=205657
Comment 5 Quality Engineering 2015-02-04 03:40:46 UTC
Reported for 7.3.x or earlier, no new info since then -> closing as worksforme, please reopen in case you see it.