chore(deps): update dependency com.puppycrawl.tools:checkstyle to v10.21.0 #921
22 new problems found by Qodana Community for JVM
Qodana Community for JVM
22 new problems were found
Inspection name | Severity | Problems |
---|---|---|
@NotNull/@Nullable problems |
🔶 Warning | 6 |
Redundant 'if' statement |
🔶 Warning | 4 |
Unnecessary conversion to 'String' |
🔶 Warning | 3 |
Unchecked warning |
🔶 Warning | 2 |
Redundant type cast |
🔶 Warning | 1 |
Method can be extracted |
◽️ Notice | 4 |
Non-distinguishable logging calls |
◽️ Notice | 2 |
☁️ 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
github-actions / Qodana Community for JVM
Method can be extracted
It's possible to extract method returning 'stringArrayList' from a long surrounding method
github-actions / Qodana Community for JVM
Method can be extracted
It's possible to extract method returning 'stringArrayList' from a long surrounding method
github-actions / Qodana Community for JVM
Method can be extracted
It's possible to extract method returning 'stringArrayList' from a long surrounding method
github-actions / Qodana Community for JVM
Method can be extracted
It's possible to extract method returning 'stringArrayList' from a long surrounding method
github-actions / Qodana Community for JVM
Non-distinguishable logging calls
Similar log messages
github-actions / Qodana Community for JVM
Non-distinguishable logging calls
Similar log messages
github-actions / Qodana Community for JVM
@NotNull/@Nullable problems
Not annotated parameter overrides @NonNullApi parameter
github-actions / Qodana Community for JVM
@NotNull/@Nullable problems
Not annotated parameter overrides @NonNullApi parameter
github-actions / Qodana Community for JVM
@NotNull/@Nullable problems
Not annotated parameter overrides @NonNullApi parameter
github-actions / Qodana Community for JVM
@NotNull/@Nullable problems
Not annotated parameter overrides @NonNullApi parameter
github-actions / Qodana Community for JVM
@NotNull/@Nullable problems
Not annotated parameter overrides @NonNullApi parameter
github-actions / Qodana Community for JVM
@NotNull/@Nullable problems
Not annotated parameter overrides @NonNullApi parameter
Check warning on line 14 in payment-service/src/main/java/com/example/common/dtos/OrderItemDto.java
github-actions / Qodana Community for JVM
Redundant type cast
Casting `this.quantity` to `long` is redundant
Check warning on line 89 in payment-service/src/main/java/com/example/common/dtos/OrderItemDto.java
github-actions / Qodana Community for JVM
Redundant 'if' statement
`if` statement can be simplified
Check warning on line 131 in payment-service/src/main/java/com/example/common/dtos/OrderDto.java
github-actions / Qodana Community for JVM
Redundant 'if' statement
`if` statement can be simplified
Check warning on line 128 in payment-service/src/main/java/com/example/common/dtos/OrderDto.java
github-actions / Qodana Community for JVM
Redundant 'if' statement
`if` statement can be simplified
Check warning on line 92 in payment-service/src/main/java/com/example/common/dtos/OrderItemDto.java
github-actions / Qodana Community for JVM
Redundant 'if' statement
`if` statement can be simplified
github-actions / Qodana Community for JVM
Unchecked warning
Unchecked cast: 'java.lang.Object' to 'org.jooq.TableField'
github-actions / Qodana Community for JVM
Unchecked warning
Unchecked cast: 'java.lang.Object' to 'org.jooq.TableField'
Check warning on line 126 in payment-service/src/main/java/com/example/common/dtos/OrderItemDto.java
github-actions / Qodana Community for JVM
Unnecessary conversion to 'String'
Unnecessary `String.valueOf()` call
Check warning on line 254 in payment-service/src/main/java/com/example/common/dtos/OrderDto.java
github-actions / Qodana Community for JVM
Unnecessary conversion to 'String'
Unnecessary `String.valueOf()` call
Check warning on line 170 in payment-service/src/main/java/com/example/common/dtos/OrderDto.java
github-actions / Qodana Community for JVM
Unnecessary conversion to 'String'
Unnecessary `String.valueOf()` call