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 27409

Summary: StackOverflowError at ClassDependencyImpl.findMatchingMethod
Product: java Reporter: Jan Becicka <jbecicka>
Component: UnsupportedAssignee: issues@java <issues>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: DEFECT Exception Reporter:
Attachments: java.lang.StackOverflowError

Description Jan Becicka 2002-09-18 10:14:33 UTC
JDK 1.4.0, 2002090180100
This happened to me after instantiating the 
template Classes/Class.java.

But I cannot reproduce it.
Comment 1 Jan Becicka 2002-09-18 10:16:24 UTC
Created attachment 7440 [details]
java.lang.StackOverflowError
Comment 2 Tomas Hurka 2002-09-24 16:14:54 UTC
Fixed in trunk. It is caused by the class which extends itself.
Comment 3 Jan Becicka 2002-10-11 17:11:39 UTC
Verified