This is an automated email from the ASF dual-hosted git repository.
liuxiaochun pushed a change to branch dev
in repository
https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git.
from b77dddf Adapting partial code(file name start with B) to the sonar
cloud rules (#1915)
add c447bb4 add stringutils ut (#1921)
No new revisions were added by this update.
Summary of changes:
.../dolphinscheduler/alert/utils/MailUtils.java | 8 +-
.../controller/ProcessDefinitionController.java | 16 +--
.../api/controller/ProcessInstanceController.java | 10 +-
.../api/service/ResourcesService.java | 2 +-
.../dolphinscheduler/common/utils/StringUtils.java | 125 +--------------------
.../common/utils/StringUtilsTest.java | 66 +++++++++++
6 files changed, 89 insertions(+), 138 deletions(-)
create mode 100644
dolphinscheduler-common/src/test/java/org/apache/dolphinscheduler/common/utils/StringUtilsTest.java