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 163995 - AssertionError: isSubtype 12
Summary: AssertionError: isSubtype 12
Status: RESOLVED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Dusan Balek
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-29 02:33 UTC by bburette
Modified: 2011-07-11 15:43 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 150261


Attachments
stacktrace (8.16 KB, text/plain)
2009-04-29 02:33 UTC, bburette
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bburette 2009-04-29 02:33:06 UTC
This issue was originally marked as duplicate of #154153, that is already fixed. This issue is still valid, so this seems to be another issue, but it might be related.

Build: NetBeans IDE Dev (Build 200904030200)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Windows XP, 5.1, x86

User Comments:
bburette: Ctrl-click  on a method name

bburette: In editor window control-click on method name to jump to it's declaration



Stacktrace: 
java.lang.AssertionError: isSubtype 12
        at com.sun.tools.javac.code.Types$5.visitType(Types.java:375)
        at com.sun.tools.javac.code.Types$5.visitType(Types.java:482)
        at com.sun.tools.javac.code.Types$DefaultTypeVisitor.visitMethodType(Types.java:3565)
        at com.sun.tools.javac.code.Type$MethodType.accept(Type.java:803)
        at com.sun.tools.javac.code.Types$DefaultTypeVisitor.visit(Types.java:3561)
        at com.sun.tools.javac.code.Types.isSubtype(Types.java:352)
Comment 1 bburette 2009-04-29 02:33:11 UTC
Created attachment 81145 [details]
stacktrace
Comment 2 Dusan Balek 2009-04-30 09:11:32 UTC
Are you able to reproduce the issue on your sources?
Comment 3 bburette 2009-04-30 15:14:32 UTC
After second deletion of "var" subdirectory, exception never occured again ?
I'm closing the issue because I can't reproduce the bug anymore.
Comment 4 Jesse Glick 2011-04-12 17:48:24 UTC
Just happened to me in a dev build while making various quick edits to a Java source file; see exception reporter. No clue how to reproduce.
Comment 5 Jesse Glick 2011-07-11 15:43:54 UTC
Just happened to me again; now filed under bug #188662.