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 63067 - Can't synchronize anonymous inner class
Summary: Can't synchronize anonymous inner class
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-25 14:50 UTC by crued
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 crued 2005-08-25 14:50:53 UTC
Most of the time if you indicate that some class implements an interface you can 
choose "Synchronize" from the "Tools" menu to automatically generate those 
methods that you have not yet written code for.

When creating an anonymous inner class this option is unavailable.  For example:


        myPanel.addMouseListener(new MouseListener() {
            |
        });

If I open the Tools menu at this point, Synchronize is not one of the menu
options.
Comment 1 Jan Becicka 2005-08-25 15:57:59 UTC
Synchronize action was removed from upcoming 4.2 release.
Comment 2 Martin Matula 2005-08-25 16:02:52 UTC
FYI - you can use "Override Methods" (ctrl+I)
Comment 3 Quality Engineering 2007-09-20 12:06:26 UTC
Reorganization of java component