vlsi commented on PR #5876: URL: https://github.com/apache/jmeter/pull/5876#issuecomment-1536383032
I used "find usages" for `getStringValue`, and then I filtered the entries that parse the result as integer. I think this looks like https://github.com/apache/jmeter/blob/b6d11d79d905d0c099732bb928d2372fd1388981/src/components/src/main/java/org/apache/jmeter/control/ThroughputController.java#L129-L131 is pretty much like "get property as int" to me. I'm not sure what to do with `getFloatValue`, however, it looks like `getStringValue` + `parseFloat` should also be replaced with `getFloatValue`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@jmeter.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org