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 217805 - StackOverflow when invoking Subtype Hierarchy on java.util.Map
Summary: StackOverflow when invoking Subtype Hierarchy on java.util.Map
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 7.3
Hardware: PC Windows 7 x64
: P2 normal (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-04 11:42 UTC by crazyjavahacking
Modified: 2012-09-05 02:07 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
StackOverflow stack trace (1.90 MB, text/plain)
2012-09-04 11:42 UTC, crazyjavahacking
Details

Note You need to log in before you can comment on or make changes to this bug.
Description crazyjavahacking 2012-09-04 11:42:13 UTC
Created attachment 123874 [details]
StackOverflow stack trace

Invoking Subtype Hierarchy on java.util.Map is causing a StackOverflowError.


NetBeans Dev 201209040001, JDK 7u5 32bit, Win7 SP1 64bit
Comment 1 Jan Lahoda 2012-09-04 12:39:35 UTC
http://hg.netbeans.org/jet-main/rev/3f4e93963b5c
Comment 2 Quality Engineering 2012-09-05 02:07:34 UTC
Integrated into 'main-golden', will be available in build *201209050001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/3f4e93963b5c
User: Jan Lahoda <jlahoda@netbeans.org>
Log: #217805: need to create FilterNodes in the subtype hierarchy, as one type can appear multiple times in the hierarchy.