Skip to content

code cleanup; Javadoc fixes #239

code cleanup; Javadoc fixes

code cleanup; Javadoc fixes #239

GitHub Actions / Qodana Community for JVM completed Sep 23, 2024 in 0s

24 new problems found by Qodana Community for JVM

Qodana Community for JVM

24 new problems were found

Inspection name Severity Problems
Unstable API Usage 🔶 Warning 7
Statement with empty body 🔶 Warning 3
Nullability and data flow problems 🔶 Warning 2
Mismatched query and update of collection 🔶 Warning 2
'equals()' between objects of inconvertible types 🔶 Warning 1
Suspicious collection method call 🔶 Warning 1
Constant values ◽️ Notice 8

💡 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 notice on line 485 in utility-fx/src/main/java/com/dua3/utility/fx/FxUtil.java

See this annotation in the file changed.

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

Constant values

Value `yMax` is always 'null'

Check notice on line 485 in utility-fx/src/main/java/com/dua3/utility/fx/FxUtil.java

See this annotation in the file changed.

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

Constant values

Value `xMax` is always 'null'

Check notice on line 485 in utility-fx/src/main/java/com/dua3/utility/fx/FxUtil.java

See this annotation in the file changed.

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

Constant values

Value `yMin` is always 'null'

Check notice on line 128 in utility-fx-db/src/main/java/com/dua3/utility/fx/db/FxDbUtil.java

See this annotation in the file changed.

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

Constant values

Value `x` is always 'null'

Check notice on line 485 in utility-fx/src/main/java/com/dua3/utility/fx/FxUtil.java

See this annotation in the file changed.

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

Constant values

Value `xMin` is always 'null'

Check notice on line 485 in utility-fx/src/main/java/com/dua3/utility/fx/FxUtil.java

See this annotation in the file changed.

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

Constant values

Value `xMin` is always 'null'

Check notice on line 122 in utility-fx-controls/src/main/java/com/dua3/utility/fx/controls/Decoration.java

See this annotation in the file changed.

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

Constant values

Value `sceneRoot` is always 'null'

Check notice on line 485 in utility-fx/src/main/java/com/dua3/utility/fx/FxUtil.java

See this annotation in the file changed.

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

Constant values

Value `yMin` is always 'null'

Check warning on line 217 in utility/src/main/java/com/dua3/utility/data/DataUtil.java

See this annotation in the file changed.

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

Nullability and data flow problems

Casting `value` to `Path` may produce `ClassCastException`

Check warning on line 246 in utility/src/main/java/com/dua3/utility/data/DataUtil.java

See this annotation in the file changed.

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

Nullability and data flow problems

Casting `value` to `Path` may produce `ClassCastException`

Check warning on line 414 in utility/src/main/java/com/dua3/utility/xml/XmlUtil.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 651 in utility/src/main/java/com/dua3/utility/text/TextUtil.java

See this annotation in the file changed.

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

Statement with empty body

`while` statement has empty body

Check warning on line 153 in utility/src/main/java/com/dua3/utility/text/LineSplitter.java

See this annotation in the file changed.

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

Statement with empty body

`while` statement has empty body

Check warning on line 246 in utility-fx-controls/src/main/java/com/dua3/utility/fx/controls/PinBoard.java

See this annotation in the file changed.

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

'equals()' between objects of inconvertible types

`equals` between objects of inconvertible types 'Object' and 'Rectangle2D'

Check warning on line 130 in utility-fx-controls/src/main/java/com/dua3/utility/fx/controls/PinBoardSkin.java

See this annotation in the file changed.

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

Mismatched query and update of collection

Contents of collection `items` are queried, but never updated

Check warning on line 24 in utility-logging-slf4j/src/main/java/com/dua3/utility/logging/slf4j/LoggerSlf4j.java

See this annotation in the file changed.

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

Mismatched query and update of collection

Contents of collection `markerLevelMap` are queried, but never updated

Check warning on line 66 in utility-fx-controls/src/main/java/com/dua3/utility/fx/controls/RadioPane.java

See this annotation in the file changed.

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

Suspicious collection method call

'LinkedHashMap' may not contain keys of type ''

Check warning on line 75 in settings.gradle.kts

See this annotation in the file changed.

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

Unstable API Usage

'repositories(org.gradle.api.Action)' is marked unstable with @Incubating

Check warning on line 101 in build.gradle.kts

See this annotation in the file changed.

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

Unstable API Usage

'dependencies(org.gradle.api.Action)' is declared in unstable interface 'org.gradle.api.plugins.jvm.JvmTestSuite' marked with @Incubating

Check warning on line 74 in settings.gradle.kts

See this annotation in the file changed.

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

Unstable API Usage

'getRepositoriesMode()' is marked unstable with @Incubating

Check warning on line 74 in settings.gradle.kts

See this annotation in the file changed.

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

Unstable API Usage

'FAIL_ON_PROJECT_REPOS' is declared in unstable enum 'org.gradle.api.initialization.resolve.RepositoriesMode' marked with @Incubating

Check warning on line 98 in build.gradle.kts

See this annotation in the file changed.

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

Unstable API Usage

'org.gradle.api.plugins.jvm.JvmTestSuite' is marked unstable with @Incubating

Check warning on line 74 in settings.gradle.kts

See this annotation in the file changed.

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

Unstable API Usage

'org.gradle.api.initialization.resolve.RepositoriesMode' is marked unstable with @Incubating

Check warning on line 99 in build.gradle.kts

See this annotation in the file changed.

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

Unstable API Usage

'useJUnitJupiter()' is declared in unstable interface 'org.gradle.api.plugins.jvm.JvmTestSuite' marked with @Incubating