You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2012/02/16 10:58:07 UTC

DO NOT REPLY [Bug 52680] New: Mention version in which function was introduced

https://issues.apache.org/bugzilla/show_bug.cgi?id=52680

             Bug #: 52680
           Summary: Mention version in which function was introduced
           Product: JMeter
           Version: unspecified
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Main
        AssignedTo: issues@jmeter.apache.org
        ReportedBy: immanuel.hayden@gmail.com
    Classification: Unclassified


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

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

DO NOT REPLY [Bug 52680] Mention version in which function was introduced

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=52680

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om
           Platform|PC                          |All
            Version|unspecified                 |2.6
         OS/Version|Windows XP                  |All
           Severity|normal                      |enhancement

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

DO NOT REPLY [Bug 52680] Mention version in which function was introduced

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=52680

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #1 from Philippe Mouawad <p....@ubik-ingenierie.com> 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

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.