https://issues.apache.org/bugzilla/show_bug.cgi?id=55857
Bug ID: 55857
Summary: Performance : AbstractProperty should test for
emptiness to avoid Exception throwing
Product: JMeter
Version: 2.6
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P2
Component: HTTP
Assignee: [email protected]
Reporter: [email protected]
Profiling application I see thousands of NumberFormatException thrown during a
Test using HttpSampler.
Root cause is getIntValue parsing an empty field and only testing for nullity
instead of also testing for emptiness.
--
You are receiving this mail because:
You are the assignee for the bug.