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 47542 - [40cat] Synchronize not working for implementing non-generic class version
Summary: [40cat] Synchronize not working for implementing non-generic class version
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Daniel Prusa
URL:
Keywords:
Depends on:
Blocks: 47545
  Show dependency tree
 
Reported: 2004-08-20 13:18 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:18:38 UTC
[ BUILD # : 200408181800 ]
[ JDK VERSION : J2SE 1.5.0 ]

public class SomeIterator implements Iterator
{
}

On the above code use Tools->Synchronize and you get the generic version with E next() rather than Object next().

Either, have Object next() or also change the class declaration to have its generic form.
Comment 1 Daniel Prusa 2004-09-01 15:56:53 UTC
Override Methods and Synchronize actions rewritten.