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 114056

Summary: "Select in Model" for an element from diagram is very slow in large project
Product: uml Reporter: Peter Lam <petersl>
Component: General DiagramAssignee: Viktor Lapitski <lvv>
Status: VERIFIED FIXED    
Severity: blocker Keywords: PERFORMANCE
Priority: P2    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: uml projectui source package

Description Peter Lam 2007-08-28 21:56:13 UTC
Repro steps:
- reverse engineer a large java project of size 100+ classes or just the attached uml "projectui" source
- create a class diagram from a few selected classes within the package
- from the class diagram, right click on one of the classes and select Select in Model
==>> For the 1st time, it could take up to a minute for the action to complete, then at least 5+ seconds after.
Comment 1 Peter Lam 2007-08-28 22:50:00 UTC
Created attachment 47669 [details]
uml projectui source package
Comment 2 George Vasick 2007-08-29 20:57:45 UTC
The problem is reproducible in 5.5.1 as well.  It mar not be possible to fix for 6.0.
Comment 3 George Vasick 2007-08-29 20:58:18 UTC
The problem is reproducible in 5.5.1 as well.  It may not be possible to fix for 6.0.
Comment 4 Viktor Lapitski 2007-09-11 23:17:12 UTC
fixed.
Comment 5 Peter Lam 2007-09-15 01:23:02 UTC
verified in trunk build 070914.
Performance has increase greatly. It's now instantly displaying instead of a delay. Good job!