Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ClientJMeterEngine perfoms unnecessary traverse using SearchByClass(TestListener) #2897

Closed
asfimport opened this issue Aug 21, 2012 · 1 comment

Comments

@asfimport
Copy link
Collaborator

Sebb (Bug 53759):
ClientJMeterEngine traverses the test tree using SearchByClass(TestListener).

The SearchByClass traverser does not alter the tree in any way; it only populates some internal Collections that can be queried later.

Hower, the code does not access the SearchByClass instance again, so there is no point in using it.

[Note: the other traversers do modify the test tree]

Severity: normal
OS: All

@asfimport
Copy link
Collaborator Author

@pmouawad (migrated from Bugzilla):
Author: sebb
Date: Tue Aug 21 21:31:16 2012
New Revision: 1375802

URL: http://svn.apache.org/viewvc?rev=1375802&view=rev
Log:
ClientJMeterEngine perfoms unnecessary traverse using SearchByClass(TestListener)
[it appears this has always been the case]
#2897

Modified:
jmeter/trunk/src/core/org/apache/jmeter/engine/ClientJMeterEngine.java
jmeter/trunk/xdocs/changes.xml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant