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 66968 - Many conversions when using URL based ClassPath API from JMManager
Summary: Many conversions when using URL based ClassPath API from JMManager
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@java
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2005-10-17 15:30 UTC by _ rkubacki
Modified: 2007-09-26 09:14 UTC (History)
1 user (show)

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 _ rkubacki 2005-10-17 15:30:53 UTC
similar to issue #66489 - JMManager.cleanUpCodebases iterates cp roots using
file object array. Iterating through list of entries would save costly
conversions to FO and back to URI/URL.
Comment 1 Jan Becicka 2005-10-19 15:20:37 UTC
It looks like P4 according to bug priority guidelines: "Minor performance
deficiency with minimal effect on a feature". Or is there any measurable
performance impact?
Anyway cleanUpCodebases() needs both FileObjects and URLs. URLs are held in maps
(resp. URIs are held), FileObjects are needed to pass them to SourceLevelQuery.
Comment 2 Jan Becicka 2006-10-26 16:28:05 UTC
Javacore module was replaced by Retouche infrastructure. This bug is not valid
in trunk any more.
Comment 3 Quality Engineering 2007-09-20 12:48:39 UTC
Reorganization of java component