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 47543 - [40cat] Synchronize not working for implementing generic interface
Summary: [40cat] Synchronize not working for implementing generic interface
Status: RESOLVED DUPLICATE of bug 47029
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-20 13:25 UTC by dynamite
Modified: 2007-09-26 09:14 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 dynamite 2004-08-20 13:25:20 UTC
[ BUILD # : 200408181800 ]
[ JDK VERSION : J2SE 1.5.0 ]

Possibly related to 47542.

public class SomeIterator<T extends Object> implements Iterator<T>
{
}

Tools->Synchronize does not fill in any methods.
Comment 1 dynamite 2004-08-20 13:27:01 UTC

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