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

Summary: AssertionError at com.sun.tools.javac.comp.Lower.classOfType
Product: java Reporter: lubor
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: RESOLVED WORKSFORME    
Severity: normal CC: bhulse, squib, uwe_pachler
Priority: P3    
Version: 7.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 147319
Attachments: stacktrace
stacktrace

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.