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 90690 - provide a dialog to specify properites for the new operation
Summary: provide a dialog to specify properites for the new operation
Status: NEW
Alias: None
Product: uml
Classification: Unclassified
Component: General (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker with 1 vote (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-06 19:32 UTC by Yang Su
Modified: 2006-12-06 19:32 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 Yang Su 2006-12-06 19:32:28 UTC
Currently, when Add -> Operation is invoked on a class element in the project
tree a unnamed operation with all default properties is created without taking
user's input. The newly created operation is then displayed in project tree and
on diagram to allow user to further modify it. The usability of this workflow is
questionable, and its behavior is different from adding a method to an existing
java class in a java project which allows users to specify all properties at the
creation time. 

UML should consider taking the same UI flow to provide a dialog to specify new
operation properties.