This is an automated email from the ASF dual-hosted git repository.
lidongdai pushed a change to branch dev
in repository
https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git.
from 44b7646 Adapting partial code(file name start with C) to the sonar
cloud rules (#1918)
add cdd53a7 Fix socket bug: read before sock connect. Add UT for
FourLetterWordMain. (#1954)
No new revisions were added by this update.
Summary of changes:
.../api/utils/FourLetterWordMain.java | 31 +--
.../api/utils/FourLetterWordMainTest.java | 218 +++++++++++++++++++++
pom.xml | 1 +
3 files changed, 238 insertions(+), 12 deletions(-)
create mode 100644
dolphinscheduler-api/src/test/java/org/apache/dolphinscheduler/api/utils/FourLetterWordMainTest.java