Bug 55857 - Performance : AbstractProperty should test for emptiness to avoid Exception throwing
Summary: Performance : AbstractProperty should test for emptiness to avoid Exception t...
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: HTTP (show other bugs)
Version: 2.6
Hardware: All All
: P2 enhancement (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-08 14:40 UTC by Philippe Mouawad
Modified: 2013-12-08 14:43 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Mouawad 2013-12-08 14:40:27 UTC
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.
Comment 1 Philippe Mouawad 2013-12-08 14:41:15 UTC
This bug affects all versions of JMeter up to 2.10
Comment 2 Philippe Mouawad 2013-12-08 14:43:49 UTC
Date: Sun Dec  8 14:43:05 2013
New Revision: 1549031

URL: http://svn.apache.org/r1549031
Log:
Bug 55857 - Performance : AbstractProperty should test for emptiness to avoid Exception throwing
Bugzilla Id: 55857

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/testelement/property/AbstractProperty.java
    jmeter/trunk/xdocs/changes.xml
Comment 3 The ASF infrastructure team 2022-09-24 20:37:56 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/3283