Am 23.12.2014 um 16:04 schrieb Felix Schumacher:
Am 23. Dezember 2014 15:52:57 MEZ, schrieb sebb <[email protected]>:
It's a bug.
Also the clazz field is created and not used.
Currently only called from JMeter class when starting a mirror server,
which is probably why it has not been noticed.
OK. I will file a bug and correct it then.
Done: Bugzilla 57394
Felix
On 23 December 2014 at 14:29, Felix Schumacher
<[email protected]> wrote:
Hi all,
in ClassTools in construct(String, int) the int parameter is ignored.
This
seems to be a bug, as in the following method construct(String,
String) the
right constructor is used.
What do you think?
Regards
Felix