Skip to content

Push on main

Push on main #184

GitHub Actions / Qodana Community for JVM completed Oct 12, 2024 in 0s

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]

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

See this annotation in the file changed.

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

Constant values

Condition `type != null` is always `true`

Check warning on line 75 in barcode4j-xgc/src/main/java/org/krysalis/barcode4j/image/loader/ImageConverterBarcodeXML2Barcode.java

See this annotation in the file changed.

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

Nullability and data flow problems

Argument `expandedMsg` might be null

Check warning on line 85 in barcode4j/src/main/java/org/krysalis/barcode4j/output/bitmap/BitmapCanvasProvider.java

See this annotation in the file changed.

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

Nullability and data flow problems

Argument `mime` might be null

Check warning on line 145 in barcode4j-xgc/src/main/java/org/krysalis/barcode4j/image/loader/PreloaderBarcode.java

See this annotation in the file changed.

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

Nullability and data flow problems

Argument `expandedMsg` might be null

Check warning on line 87 in barcode4j-fop-ext/src/main/java/org/krysalis/barcode4j/fop/BarcodeElement.java

See this annotation in the file changed.

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

Nullability and data flow problems

Argument `expandedMsg` might be null

Check warning on line 120 in barcode4j-jdom/src/main/java/org/krysalis/barcode4j/output/svg/JDOMSVGCanvasProvider.java

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

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

Deprecated member is still used

Deprecated member 'drawCenteredText' is still used

Check notice on line 135 in barcode4j/src/main/java/org/krysalis/barcode4j/impl/upcean/UPCELogicImpl.java

See this annotation in the file changed.

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

Method can be extracted

It's possible to extract method returning 'upca' from a long surrounding method

Check warning on line 173 in barcode4j/src/main/java/org/krysalis/barcode4j/impl/ConfigurableBarcodeGenerator.java

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

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

@NotNull/@Nullable problems

Overriding method parameters are not annotated

Check warning on line 73 in barcode4j-xgc/src/main/java/org/krysalis/barcode4j/image/loader/ImageConverterBarcodeXML2Barcode.java

See this annotation in the file changed.

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

Unchecked warning

Unchecked assignment: 'java.util.Map' to 'java.util.Map'

Check warning on line 68 in barcode4j-xgc/src/main/java/org/krysalis/barcode4j/image/loader/ImageConverterBarcode2SVG.java

See this annotation in the file changed.

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

Unchecked warning

Unchecked assignment: 'java.util.Map' to 'java.util.Map'

Check warning on line 64 in barcode4j-xgc/src/main/java/org/krysalis/barcode4j/image/loader/ImageConverterBarcode2EPS.java

See this annotation in the file changed.

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

Unchecked warning

Unchecked assignment: 'java.util.Map' to 'java.util.Map'

Check warning on line 66 in barcode4j-xgc/src/main/java/org/krysalis/barcode4j/image/loader/ImageConverterBarcode2G2D.java

See this annotation in the file changed.

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

Unchecked warning

Unchecked assignment: 'java.util.Map' to 'java.util.Map'