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 82419 - Parsing project structure for select root methods is slow
Summary: Parsing project structure for select root methods is slow
Status: VERIFIED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@profiler
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2006-08-10 20:31 UTC by ehucka
Modified: 2006-10-23 16:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ehucka 2006-08-10 20:31:38 UTC
profiler trunk, linux rc5, jdk 1.6.0

I found out the parsing of project strucutre after invoking of Add From Project
action in Specify Root Methods dialog is about 6 times longer than startup time
or 2 times longer than parsing of whole mdr storage. I have opened about 12
projects with cca 400 classes. Including web projects and free form project.
Moreover the parsed data are probably not cached, so each its invoking takes the
same time.
Comment 1 J Bachorik 2006-09-13 12:14:05 UTC
This was fixed by making the top levels lazy loaded and maximizing the
utilization of MDR to avoid unnecessary custom parsing.
Comment 2 ehucka 2006-09-14 10:42:12 UTC
verified