https://bz.apache.org/bugzilla/show_bug.cgi?id=58297
Bug ID: 58297
Summary: varargs parameter handling needs checking
Product: JMeter
Version: 2.13
Hardware: All
OS: Mac OS X 10.1
Status: NEW
Severity: normal
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Bug 58293 was caused by calling a ctor that expects a String varags (...)
parameter with a null String.
This gets converted by the compiler to String[]{null} rather than (String[])
null. The null arg in the array then caused a problem.
We need to check the code for any other such possible problems.
--
You are receiving this mail because:
You are the assignee for the bug.