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

Summary: [Synchronization] Improper synchronization dialog is invoked after new Class is created from wizard
Product: java Reporter: Jan Becicka <jbecicka>
Component: UnsupportedAssignee: issues@java <issues>
Status: RESOLVED WONTFIX    
Severity: enhancement    
Priority: P4    
Version: -FFJ-   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: ENHANCEMENT Exception Reporter:

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.