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 50260 - doc popup for Wildcards of generic type of jdk5.0
Summary: doc popup for Wildcards of generic type of jdk5.0
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P3 blocker with 1 vote (vote)
Assignee: issues@java
URL:
Keywords:
: 52808 53742 57650 (view as bug list)
Depends on:
Blocks: 51775
  Show dependency tree
 
Reported: 2004-10-12 08:48 UTC by pzgyuanf
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
the full description (3.43 KB, text/plain)
2004-10-12 08:49 UTC, pzgyuanf
Details
one doc pop screenshot (16.71 KB, image/png)
2004-10-12 08:50 UTC, pzgyuanf
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pzgyuanf 2004-10-12 08:48:56 UTC
In src editor, type
java.util.Collections.java.util.Collections.max
the doc popup

is T max(Collection<T> coll, Comparator<T>comp)
not the really:
<T> T max(Collection<? extends T> coll,
Comparator<? super T> comp)

still try:(my experience)  see the attachment for
full description
Comment 1 pzgyuanf 2004-10-12 08:49:35 UTC
Created attachment 18215 [details]
the full description
Comment 2 pzgyuanf 2004-10-12 08:50:18 UTC
Created attachment 18217 [details]
one doc pop screenshot
Comment 3 Dusan Balek 2004-10-29 13:38:44 UTC
The problem is that ParameterizedType currently doesn't provide an
information on using wildcards. Setting target milestone to future and
reassigning to javacore for further evaluation as some changes to the
Java metamodel would be probably required to fix this issue.
Comment 4 David Simonek 2005-01-20 17:10:27 UTC
*** Issue 53742 has been marked as a duplicate of this issue. ***
Comment 5 David Simonek 2005-01-20 17:12:15 UTC
Already one duplicate and Navigator also depends on this, please
reconsider Target milestone, thanks.
Comment 6 Jan Becicka 2005-01-27 11:52:36 UTC
Reassigning to our model master.
Comment 7 Daniel Prusa 2005-02-14 14:38:54 UTC
*** Issue 52808 has been marked as a duplicate of this issue. ***
Comment 8 Martin Matula 2005-04-08 15:45:24 UTC
*** Issue 57650 has been marked as a duplicate of this issue. ***
Comment 9 Max Sauer 2005-08-12 12:29:57 UTC
Old target milestone. Please re-evaluate.
Comment 10 Jan Becicka 2006-10-26 16:27:17 UTC
Javacore module was replaced by Retouche infrastructure. This bug is not valid
in trunk any more.
Comment 11 Quality Engineering 2007-09-20 10:41:56 UTC
Reorganization of java component