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 210651 - AssertionError at com.sun.tools.javac.comp.Lower.classOfType
Summary: AssertionError at com.sun.tools.javac.comp.Lower.classOfType
Status: RESOLVED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-03 20:32 UTC by lubor
Modified: 2013-06-13 09:57 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 147319


Attachments
stacktrace (4.96 KB, text/plain)
2012-04-03 20:32 UTC, lubor
Details
stacktrace (4.37 KB, text/plain)
2012-04-15 21:05 UTC, uwe_pachler
Details

Note You need to log in before you can comment on or make changes to this bug.
Description lubor 2012-04-03 20:32:51 UTC
Build: NetBeans IDE 7.1.1 (Build 201203012225)
VM: Java HotSpot(TM) 64-Bit Server VM, 19.0-b09, Java(TM) SE Runtime Environment, 1.6.0_23-b05
OS: Linux

User Comments:
lubor: I have added some source files into project folder by using system file manager.




Stacktrace: 
java.lang.AssertionError
   at com.sun.tools.javac.comp.Lower.classOfType(Lower.java:2001)
   at com.sun.tools.javac.comp.Lower.assertFlagTest(Lower.java:2038)
   at com.sun.tools.javac.comp.Lower.visitAssert(Lower.java:2762)
   at com.sun.tools.javac.tree.JCTree$JCAssert.accept(JCTree.java:1293)
   at com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
   at com.sun.tools.javac.comp.Lower.translate(Lower.java:2172)
Comment 1 lubor 2012-04-03 20:32:55 UTC
Created attachment 117758 [details]
stacktrace
Comment 2 uwe_pachler 2012-04-15 21:05:24 UTC
Created attachment 118288 [details]
stacktrace
Comment 3 Dusan Balek 2012-05-21 09:26:56 UTC
Hard to fix without a reproducible test case. Are you able to reproduce the
issue? If so, could you please create a simple test case and attach it to the
issue? Thanks.
Comment 4 Dusan Balek 2013-06-13 09:57:11 UTC
No more exception reports from the recent IDE versions. Closing as WORKSFORME in NB 7.4. Please reopen the issue with exact steps to reproduce if it appears again.
Thanks.