Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Performance : AbstractProperty should test for emptiness to avoid Exception throwing #3283

Closed
asfimport opened this issue Dec 8, 2013 · 2 comments

Comments

@asfimport
Copy link
Collaborator

@pmouawad (Bug 55857):
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.

OS: All

@asfimport
Copy link
Collaborator Author

@pmouawad (migrated from Bugzilla):
This bug affects all versions of JMeter up to 2.10

@asfimport
Copy link
Collaborator Author

@pmouawad (migrated from Bugzilla):
Date: Sun Dec 8 14:43:05 2013
New Revision: 1549031

URL: http://svn.apache.org/r1549031
Log:
#3283 - Performance : AbstractProperty should test for emptiness to avoid Exception throwing
#3283

Modified:
jmeter/trunk/src/core/org/apache/jmeter/testelement/property/AbstractProperty.java
jmeter/trunk/xdocs/changes.xml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant