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 - "Select in Model" for an element from diagram is very slow in large project
Summary: "Select in Model" for an element from diagram is very slow in large project
Status: VERIFIED FIXED
Alias: None
Product: uml
Classification: Unclassified
Component: General Diagram (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Viktor Lapitski
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2007-08-28 21:56 UTC by Peter Lam
Modified: 2007-09-15 01:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
uml projectui source package (337.73 KB, application/octet-stream)
2007-08-28 22:50 UTC, Peter Lam
Details

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