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 48469 - Synchronization does not work correctly for methods with own generic parameters.
Summary: Synchronization does not work correctly for methods with own generic parameters.
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: Daniel Prusa
URL:
Keywords:
: 48718 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-09-03 17:14 UTC by Daniel Prusa
Modified: 2007-09-26 09:14 UTC (History)
1 user (show)

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 Daniel Prusa 2004-09-03 17:14:01 UTC
Add the following method into an interface:

public void <T extends List> compute (T items);

Synchronize dependent class. The corresponding
method is not added correctly (type parameter 'T'
is missing, resp. replaced by java.lang.Object)
Comment 1 Daniel Prusa 2004-09-10 08:23:14 UTC
*** Issue 48718 has been marked as a duplicate of this issue. ***
Comment 2 Daniel Prusa 2004-09-10 08:23:37 UTC
*** Issue 48718 has been marked as a duplicate of this issue. ***
Comment 3 Daniel Prusa 2004-09-13 08:46:43 UTC
*** Issue 48859 has been marked as a duplicate of this issue. ***
Comment 4 ehucka 2005-01-11 13:17:35 UTC
old target milestone, please re-evaluate
Comment 5 Daniel Prusa 2005-03-17 15:53:25 UTC
/cvs/java/src/org/netbeans/modules/java/tools/JMIInheritanceSupport.java,v  <--
 JMIInheritanceSupport.java
new revision: 1.14; previous revision: 1.13