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 - StackOverflowError at org.netbeans.api.java.source.TypeMirrorHandle$Visitor.visitClassType
Summary: StackOverflowError at org.netbeans.api.java.source.TypeMirrorHandle$Visitor.v...
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-07 09:04 UTC by stefan79
Modified: 2016-11-07 09:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 227112


Attachments
stacktrace (93.97 KB, text/plain)
2016-11-07 09:04 UTC, stefan79
Details

Note You need to log in before you can comment on or make changes to this bug.
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