Use JMeterProperty#intValue for loop count directly#5876
Conversation
This will get rid of the roundtrip over a String in case, the prop is already an IntegerProperty.
|
Could you please fix the other getStringValue->parseInt cases? |
|
I looked at |
|
I used "find usages" for I think this looks like I'm not sure what to do with |
|
If you look at that method, you will see, that it assumes a default value of |
Description
This will get rid of the roundtrip over a String in case, the prop is already an IntegerProperty.
Motivation and Context
Came up in the discussion about #5875 and looks like an easy first fix.
How Has This Been Tested?
Should be covered by the unit tests already
Types of changes
Checklist: