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 80730 - "Duplication Operation" dialog doesn't give possibility to answer negatively
Summary: "Duplication Operation" dialog doesn't give possibility to answer negatively
Status: VERIFIED WORKSFORME
Alias: None
Product: uml
Classification: Unclassified
Component: Synchronization (show other bugs)
Version: 5.x
Hardware: PC Windows ME/2000
: P2 blocker (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-20 15:20 UTC by bugbridge
Modified: 2006-08-31 02:28 UTC (History)
1 user (show)

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 bugbridge 2006-07-20 15:20:11 UTC
Original submitter: akorostelev

Description:
1. create package with scoped diagram
2. place 'Test' class
3. add attribute 'x'
4. in source start to type (not copy )the following comment for an attribute.
/**
 * comment
5.while you are typing dialog "Delete associated methods" appears. It suggests
to remove getter/setter methhods for 'x' while you wanted only to add a comment...
6. answer "No".
7. finish comment with the following line:
 */
8. save 
9.New dialog window "Duplication Operation" appears.
It suggests to create new getter 'getX1' for x attribute, while getter for 'x'
already exists... After closing the same dialog for setter appears.

Appeared dialog doesn't have "No" button.
And closing dialog window using cross in the corner doesn't prevent from new
getter/setter methods creation.
Comment 1 Craig Conover 2006-08-10 04:22:50 UTC
Second dialog to create duplicate ops doesn't appear anymore. Working as
expected. Please try to reproduce.
Comment 2 Andrew Korostelev 2006-08-10 12:58:07 UTC
verified in nb5.5 beta milestone 17.
this bug is not reproducible.
but new related regression is filed:
http://www.netbeans.org/issues/show_bug.cgi?id=82378