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 206068 - AssertionError: isSubtype 12
Summary: AssertionError: isSubtype 12
Status: RESOLVED DUPLICATE of bug 188662
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: 2011-12-07 10:12 UTC by J Bachorik
Modified: 2012-04-05 12:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 183515


Attachments
stacktrace (3.47 KB, text/plain)
2011-12-07 10:12 UTC, J Bachorik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description J Bachorik 2011-12-07 10:12:28 UTC
Build: NetBeans IDE 7.1 RC2 (Build 201111302200)
VM: OpenJDK 64-Bit Server VM, 20.0-b11, OpenJDK Runtime Environment, 1.6.0_23-b23
OS: Linux

User Comments:
yardus: still getting the same error even after IDE restart!




Stacktrace: 
java.lang.AssertionError: isSubtype 12
   at com.sun.tools.javac.code.Types$5.visitType(Types.java:423)
   at com.sun.tools.javac.code.Types$5.visitType(Types.java:403)
   at com.sun.tools.javac.code.Types$DefaultTypeVisitor.visitMethodType(Types.java:3747)
   at com.sun.tools.javac.code.Type$MethodType.accept(Type.java:886)
   at com.sun.tools.javac.code.Types$DefaultTypeVisitor.visit(Types.java:3743)
   at com.sun.tools.javac.code.Types.isSubtype(Types.java:399)
Comment 1 J Bachorik 2011-12-07 10:12:30 UTC
Created attachment 113914 [details]
stacktrace
Comment 2 Dusan Balek 2012-04-05 12:26:20 UTC

*** This bug has been marked as a duplicate of bug 188662 ***