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 110329

Summary: 'Redefine Operations' dialog never appears
Product: uml Reporter: Peter Lam <petersl>
Component: Diagram ClassAssignee: Kris Richards <krichard>
Status: VERIFIED FIXED    
Severity: blocker Keywords: REGRESSION
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Peter Lam 2007-07-19 19:55:55 UTC
With recent builds, maybe after fixing issue 107231, the 'Redefine Operations' dialog never comes up after adding
generalization link from a subclass to a superclass or manually selecting 'Redefine Operations...' menu item from the class.

Repro steps:
- create a java-platform model project
- create a class diagram
- create and name 2 classes: super & sub
- add and name a couple of operations in the super class
- create a generalization link from sub to super classes
Result: the 'Redefine Operations' dialog should come up but never does
- right click on the sub class and select 'Redefine Operations...' menu item
Result: the 'Redefine Operations' dialog should come up but never does
Comment 1 Peter Lam 2007-08-08 23:03:48 UTC
*** Issue 112364 has been marked as a duplicate of this issue. ***
Comment 2 Kris Richards 2007-08-13 14:42:10 UTC
this bug was fixed by removing the "redefine operations" option. The dialog no longer appears because it is no longer necessary. (see comments on issue 
107231)
Comment 3 Peter Lam 2007-08-24 02:09:17 UTC
removing the "redefine operations" option doesn't solve this problem here. The dialog is still needed so operations can
be selected for redefined. However, with this fix, there's no way to select the operations to be redefined in the
subclass. Re-opening this issue.
Comment 4 Kris Richards 2007-08-24 19:40:36 UTC
correction to "fixed by removing" comment. This dialog was still meant to appear in order to allow the user to choose which operations to redefine. The 
problem was a NPE being thrown due to icon location changes.
Comment 5 Peter Lam 2007-08-25 07:34:12 UTC
verified in build 20070824-b2768