Skip to content

[UPDATE] 更新 Qodana 版本号为 2023.3 #15

[UPDATE] 更新 Qodana 版本号为 2023.3

[UPDATE] 更新 Qodana 版本号为 2023.3 #15

GitHub Actions / Qodana Community for JVM completed Dec 25, 2023 in 0s

14 new problems found by Qodana Community for JVM

Qodana Community for JVM

14 new problems were found

Inspection name Severity Problems
Infinite loop statement 🔶 Warning 4
Statement with empty body 🔶 Warning 3
Busy wait 🔶 Warning 2
'clone()' does not declare 'CloneNotSupportedException' 🔶 Warning 2
Nullability and data flow problems 🔶 Warning 2
AutoCloseable used without 'try'-with-resources 🔶 Warning 1

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at [email protected]

Details

This result was published with Qodana GitHub Action

Annotations

Check warning on line 119 in central-starters/central-starter-webmvc/src/main/java/central/starter/webmvc/StarterConfiguration.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

AutoCloseable used without 'try'-with-resources

'ValidatorFactory' used without 'try'-with-resources statement

Check warning on line 114 in central-starters/central-starter-logging/src/main/java/central/starter/logging/logback/appender/http/LogSender.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Busy wait

Call to `Thread.sleep()` in a loop, probably busy-waiting

Check warning on line 173 in central-starters/central-starter-logging/src/main/java/central/starter/logging/logback/appender/http/LogSender.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Busy wait

Call to `Thread.sleep()` in a loop, probably busy-waiting

Check warning on line 881 in central-stdlib/src/main/java/central/sql/query/Conditions.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

'clone()' does not declare 'CloneNotSupportedException'

`clone()` does not declare 'CloneNotSupportedException'

Check warning on line 315 in central-stdlib/src/main/java/central/bean/CodeValues.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

'clone()' does not declare 'CloneNotSupportedException'

`clone()` does not declare 'CloneNotSupportedException'

Check warning on line 147 in central-starters/central-starter-web-reactive/src/main/java/central/starter/web/reactive/render/ErrorRender.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Nullability and data flow problems

Method invocation `value` may produce `NullPointerException`

Check warning on line 147 in central-starters/central-starter-web-reactive/src/main/java/central/starter/web/reactive/render/ErrorRender.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Nullability and data flow problems

Method invocation `getReasonPhrase` may produce `NullPointerException`

Check warning on line 62 in central-stdlib/src/main/java/central/sql/proxy/mapper/FindAllHandler.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Statement with empty body

`if` statement has empty body

Check warning on line 387 in central-stdlib/src/main/java/central/util/shell/JSchRemoteShell.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Statement with empty body

`if` statement has empty body

Check warning on line 119 in central-stdlib/src/main/java/central/net/http/proxy/contract/spring/resolver/RequestPartResolver.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Statement with empty body

`if` statement has empty body

Check warning on line 112 in central-starters/central-starter-logging/src/main/java/central/starter/logging/logback/appender/http/LogSender.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Infinite loop statement

`while` statement cannot complete without throwing an exception

Check warning on line 127 in central-starters/central-starter-logging/src/main/java/central/starter/logging/logback/appender/CentralAppender.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Infinite loop statement

`while` statement cannot complete without throwing an exception

Check warning on line 69 in central-stdlib/src/main/java/central/util/cache/memory/MemoryCacheRepository.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Infinite loop statement

`while` statement cannot complete without throwing an exception

Check warning on line 53 in central-stdlib/src/main/java/central/util/concurrent/ExpiredMap.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Infinite loop statement

`while` statement cannot complete without throwing an exception