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 267241 - AssertionError: isSubtype METHOD
Summary: AssertionError: isSubtype METHOD
Status: RESOLVED DUPLICATE of bug 188662
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-07-21 18:37 UTC by IrianR
Modified: 2016-07-22 09:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 225360


Attachments
stacktrace (7.39 KB, text/plain)
2016-07-21 18:37 UTC, IrianR
Details

Note You need to log in before you can comment on or make changes to this bug.
Description IrianR 2016-07-21 18:37:20 UTC
Build: NetBeans IDE Dev (Build 201607190002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.92-b14, Java(TM) SE Runtime Environment, 1.8.0_92-b14
OS: Windows 7

User Comments:
IrianR: Modyfiing a simple class file, maven project.




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 IrianR 2016-07-21 18:37:22 UTC
Created attachment 161368 [details]
stacktrace
Comment 2 Dusan Balek 2016-07-22 09:06:19 UTC
Already fixed.

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