Bug 55617 - Improvements to jorphan collection
Summary: Improvements to jorphan collection
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: Nightly (Please specify date)
Hardware: All All
: P2 enhancement (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-01 08:56 UTC by benoit.wiart
Modified: 2013-10-01 20:48 UTC (History)
1 user (show)



Attachments
Patch (6.85 KB, patch)
2013-10-01 08:56 UTC, benoit.wiart
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description benoit.wiart 2013-10-01 08:56:49 UTC
Created attachment 30898 [details]
Patch

ListedHashTree needlessly override some of its parent methods
delete code that has been commented for 9 years
do not create a temporary HashTree just to get a new hashset
avoid double lookup in the HashTree map
Comment 1 Philippe Mouawad 2013-10-01 20:48:55 UTC
Date: Tue Oct  1 20:47:45 2013
New Revision: 1528213

URL: http://svn.apache.org/r1528213
Log:
Bug 55617 - Improvements to jorphan collection
Bugzilla Id: 55617

Modified:
    jmeter/trunk/src/jorphan/org/apache/jorphan/collections/HashTree.java
    jmeter/trunk/src/jorphan/org/apache/jorphan/collections/ListedHashTree.java
    jmeter/trunk/xdocs/changes.xml



Thanks for patch applied.
Comment 2 The ASF infrastructure team 2022-09-24 20:37:55 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/3246