https://issues.apache.org/bugzilla/show_bug.cgi?id=53759

          Priority: P2
            Bug ID: 53759
          Assignee: issues@jmeter.apache.org
           Summary: ClientJMeterEngine perfoms unnecessary traverse using
                    SearchByClass(TestListener)
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: s...@apache.org
          Hardware: All
            Status: NEW
           Version: unspecified
         Component: Main
           Product: JMeter

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]

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to