apache / jmeter

Apache JMeter open-source load testing tool for analyzing and measuring the performance of a variety of services

Home Page:https://jmeter.apache.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

linvaux opened this issue · 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

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?