jmeter icon indicating copy to clipboard operation
jmeter copied to clipboard

The method name is misspelled for org.apache.jmeter.JMeter#startUdpDdaemon ?

Open linvaux opened this issue 1 year ago • 2 comments

Expected behavior

org.apache.jmeter.JMeter#startUdpDaemon

Actual behavior

org.apache.jmeter.JMeter#startUdpDdaemon The method name is misspelled?daemon or ddaemon?

Steps to reproduce the problem

check source code in org.apache.jmeter.JMeter#startUdpDaemon

JMeter Version

5.6.3

Java Version

Oracle java version "17.0.5" 2022-10-18 LTS

OS Version

macOs Sonoma 14.6

linvaux avatar Aug 03 '24 09:08 linvaux

@vlsi

linvaux avatar Aug 06 '24 02:08 linvaux

Yes, that is a typo and it seems to be a private method, so we could change it.

Would you like to submit a PR?

FSchumacher avatar Aug 10 '24 09:08 FSchumacher