Skip to content

chore: convert qodana config to new format #3

chore: convert qodana config to new format

chore: convert qodana config to new format #3

Triggered via pull request August 28, 2023 12:56
Status Success
Total duration 1m 46s
Artifacts

qodana-cloud.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 warnings
qodana
push-fixes is currently not supported with pr-mode: true in pull requests. Running Qodana with push-fixes: false.
'hashCode()' called on array: src/main/java/spoon/support/reflect/code/CtInvocationImpl.java#L216
`hashCode()` called on array should probably be 'Arrays.hashCode()'
Nullability and data flow problems: src/main/java/spoon/support/reflect/code/CtInvocationImpl.java#L215
Method invocation `toString` will produce `NullPointerException`
'equals()' between objects of inconvertible types: src/main/java/spoon/support/reflect/code/CtInvocationImpl.java#L217
`equals` between objects of inconvertible types 'String' and 'Integer\[\]'