DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=34529>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=34529


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Additional Comments From [EMAIL PROTECTED]  2005-04-19 23:21 -------
Decoding file URI's without % sign by the Locatorclass now has improved
performance. By not trying to interpret % in URIs that do not contain % signs at
all. Further optimizations may be applied when this spot stays "hot".

Bug 25767 is described elsewhere and not taken into consideration in this 
report.

RuntimeConfigurable indeed has two data structures, one is a List with keys,
maintaining the order, one is a HashMap for fast retrievel. In jdk 1.2 no Map is
present maintaining both speed, and ordered storage. Please note that the data
itself is not duplicated, it is just that the keys are referenced from two
different data structures. If you have a good way to get both, please let us 
know.

ProjectHelper.getProjectHelper uses methods get(System)ResourceAsStream, which
are specified to return null in case the resource is not available, so there
should not be a need to do a check first. The null value is checked before
actually reading from the stream.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to