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

Summary: Class node tooltips ignoring generic interfaces
Product: java Reporter: Peter Nabbefeld <epdv>
Component: UnsupportedAssignee: Pavel Flaska <pflaska>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 4.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: DEFECT Exception Reporter:

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