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 226151 - AssertionError at com.sun.tools.javac.util.Assert.error
Summary: AssertionError at com.sun.tools.javac.util.Assert.error
Status: RESOLVED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-15 07:02 UTC by mienamoo
Modified: 2015-04-15 11:09 UTC (History)
9 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 195901


Attachments
stacktrace (4.34 KB, text/plain)
2013-02-15 07:02 UTC, mienamoo
Details
stacktrace (5.80 KB, text/plain)
2013-02-15 19:04 UTC, jag
Details
stacktrace (4.09 KB, text/plain)
2013-02-21 23:35 UTC, Jesse Glick
Details
stacktrace (4.34 KB, text/plain)
2013-02-27 12:32 UTC, mienamoo
Details
stacktrace (6.14 KB, text/plain)
2013-03-06 09:39 UTC, stefan79
Details
stacktrace (4.01 KB, text/plain)
2013-03-17 21:06 UTC, sreimers
Details
stacktrace (4.44 KB, text/plain)
2013-03-22 07:03 UTC, mienamoo
Details
stacktrace (4.09 KB, text/plain)
2013-03-22 10:18 UTC, stefan79
Details
stacktrace (4.30 KB, text/plain)
2013-03-22 10:45 UTC, stefan79
Details
stacktrace (6.59 KB, text/plain)
2013-05-07 11:28 UTC, Tomas Stupka
Details
stacktrace (4.22 KB, text/plain)
2013-05-16 16:46 UTC, Michel Graciano
Details
stacktrace (4.34 KB, text/plain)
2013-05-22 11:35 UTC, Michel Graciano
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mienamoo 2013-02-15 07:02:22 UTC
Build: NetBeans IDE Dev (Build 201302132300)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_13-b20
OS: Windows 7

User Comments:
mienamoo: Starting up the IDE with some projects that are being opened.

GUEST: I don't know

GUEST: scanning

GUEST: scanning




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.util.Bits.incl(Bits.java:88)
   at com.sun.tools.javac.comp.Flow$AssignAnalyzer.visitMethodDef(Flow.java:1670)
   at com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:778)
   at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
Comment 1 mienamoo 2013-02-15 07:02:24 UTC
Created attachment 131416 [details]
stacktrace
Comment 2 jag 2013-02-15 19:04:48 UTC
Created attachment 131435 [details]
stacktrace

Scrolled window
Comment 3 Jesse Glick 2013-02-21 23:35:02 UTC
Created attachment 131705 [details]
stacktrace
Comment 4 mienamoo 2013-02-27 12:32:15 UTC
Created attachment 131959 [details]
stacktrace

Starting up the IDE with a number of Maven-based platform application module projects open.
Comment 5 stefan79 2013-03-06 09:39:17 UTC
Created attachment 132253 [details]
stacktrace

Exception occured while Background-Scanning.
Comment 6 sreimers 2013-03-17 21:06:44 UTC
Created attachment 132718 [details]
stacktrace
Comment 7 mienamoo 2013-03-22 07:03:41 UTC
Created attachment 132928 [details]
stacktrace

Creating a new module in an Ant-based NetBeans platform application.
Comment 8 stefan79 2013-03-22 10:18:43 UTC
Created attachment 132939 [details]
stacktrace
Comment 9 stefan79 2013-03-22 10:45:40 UTC
Created attachment 132942 [details]
stacktrace

Exception occured when I closed some Java-Files (Background scanning was running).
Comment 10 Tomas Stupka 2013-05-07 11:28:46 UTC
Created attachment 134178 [details]
stacktrace

hint cast ... to ...
Comment 11 Michel Graciano 2013-05-16 16:46:59 UTC
Created attachment 134531 [details]
stacktrace

Building the project
Comment 12 Michel Graciano 2013-05-22 11:35:13 UTC
Created attachment 134735 [details]
stacktrace

Openning the IDE
Comment 13 Dusan Balek 2015-04-15 11:09:53 UTC
No report since NB 7.4. Closing as WORKSFORME in dev.