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

Summary: provide a dialog to specify properites for the new operation
Product: uml Reporter: Yang Su <sherylsu>
Component: GeneralAssignee: issues@uml <issues>
Status: NEW ---    
Severity: blocker    
Priority: P2    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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.