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 116756

Summary: IDE hang when adding a param to operation in the derived class
Product: uml Reporter: Joanne Lau <j_lau>
Component: Diagram ClassAssignee: issues@uml <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker Keywords: REGRESSION
Priority: P1    
Version: 6.x   
Hardware: All   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Attachments: Thread dump attached

Description Joanne Lau 2007-09-25 22:20:13 UTC
Issue is reproducible in the trunk build 200709250000 as well as in the latest instrumented builds.

Steps to reproduce:
1) Create a UML java platform model project
2) Create a class diagram
3) Create 2 class elements (C1, C2)
4) Add an operation op1 to C1
5) Add a generalization link and connect it from C2->C1
7) Select C1 in the redefined dialog
8) Click operation op1 and class C1, and add a parameter (e.g. String i)
   IDE hang at this point
   (See attached stacktrace)

This issue is not reproducible in the beta1 build.
Comment 1 Joanne Lau 2007-09-25 22:20:51 UTC
Created attachment 49516 [details]
Thread dump attached
Comment 2 Joanne Lau 2007-09-25 22:23:05 UTC
Clarification to step 8, it should be clicking on op1 in class C1 and add a parameter to the operation. 
Comment 3 Viktor Lapitski 2007-09-25 22:31:31 UTC
fortunately or unfortunately, it is an exact duplicate of 116055. 


*** This issue has been marked as a duplicate of 116055 ***