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

Felix Schumacher <[email protected]> changed:

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

--- Comment #2 from Felix Schumacher <[email protected]> ---
Date: Tue Dec 23 16:23:16 2014
New Revision: 1647607

URL: http://svn.apache.org/r1647607
Log:
Bug 57394: When constructing an instance using ClassTools#construct(String,
int),
the int parameter was not used, but the default constructor was used instead.

Added a few test cases to test the methods of ClassTools and correct the unused
parameter.

The only place in jmeter, where this method was called is in the JMeter class
itself and
is used, when the property "mirror.server.port" is set to a value greater than
zero. 
Without this patch that value would be ignored.

Bugzilla Id: 57394


Added:
    jmeter/trunk/test/src/org/apache/jorphan/reflect/TestClassTools.java
Modified:
    jmeter/trunk/src/jorphan/org/apache/jorphan/reflect/ClassTools.java
    jmeter/trunk/xdocs/changes.xml

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to