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 - IDE hang when adding a param to operation in the derived class
Summary: IDE hang when adding a param to operation in the derived class
Status: RESOLVED DUPLICATE of bug 116055
Alias: None
Product: uml
Classification: Unclassified
Component: Diagram Class (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P1 blocker (vote)
Assignee: issues@uml
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2007-09-25 22:20 UTC by Joanne Lau
Modified: 2007-09-25 22:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Thread dump attached (18.17 KB, application/octet-stream)
2007-09-25 22:20 UTC, Joanne Lau
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***