You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jmeter.apache.org by "vlsi (via GitHub)" <gi...@apache.org> on 2023/05/29 09:36:21 UTC

[GitHub] [jmeter] vlsi opened a new issue, #5948: Remove masterFunction and variables from ValueTransformer

vlsi opened a new issue, #5948:
URL: https://github.com/apache/jmeter/issues/5948

   ### Use case
   
   Currently, `ReplaceStringWithFunctions` is hard to use, and it is hard to understand.
   The class requires `masterFunction` and `variables`, however, it does not really use the variables.
   
   
   ### Possible solution
   
   `ReplaceStringWithFunctions` was public for a long time already, and somebody might even created a subclass or passed a custom `CompoundVariable`, so I suggest deprecate all the old classes implementing `ValueTransformer` and add a new interface `ValueTransformer2` that will have just the transformation method.
   
   
   ### Possible workarounds
   
   _No response_
   
   ### JMeter Version
   
   5.5
   
   ### Java Version
   
   _No response_
   
   ### OS Version
   
   _No response_


-- 
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-unsubscribe@jmeter.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org