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 52808 - "Override methods" function does not work properly for methods with generic type parameters <? extends T>
Summary: "Override methods" function does not work properly for methods with generic t...
Status: RESOLVED DUPLICATE of bug 50260
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Daniel Prusa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-25 14:49 UTC by Petr Adamek
Modified: 2005-02-14 14:38 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 Petr Adamek 2004-12-25 14:49:13 UTC
"Override methods" function does not work properly
for methods with generic type parameters "<?
extends T>". This bug can be reproduced easily
when you try to use "Override methods" function
for empty class implementing the Map interface.
The method "void putAll(Map<? extends K, ? extends
V> t)" will be defined as "void putAll(Map<K, V> t)".
Comment 1 Daniel Prusa 2005-02-14 14:38:54 UTC

*** This issue has been marked as a duplicate of 50260 ***