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

Summary: AssertionError: isSubtype 12
Product: java Reporter: J Bachorik <yardus>
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 183515
Attachments: stacktrace

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 ***