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 226398 - 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-20 13:26 UTC by tim_sa
Modified: 2015-04-15 11:17 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 198800


Attachments
stacktrace (4.83 KB, text/plain)
2013-02-20 13:26 UTC, tim_sa
Details
stacktrace (4.57 KB, text/plain)
2013-02-20 13:34 UTC, tim_sa
Details
stacktrace (5.11 KB, text/plain)
2013-02-21 08:23 UTC, tim_sa
Details
stacktrace (4.71 KB, text/plain)
2013-02-25 06:50 UTC, mienamoo
Details
stacktrace (4.71 KB, text/plain)
2013-03-12 06:51 UTC, mienamoo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tim_sa 2013-02-20 13:26:37 UTC
Build: NetBeans IDE Dev (Build 201302182300)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.6-b04, Java(TM) SE Runtime Environment, 1.7.0_11-b21
OS: Windows 7

User Comments:
tim_sa: opened IDE




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.visitTry(Flow.java:1966)
   at com.sun.tools.javac.tree.JCTree$JCTry.accept(JCTree.java:1155)
   at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
Comment 1 tim_sa 2013-02-20 13:26:39 UTC
Created attachment 131606 [details]
stacktrace
Comment 2 tim_sa 2013-02-20 13:34:57 UTC
Created attachment 131610 [details]
stacktrace

hg update from command line
Comment 3 tim_sa 2013-02-21 08:23:01 UTC
Created attachment 131651 [details]
stacktrace

debugging project
Comment 4 mienamoo 2013-02-25 06:50:07 UTC
Created attachment 131814 [details]
stacktrace

Editing Java source code.
Comment 5 mienamoo 2013-03-12 06:51:38 UTC
Created attachment 132489 [details]
stacktrace

Opening a source file. This still makes the IDE unusable...
Comment 6 Dusan Balek 2015-04-15 11:17:55 UTC
No report since NB 7.4. Closing as WORKSFORME in dev build.