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 268870

Summary: StackOverflowError at org.netbeans.api.java.source.TypeMirrorHandle$Visitor.visitClassType
Product: ide Reporter: stefan79 <stefan79>
Component: CodeAssignee: issues@ide <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 227112
Attachments: stacktrace

Description stefan79 2016-11-07 09:04:46 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.102-b14, Java(TM) SE Runtime Environment, 1.8.0_102-b14
OS: Windows 8.1

User Comments:
stefan79: Exception occured while creating Method.




Stacktrace: 
java.lang.StackOverflowError
   at org.netbeans.api.java.source.TypeMirrorHandle$Visitor.visitClassType(TypeMirrorHandle.java:450)
   at com.sun.tools.javac.code.Type$ClassType.accept(Type.java:999)
   at org.netbeans.api.java.source.TypeMirrorHandle$Visitor.visitTypeVar(TypeMirrorHandle.java:481)
   at org.netbeans.api.java.source.TypeMirrorHandle$Visitor.visitTypeVar(TypeMirrorHandle.java:450)
   at com.sun.tools.javac.code.Type$TypeVar.accept(Type.java:1620)
   at org.netbeans.api.java.source.TypeMirrorHandle$Visitor.visitWildcardType(TypeMirrorHandle.java:494)
Comment 1 stefan79 2016-11-07 09:04:48 UTC
Created attachment 162807 [details]
stacktrace