https://issues.apache.org/bugzilla/show_bug.cgi?id=56816
Bug ID: 56816
Summary: vars.get(<non-existing-variable>) return void instead
of null
Product: JMeter
Version: 2.11
Hardware: PC
Status: NEW
Severity: major
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
vars.get() returns void in a java script if the variable is not existing
instead of null (as described in it's documentation
http://jmeter.apache.org/api/org/apache/jmeter/threads/JMeterVariables.html#get%28java.lang.String%29
)
This will lead to confusion and bugs if the user doesn't know this.
--
You are receiving this mail because:
You are the assignee for the bug.