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 116055 - IDE Hangs when add operation's argument
Summary: IDE Hangs when add operation's argument
Status: VERIFIED FIXED
Alias: None
Product: uml
Classification: Unclassified
Component: Reverse Engineering (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P1 blocker (vote)
Assignee: Viktor Lapitski
URL:
Keywords: REGRESSION
: 116756 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-09-19 19:16 UTC by Sherry Zhou
Modified: 2007-09-27 22:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
thread dump (14.96 KB, application/octet-stream)
2007-09-19 19:17 UTC, Sherry Zhou
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sherry Zhou 2007-09-19 19:16:10 UTC
trunk build 070919


- Reverse engineer the java class and interface below:
--------------------------------------------------------
package pack;
public interface MyInterface {
    void test();
}
--------------------------------------------------------
public class MyClass implements MyInterface {
    public MyClass() {
    }
    public void test() {
    }
}
--------------------------------------------------------

- Create a class diagram from 'MyInterface' and 'MyClass' elements
- Select 'MyInterface' element on the diagram
- Add 'int i' argument into the 'public void test()' operation
  for 'MyInterface' element.

IDE hangs
Comment 1 Sherry Zhou 2007-09-19 19:17:06 UTC
Created attachment 49104 [details]
thread dump
Comment 2 Sherry Zhou 2007-09-19 19:25:01 UTC
This is newly introduced bug. Can't reproduce in nb6.0 beta1
Comment 3 Sherry Zhou 2007-09-21 16:53:39 UTC
This issue can be reproduced at trunk build 3422(09/21/07 1:52pm)
Comment 4 Viktor Lapitski 2007-09-25 22:29:31 UTC
*** Issue 116756 has been marked as a duplicate of this issue. ***
Comment 5 Viktor Lapitski 2007-09-25 22:31:22 UTC
*** Issue 116756 has been marked as a duplicate of this issue. ***
Comment 6 Viktor Lapitski 2007-09-26 04:33:58 UTC
fixed.
Comment 7 Peter Lam 2007-09-26 20:25:48 UTC
verified in trunk build 20070926 but not yet in today's instrumented build yet.
Comment 8 Peter Lam 2007-09-27 22:30:33 UTC
also verified in instrumented trunk build 200709270227