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 47558 - Class node tooltips ignoring generic interfaces
Summary: Class node tooltips ignoring generic interfaces
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Pavel Flaska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-20 14:58 UTC by Peter Nabbefeld
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Nabbefeld 2004-08-20 14:58:40 UTC
Hello,

when I'm moving the cursor over a class node in
the explorer, generic interfaces are not shown in
the tooltip (while generic extended classes are
shown). E.g. In the Favorites tab I've mounted
src.jar of JDK 5.0 (build 60). When I'm
positioning the mouse over the node
'java/util/AbstractSet' the following tooltip
appears: 'public abstract class AbstractSet<E>
extends java.util.AbstractCollection<E> implements
java.lang.Object'. The right tooltip would be
'public abstract class AbstractSet<E> extends
java.util.AbstractCollection<E> implements
java.util.Set<E>'.
Comment 1 psuk 2004-08-20 21:56:02 UTC
thanks for good test case
subcomp->javacore, seems to be a problem in the infrastructure
Comment 2 Pavel Flaska 2004-10-15 13:40:26 UTC
Fixed in trunk.

Checking in
src/org/netbeans/modules/java/ui/nodes/editors/IdentifierArrayEditor.java;
/cvs/java/src/org/netbeans/modules/java/ui/nodes/editors/IdentifierArrayEditor.java,v
 <--  IdentifierArrayEditor.java
new revision: 1.4; previous revision: 1.3
done
Processing log script arguments...
Comment 3 Quality Engineering 2007-09-20 10:59:42 UTC
Reorganization of java component