v-barros commented on issue #6048:
URL: https://github.com/apache/jmeter/issues/6048#issuecomment-1635075299

   Well, looking at the source code I found that Replace All is implemented by 
the following method:
   
![image](https://github.com/apache/jmeter/assets/42453088/c2d9ac21-9b77-4338-99a0-7db7cc1e7091)
   
https://github.com/apache/jmeter/blob/master/src/core/src/main/java/org/apache/jmeter/gui/action/SearchTreeDialog.java#L425
   
   As you can see, only Replaceable Test Elements are affected when performing 
this action
   Currently only Header Manager and HTTP Sampler implement the Replaceable 
interface. 
   
![image](https://github.com/apache/jmeter/assets/42453088/c3de0235-610b-44cb-93e2-7cf61ee65536)
   
   No other component will be affected by "Replace All".
   


-- 
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

Reply via email to