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 - StackOverflowError at ClassDependencyImpl.findMatchingMethod
Summary: StackOverflowError at ClassDependencyImpl.findMatchingMethod
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-18 10:14 UTC by Jan Becicka
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
java.lang.StackOverflowError (115.85 KB, text/plain)
2002-09-18 10:16 UTC, Jan Becicka
Details

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