Merge pull request #205 from power4j/dependabot/maven/dev/mybatis-plu… #440
718 new problems found by Qodana Community for JVM
Qodana Community for JVM
718 new problems were found
Inspection name | Severity | Problems |
---|---|---|
Javadoc declaration problems |
🔶 Warning | 399 |
@NotNull field is not initialized |
🔶 Warning | 139 |
Field may be 'final' |
🔶 Warning | 47 |
Unnecessary modifier |
🔶 Warning | 23 |
Field can be local |
🔶 Warning | 16 |
Nullability and data flow problems |
🔶 Warning | 5 |
Deprecated API usage |
🔶 Warning | 5 |
Constant values |
🔶 Warning | 4 |
Deprecated member is still used |
🔶 Warning | 2 |
Mismatched query and update of collection |
🔶 Warning | 2 |
Standard 'Charset' object can be used |
🔶 Warning | 1 |
'Optional' used as field or parameter type |
🔶 Warning | 1 |
Redundant local variable |
🔶 Warning | 1 |
@NotNull/@Nullable problems |
◽️ Notice | 73 |
💡 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
github-actions / Qodana Community for JVM
Standard 'Charset' object can be used
StandardCharsets.UTF_8 can be used instead
github-actions / Qodana Community for JVM
Constant values
Condition `authorities != null` is always `true`
github-actions / Qodana Community for JVM
Constant values
Condition `name != null` is always `true`
github-actions / Qodana Community for JVM
Constant values
Condition `value == null` is always `false`
github-actions / Qodana Community for JVM
Constant values
Condition `o == null` is always `false`
github-actions / Qodana Community for JVM
Nullability and data flow problems
Passing `null` argument to parameter annotated as @NotNull
github-actions / Qodana Community for JVM
Nullability and data flow problems
Passing `null` argument to parameter annotated as @NotNull
github-actions / Qodana Community for JVM
Nullability and data flow problems
Passing `null` argument to parameter annotated as @NotNull
github-actions / Qodana Community for JVM
Nullability and data flow problems
Expression `pathContainerCache.get(path, this::getPathContainerWithoutCache)` might evaluate to null but is returned by the method declared as @NonNullApi
github-actions / Qodana Community for JVM
Nullability and data flow problems
Expression `pathPatterCache.get(pattern, this::getPathPatternWithoutCache)` might evaluate to null but is returned by the method declared as @NonNullApi
github-actions / Qodana Community for JVM
Deprecated member is still used
Deprecated member 'InTenant' is still used
github-actions / Qodana Community for JVM
Deprecated member is still used
Deprecated member 'Breaker' is still used
github-actions / Qodana Community for JVM
Deprecated API usage
'com.power4j.fist.data.tenant.annotation.InTenant' is deprecated
github-actions / Qodana Community for JVM
Deprecated API usage
'org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter' is deprecated
github-actions / Qodana Community for JVM
Deprecated API usage
'exchange()' is deprecated
github-actions / Qodana Community for JVM
Deprecated API usage
'com.power4j.fist.boot.common.error.Breaker' is deprecated
github-actions / Qodana Community for JVM
Deprecated API usage
'com.power4j.fist.boot.common.error.Breaker' is deprecated
github-actions / Qodana Community for JVM
Field can be local
Field can be converted to a local variable
github-actions / Qodana Community for JVM
Field can be local
Field can be converted to a local variable
github-actions / Qodana Community for JVM
Field can be local
Field can be converted to a local variable
github-actions / Qodana Community for JVM
Field can be local
Field can be converted to a local variable
github-actions / Qodana Community for JVM
Field can be local
Field can be converted to a local variable
github-actions / Qodana Community for JVM
Field can be local
Field can be converted to a local variable
github-actions / Qodana Community for JVM
Field can be local
Field can be converted to a local variable
github-actions / Qodana Community for JVM
Field can be local
Field can be converted to a local variable