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 262512 - AssertionError: isSubtype METHOD
Summary: AssertionError: isSubtype METHOD
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-21 10:12 UTC by Alexander Simon
Modified: 2016-06-21 10:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 224723


Attachments
stacktrace (10.29 KB, text/plain)
2016-06-21 10:12 UTC, Alexander Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2016-06-21 10:12:43 UTC
Build: NetBeans IDE Dev (Build 20160621-b22ede5b2875)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.91-b14, Java(TM) SE Runtime Environment, 1.8.0_91-b14
OS: SunOS

User Comments:
alexvsimon: cannot do step into method call




Stacktrace: 
java.lang.AssertionError: isSubtype METHOD
   at com.sun.tools.javac.code.Types$4.visitType(Types.java:1031)
   at com.sun.tools.javac.code.Types$4.visitType(Types.java:1007)
   at com.sun.tools.javac.code.Types$DefaultTypeVisitor.visitMethodType(Types.java:4703)
   at com.sun.tools.javac.code.Type$MethodType.accept(Type.java:1459)
   at com.sun.tools.javac.code.Types$DefaultTypeVisitor.visit(Types.java:4699)
   at com.sun.tools.javac.code.Types.isSubtype(Types.java:1003)
Comment 1 Alexander Simon 2016-06-21 10:12:45 UTC
Created attachment 160113 [details]
stacktrace