KingRabbid commented on code in PR #6245: URL: https://github.com/apache/jmeter/pull/6245#discussion_r1779810000
########## src/components/src/main/java/org/apache/jmeter/visualizers/SamplerResultTab.java: ########## @@ -263,6 +263,10 @@ public void setupTabPane() { .append(JMeterUtils .getResString("view_results_thread_name")) //$NON-NLS-1$ .append(sampleResult.getThreadName()).append(NL); + statsBuff Review Comment: Ah, yes, this was an later add-on. Purpose is: dealing with a long samplers listing in a View Results Tree one can easily lose relation between scroll on left side and selected sampler on right side. Having the sampler name included can help in tracking between the 2 sources of information. I will update PR title. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@jmeter.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org