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

Summary: Synchronization does not work correctly for methods with own generic parameters.
Product: java Reporter: Daniel Prusa <dprusa>
Component: UnsupportedAssignee: Daniel Prusa <dprusa>
Status: RESOLVED FIXED    
Severity: blocker CC: athompson
Priority: P3    
Version: 4.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: DEFECT Exception Reporter:

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