circles and ellipses #284
56 new problems found by Qodana Community for JVM
Qodana Community for JVM
56 new problems were found
Inspection name | Severity | Problems |
---|---|---|
Nullability and data flow problems |
🔶 Warning | 25 |
Constant values |
🔶 Warning | 9 |
Unstable API Usage |
🔶 Warning | 7 |
Statement with empty body |
🔶 Warning | 3 |
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]
- 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 454 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
Condition `item != null` is always `true`
Check notice on line 133 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 warning on line 76 in utility/src/main/java/com/dua3/utility/data/Cache.java
github-actions / Qodana Community for JVM
Constant values
Condition `item != null` is always `true`
Check notice on line 454 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 warning on line 205 in utility-fx/src/main/java/com/dua3/utility/fx/FxRefresh.java
github-actions / Qodana Community for JVM
Constant values
Condition `n == null` is always `false`
Check notice on line 454 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 454 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 notice on line 454 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 warning on line 47 in utility/src/main/java/com/dua3/utility/text/FontData.java
github-actions / Qodana Community for JVM
Constant values
Condition `fontDef != null` is always `true`
Check warning on line 255 in utility-fx/src/main/java/com/dua3/utility/fx/FxLogPane.java
github-actions / Qodana Community for JVM
Constant values
Condition `newSelection == null` is always `false`
Check notice on line 454 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'
github-actions / Qodana Community for JVM
Constant values
Value `sceneRoot` is always 'null'
Check warning on line 167 in utility-swing/src/main/java/com/dua3/utility/swing/ComboBoxEx.java
github-actions / Qodana Community for JVM
Constant values
Condition `item != null` is always `true`
github-actions / Qodana Community for JVM
Constant values
Condition `i != segments` is always `true`
github-actions / Qodana Community for JVM
Constant values
Condition `p != null` is always `true`
Check warning on line 198 in utility-fx/src/main/java/com/dua3/utility/fx/FxRefresh.java
github-actions / Qodana Community for JVM
Constant values
Condition `n == null` is always `false`
Check warning on line 65 in utility/src/main/java/com/dua3/utility/io/SoftResource.java
github-actions / Qodana Community for JVM
Nullability and data flow problems
Expression `ref.get()` might evaluate to null but is assigned to a variable that is annotated with @NotNull
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 39 in utility/src/main/java/com/dua3/utility/options/StandardOption.java
github-actions / Qodana Community for JVM
Nullability and data flow problems
Expression `DataUtil.convert(s, type)` might evaluate to null but is returned by the method declared as @NullMarked
github-actions / Qodana Community for JVM
Nullability and data flow problems
Result of 'requireNonNullElse' is the same as the first argument making the call meaningless
github-actions / Qodana Community for JVM
Nullability and data flow problems
Expression `pane.get()` might evaluate to null but is assigned to a variable that is annotated with @NotNull
github-actions / Qodana Community for JVM
Nullability and data flow problems
Argument `p.first()` might be null
Check warning on line 73 in utility/src/main/java/com/dua3/utility/data/Cache.java
github-actions / Qodana Community for JVM
Nullability and data flow problems
Expression `weak == null ? null : weak.get()` might evaluate to null but is assigned to a variable that is annotated with @NotNull
Check warning on line 153 in utility/src/main/java/com/dua3/utility/text/FontData.java
github-actions / Qodana Community for JVM
Nullability and data flow problems
`null` is assigned to a variable that is annotated with @NotNull