You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2013/12/08 15:40:27 UTC

[Bug 55857] New: Performance : AbstractProperty should test for emptiness to avoid Exception throwing

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: issues@jmeter.apache.org
          Reporter: p.mouawad@ubik-ingenierie.com

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.

[Bug 55857] Performance : AbstractProperty should test for emptiness to avoid Exception throwing

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55857

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
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

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 55857] Performance : AbstractProperty should test for emptiness to avoid Exception throwing

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55857

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om

--- Comment #1 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
This bug affects all versions of JMeter up to 2.10

-- 
You are receiving this mail because:
You are the assignee for the bug.