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 199177

Summary: AssertionError at com.sun.tools.javac.util.Assert.error
Product: java Reporter: jirka_x1 <jirka_x1>
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: RESOLVED WORKSFORME    
Severity: normal CC: jglick
Priority: P3    
Version: 7.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 179188
Attachments: stacktrace
stacktrace
stacktrace

Description jirka_x1 2011-06-05 18:23:51 UTC
Build: NetBeans IDE 7.0 (Build 201104080000)
VM: Java HotSpot(TM) Client VM, 19.1-b02, Java(TM) SE Runtime Environment, 1.6.0_24-b07
OS: Windows 7

User Comments:
jirka_x1: Ctrl-clicked on on a class in import statement to see the defininition




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.code.Types.merge(Types.java:2680)
   at com.sun.tools.javac.code.Types.intersect(Types.java:2617)
   at com.sun.tools.javac.code.Types.lub(Types.java:2807)
   at com.sun.tools.javac.code.Types.lub(Types.java:2735)
Comment 1 jirka_x1 2011-06-05 18:23:56 UTC
Created attachment 108736 [details]
stacktrace
Comment 2 Dusan Balek 2011-10-24 11:55:42 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 3 jirka_x1 2011-12-14 11:29:51 UTC
I am sorry, this is one of the automatically generated reports, and I do not recall encountering the same problem again. 
(BTW The tool should probably mark the automatic reports somehow to distinguish them from the manual ones.)
Comment 4 Jesse Glick 2012-09-18 20:47:11 UTC
Created attachment 124540 [details]
stacktrace

Trying to move a class to another package in the same module.
Comment 5 Jesse Glick 2013-02-18 16:25:52 UTC
Created attachment 131539 [details]
stacktrace
Comment 6 Quality Engineering 2015-02-04 03:29:21 UTC
Reported for 7.3.x or earlier, no new info since then -> closing as worksforme, please reopen in case you see it.