update README.md #233
33 new problems found by Qodana Community for JVM
Qodana Community for JVM
33 new problems were found
Inspection name | Severity | Problems |
---|---|---|
Unstable API Usage |
🔶 Warning | 7 |
Statement with empty body |
🔶 Warning | 3 |
Unused assignment |
🔶 Warning | 3 |
Nullability and data flow problems |
🔶 Warning | 2 |
Mismatched query and update of collection |
🔶 Warning | 2 |
Suspicious 'System.arraycopy()' call |
🔶 Warning | 2 |
'equals()' between objects of inconvertible types |
🔶 Warning | 1 |
Suspicious collection method call |
🔶 Warning | 1 |
Constant values |
◽️ Notice | 12 |
💡 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]
- Or via our issue tracker: https://jb.gg/qodana-issue
- Or share your feedback: https://jb.gg/qodana-discussions
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
github-actions / Qodana Community for JVM
Constant values
Value `yMin` is always 'null'
Check notice on line 143 in utility/src/main/java/com/dua3/utility/text/Style.java
github-actions / Qodana Community for JVM
Constant values
Value `TEXT_DECORATION_UNDERLINE_VALUE_NO_LINE` is always 'false'
Check notice on line 128 in utility-fx-db/src/main/java/com/dua3/utility/fx/db/FxDbUtil.java
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
github-actions / Qodana Community for JVM
Constant values
Value `xMax` is always 'null'
Check notice on line 148 in utility/src/main/java/com/dua3/utility/text/Style.java
github-actions / Qodana Community for JVM
Constant values
Value `TEXT_DECORATION_LINE_THROUGH_VALUE_LINE` is always 'true'
Check notice on line 485 in utility-fx/src/main/java/com/dua3/utility/fx/FxUtil.java
github-actions / Qodana Community for JVM
Constant values
Value `xMin` is always 'null'
github-actions / Qodana Community for JVM
Constant values
Value `sceneRoot` is always 'null'
Check notice on line 139 in utility/src/main/java/com/dua3/utility/text/Style.java
github-actions / Qodana Community for JVM
Constant values
Value `TEXT_DECORATION_UNDERLINE_VALUE_LINE` is always 'true'
Check notice on line 152 in utility/src/main/java/com/dua3/utility/text/Style.java
github-actions / Qodana Community for JVM
Constant values
Value `TEXT_DECORATION_LINE_THROUGH_VALUE_NO_LINE` is always 'false'
Check notice on line 485 in utility-fx/src/main/java/com/dua3/utility/fx/FxUtil.java
github-actions / Qodana Community for JVM
Constant values
Value `yMin` is always 'null'
Check notice on line 485 in utility-fx/src/main/java/com/dua3/utility/fx/FxUtil.java
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
github-actions / Qodana Community for JVM
Constant values
Value `yMax` is always 'null'
Check warning on line 217 in utility/src/main/java/com/dua3/utility/data/DataUtil.java
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
github-actions / Qodana Community for JVM
Nullability and data flow problems
Casting `value` to `Path` may produce `ClassCastException`
Check warning on line 153 in utility/src/main/java/com/dua3/utility/text/LineSplitter.java
github-actions / Qodana Community for JVM
Statement with empty body
`while` statement has empty body
Check warning on line 414 in utility/src/main/java/com/dua3/utility/xml/XmlUtil.java
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
github-actions / Qodana Community for JVM
Statement with empty body
`while` statement has empty body
github-actions / Qodana Community for JVM
'equals()' between objects of inconvertible types
`equals` between objects of inconvertible types 'Object' and 'Rectangle2D'
github-actions / Qodana Community for JVM
Mismatched query and update of collection
Contents of collection `items` are queried, but never updated
github-actions / Qodana Community for JVM
Mismatched query and update of collection
Contents of collection `markerLevelMap` are queried, but never updated
github-actions / Qodana Community for JVM
Suspicious collection method call
'LinkedHashMap' may not contain keys of type ''
Check warning on line 224 in utility/src/main/java/com/dua3/utility/lang/RingBuffer.java
github-actions / Qodana Community for JVM
Suspicious 'System.arraycopy()' call
Source parameter type 'E\[\]' is not assignable to destination parameter `a` of type 'T\[\]'
Check warning on line 225 in utility/src/main/java/com/dua3/utility/lang/RingBuffer.java
github-actions / Qodana Community for JVM
Suspicious 'System.arraycopy()' call
Source parameter type 'E\[\]' is not assignable to destination parameter `a` of type 'T\[\]'
Check warning on line 75 in settings.gradle.kts
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
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