Skip to content

chore: convert qodana config to new format #753

chore: convert qodana config to new format

chore: convert qodana config to new format #753

Triggered via pull request August 28, 2023 12:33
Status Failure
Total duration 2m 32s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

qodana.yml

on: pull_request
code-quality qodana
2m 20s
code-quality qodana
code-quality spoon-javadoc qodana
1m 46s
code-quality spoon-javadoc qodana
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 16 warnings
code-quality spoon-javadoc qodana
The number of problems exceeds the failThreshold
code-quality qodana
The number of problems exceeds the failThreshold
code-quality spoon-javadoc 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\[\]'
code-quality 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\[\]'