Bug 52680 - Mention version in which function was introduced
Summary: Mention version in which function was introduced
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 2.6
Hardware: All All
: P2 enhancement (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-16 09:58 UTC by immanuel.hayden
Modified: 2012-02-17 20:20 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description immanuel.hayden 2012-02-16 09:58:07 UTC
Hi!

I would love if the online documentation (http://jmeter.apache.org/usermanual/functions.html) would mention in which version the functions were introduced. 

Reason: I was looking up the "RandomString" function online today, wrote a TC using it, and wondered why it didn't work ... I looked up in the function helper and found the function missing there. Only then I thought that there may have been a new version released (btw: is there some JMeter blog or whatever that propagates new releases through RSS?) and that the new function had been introduced there. If the documentation would have mentioned "Since: JMeter 2.6" it would have been a much less painful path ;)

Example where this is already quite common: Javadoc (eg. http://docs.oracle.com/javase/6/docs/api/java/lang/String.html mentions "Since: JDK1.0")

Of course this would not have to be done to cover previous versions, so eg. older functions would just read or "Since: before JMeter 2.6" (as for 2.6 it still is feasible to point these changes out)

thanks for considering :)

br,
Imm
Comment 1 Philippe Mouawad 2012-02-17 20:20:14 UTC
Date: Fri Feb 17 20:19:18 2012
New Revision: 1245739

URL: http://svn.apache.org/viewvc?rev=1245739&view=rev
Log:
Bug 52680 - Mention version in which function was introduced

Modified:
   jmeter/trunk/src/functions/org/apache/jmeter/functions/BeanShell.java
   jmeter/trunk/src/functions/org/apache/jmeter/functions/CSVRead.java
   jmeter/trunk/src/functions/org/apache/jmeter/functions/CharFunction.java
   jmeter/trunk/src/functions/org/apache/jmeter/functions/EscapeHtml.java
   jmeter/trunk/src/functions/org/apache/jmeter/functions/EvalFunction.java
   jmeter/trunk/src/functions/org/apache/jmeter/functions/EvalVarFunction.java
   jmeter/trunk/src/functions/org/apache/jmeter/functions/FileToString.java
   jmeter/trunk/src/functions/org/apache/jmeter/functions/IntSum.java
   jmeter/trunk/src/functions/org/apache/jmeter/functions/IterationCounter.java
   jmeter/trunk/src/functions/org/apache/jmeter/functions/JavaScript.java
   jmeter/trunk/src/functions/org/apache/jmeter/functions/Jexl2Function.java
   jmeter/trunk/src/functions/org/apache/jmeter/functions/JexlFunction.java
   jmeter/trunk/src/functions/org/apache/jmeter/functions/LogFunction.java
   jmeter/trunk/src/functions/org/apache/jmeter/functions/LogFunction2.java
   jmeter/trunk/src/functions/org/apache/jmeter/functions/LongSum.java
   jmeter/trunk/src/functions/org/apache/jmeter/functions/MachineIP.java
   jmeter/trunk/src/functions/org/apache/jmeter/functions/MachineName.java
   jmeter/trunk/src/functions/org/apache/jmeter/functions/Property.java
   jmeter/trunk/src/functions/org/apache/jmeter/functions/Property2.java
   jmeter/trunk/src/functions/org/apache/jmeter/functions/Random.java
   jmeter/trunk/src/functions/org/apache/jmeter/functions/RandomString.java
   jmeter/trunk/src/functions/org/apache/jmeter/functions/RegexFunction.java
   jmeter/trunk/src/functions/org/apache/jmeter/functions/SamplerName.java
   jmeter/trunk/src/functions/org/apache/jmeter/functions/SetProperty.java
   jmeter/trunk/src/functions/org/apache/jmeter/functions/SplitFunction.java
   jmeter/trunk/src/functions/org/apache/jmeter/functions/StringFromFile.java
   jmeter/trunk/src/functions/org/apache/jmeter/functions/TestPlanName.java
   jmeter/trunk/src/functions/org/apache/jmeter/functions/ThreadNumber.java
   jmeter/trunk/src/functions/org/apache/jmeter/functions/TimeFunction.java
   jmeter/trunk/src/functions/org/apache/jmeter/functions/UnEscape.java
   jmeter/trunk/src/functions/org/apache/jmeter/functions/UnEscapeHtml.java
   jmeter/trunk/src/functions/org/apache/jmeter/functions/Variable.java
   jmeter/trunk/src/functions/org/apache/jmeter/functions/XPath.java
   jmeter/trunk/xdocs/changes.xml
   jmeter/trunk/xdocs/usermanual/functions.xml
Comment 2 The ASF infrastructure team 2022-09-24 20:37:49 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/2739