Push on main #184
106 new problems found by Qodana Community for JVM
Qodana Community for JVM
17 new problems were found
Inspection name | Severity | Problems |
---|---|---|
Nullability and data flow problems |
🔶 Warning | 5 |
Deprecated member is still used |
🔶 Warning | 4 |
Unchecked warning |
🔶 Warning | 4 |
@NotNull/@Nullable problems |
🔶 Warning | 2 |
Constant values |
🔶 Warning | 1 |
Method can be extracted |
◽️ Notice | 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]
- 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 warning on line 80 in barcode4j/src/main/java/org/krysalis/barcode4j/BarcodeUtil.java
github-actions / Qodana Community for JVM
Constant values
Condition `type != null` is always `true`
github-actions / Qodana Community for JVM
Nullability and data flow problems
Argument `expandedMsg` might be null
github-actions / Qodana Community for JVM
Nullability and data flow problems
Argument `mime` might be null
github-actions / Qodana Community for JVM
Nullability and data flow problems
Argument `expandedMsg` might be null
github-actions / Qodana Community for JVM
Nullability and data flow problems
Argument `expandedMsg` might be null
github-actions / Qodana Community for JVM
Nullability and data flow problems
Method invocation `createDocumentFragment` may produce `NullPointerException`
Check warning on line 130 in barcode4j/src/main/java/org/krysalis/barcode4j/output/Canvas.java
github-actions / Qodana Community for JVM
Deprecated member is still used
Deprecated member 'drawCenteredText' is still used
Check warning on line 42 in barcode4j/src/main/java/org/krysalis/barcode4j/impl/DrawingUtil.java
github-actions / Qodana Community for JVM
Deprecated member is still used
Deprecated member 'drawCenteredChar' is still used
Check warning on line 61 in barcode4j/src/main/java/org/krysalis/barcode4j/impl/DrawingUtil.java
github-actions / Qodana Community for JVM
Deprecated member is still used
Deprecated member 'drawJustifiedText' is still used
Check warning on line 78 in barcode4j/src/main/java/org/krysalis/barcode4j/impl/DrawingUtil.java
github-actions / Qodana Community for JVM
Deprecated member is still used
Deprecated member 'drawCenteredText' is still used
github-actions / Qodana Community for JVM
Method can be extracted
It's possible to extract method returning 'upca' from a long surrounding method
github-actions / Qodana Community for JVM
@NotNull/@Nullable problems
Not annotated parameter overrides @NotNull parameter
Check warning on line 35 in barcode4j/src/main/java/org/krysalis/barcode4j/BarcodeGenerator.java
github-actions / Qodana Community for JVM
@NotNull/@Nullable problems
Overriding method parameters are not annotated
github-actions / Qodana Community for JVM
Unchecked warning
Unchecked assignment: 'java.util.Map' to 'java.util.Map'
github-actions / Qodana Community for JVM
Unchecked warning
Unchecked assignment: 'java.util.Map' to 'java.util.Map'
github-actions / Qodana Community for JVM
Unchecked warning
Unchecked assignment: 'java.util.Map' to 'java.util.Map'
github-actions / Qodana Community for JVM
Unchecked warning
Unchecked assignment: 'java.util.Map' to 'java.util.Map'