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

Summary: AssertionError: isSubtype METHOD
Product: java Reporter: IrianR
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 225360
Attachments: stacktrace

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