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 233939 - AssertionError: isSameType UNKNOWN
Summary: AssertionError: isSameType UNKNOWN
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-05 09:35 UTC by junqueira_raphael
Modified: 2013-08-06 13:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 202816


Attachments
stacktrace (4.80 KB, text/plain)
2013-08-05 09:35 UTC, junqueira_raphael
Details

Note You need to log in before you can comment on or make changes to this bug.
Description junqueira_raphael 2013-08-05 09:35:26 UTC
Build: NetBeans IDE 7.4 Beta (Build 201307092200)
VM: Java HotSpot(TM) Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b15
OS: Linux

User Comments:
junqueira_raphael: Ctrl+C




Stacktrace: 
java.lang.AssertionError: isSameType UNKNOWN
   at com.sun.tools.javac.code.Types$SameTypeVisitor.visitType(Types.java:1004)
   at com.sun.tools.javac.code.Types$SameTypeVisitor.visitType(Types.java:976)
   at com.sun.tools.javac.code.Type.accept(Type.java:184)
   at com.sun.tools.javac.code.Types$DefaultTypeVisitor.visit(Types.java:4260)
   at com.sun.tools.javac.code.Types.isSameType(Types.java:968)
   at com.sun.tools.javac.code.Types.isSameType(Types.java:965)
Comment 1 junqueira_raphael 2013-08-05 09:35:27 UTC
Created attachment 138276 [details]
stacktrace