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 216877 - AssertionError at com.sun.tools.javac.util.Assert.error
Summary: AssertionError at com.sun.tools.javac.util.Assert.error
Status: RESOLVED INCOMPLETE
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: 2012-08-14 17:52 UTC by jgish
Modified: 2013-06-19 09:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 191538


Attachments
stacktrace (5.90 KB, text/plain)
2012-08-14 17:52 UTC, jgish
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jgish 2012-08-14 17:52:21 UTC
Build: NetBeans IDE Dev (Build jdk8lambda-1550-on-20120807)
VM: OpenJDK 64-Bit Server VM, 22.0-b10, OpenJDK Runtime Environment, 1.7.0_03-b147
OS: Linux

User Comments:
jgish: Did compile of JDK outside of Netbeans.  Background scanning of projects started, but could not be cancelled.




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.checkInit(Flow.java:1475)
   at com.sun.tools.javac.comp.Flow$AssignAnalyzer.visitIdent(Flow.java:2174)
   at com.sun.tools.javac.tree.JCTree$JCIdent.accept(JCTree.java:1923)
Comment 1 jgish 2012-08-14 17:52:24 UTC
Created attachment 123107 [details]
stacktrace
Comment 2 Dusan Balek 2013-06-19 09:26:30 UTC
The issue is hard to fix without a reproducible test case. So, could you please
attach the particular projects to the issue and describe the exact steps to
reproduce? Thanks.