traas-stack / holoinsight

HoloInsight is a cloud-native observability platform with a special focus on real-time log analysis and AI integration.
Apache License 2.0
318 stars 67 forks source link

fix: pmd #791

Closed masaimu closed 9 months ago

masaimu commented 9 months ago

自动修复un-synchronized-StaticDateFormatter问题; 自动修复EmptyStatementNotInLoop问题; 自动修复empty-initializer问题; 自动修复unused-local-variable问题; 自动修复empty-if-stmt问题; 自动修复empty-try-block问题; 自动修复concat-exception问题; 自动修复empty-catch-block问题; 自动修复alipay-unused-imports问题; 自动修复empty-finally-block问题; 自动修复default-label-not-last-in-switch-stmt问题; 自动修复system-out-println问题; 自动修复UnconditionalIfStatement问题;

Which issue does this PR close?

Closes #

Rationale for this change

What changes are included in this PR?

Are there any user-facing changes?

How does this change test