vlsi opened a new pull request, #5988:
URL: https://github.com/apache/jmeter/pull/5988

   ## Motivation and Context
   
   Previously, TestElement.NAME and similar constants were coded as literals, 
and it was possible to use those references in annotation values.
   
   If the replace literals with method calls, then it would be impossible to 
use the fields in annotation values.
   
   So the static fields are reverted to literals.
   
   This partially reverts commits like 
https://github.com/apache/jmeter/pull/678,
   


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