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 8393 - [Synchronization] Improper synchronization dialog is invoked after new Class is created from wizard
Summary: [Synchronization] Improper synchronization dialog is invoked after new Class ...
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: -FFJ-
Hardware: PC Windows ME/2000
: P4 enhancement (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-11-13 13:02 UTC by Jan Becicka
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Becicka 2000-11-13 13:02:15 UTC
[1153]
If user is creating new class using java wizard, he can specify, which
interfaces should be implemented and then he is asked, which methods, from
these interfaces, he want to override. After doing that, new class is created
and synchronization dialog is invoked -> user must confirm again, which methods
should be overridden. I suggest not to synchronize freshly created classes.
Comment 1 Svata Dedic 2001-04-09 16:50:49 UTC
This should be fixed now.

Comment 2 Jan Becicka 2001-05-03 14:32:50 UTC
[010502_1]
Create class, which implements java.lang.Runnable, java.lang.Comparable.
In step 5. override only method from interface Comparable. Click finish -> 
Method run() from Runnable is offered to add, although user has withheld this 
method to be added in "Override Inherited Method" stage of wizard.


Comment 3 Martin Matula 2004-11-13 23:29:15 UTC
New class wizard no longer allows to add methods.