Skip to content

Require JDK 17 rather than JDK 11 #77

Require JDK 17 rather than JDK 11

Require JDK 17 rather than JDK 11 #77

Triggered via pull request January 21, 2024 15:38
Status Success
Total duration 3m 15s
Artifacts

build-jdk11.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 warnings
A change can be made to line 136 without causing a test to fail: error-prone-contrib/src/main/java/tech/picnic/errorprone/bugpatterns/MethodReferenceUsage.java#L136
removed conditional - replaced equality check with true (covered by 2 tests RemoveConditionalMutator_EQUAL_IF)
A change can be made to line 125 without causing a test to fail: error-prone-contrib/src/main/java/tech/picnic/errorprone/bugpatterns/MethodReferenceUsage.java#L125
removed conditional - replaced equality check with false (covered by 2 tests RemoveConditionalMutator_EQUAL_ELSE)
A change can be made to line 184 without causing a test to fail: error-prone-contrib/src/main/java/tech/picnic/errorprone/bugpatterns/PrimitiveComparison.java#L184
removed conditional - replaced equality check with true (covered by 9 tests RemoveConditionalMutator_EQUAL_IF)
A change can be made to line 81 without causing a test to fail: error-prone-contrib/src/main/java/tech/picnic/errorprone/bugpatterns/SpringMvcAnnotation.java#L81
removed conditional - replaced equality check with true (covered by 2 tests RemoveConditionalMutator_EQUAL_IF)
A change can be made to line 46 without causing a test to fail: error-prone-contrib/src/main/java/tech/picnic/errorprone/bugpatterns/RefasterAnyOfUsage.java#L46
removed conditional - replaced equality check with false (covered by 2 tests RemoveConditionalMutator_EQUAL_ELSE)
A change can be made to line 121 without causing a test to fail: error-prone-contrib/src/main/java/tech/picnic/errorprone/bugpatterns/CanonicalAnnotationSyntax.java#L121
removed conditional - replaced equality check with true (covered by 2 tests RemoveConditionalMutator_EQUAL_IF)
A change can be made to line 118 without causing a test to fail: error-prone-contrib/src/main/java/tech/picnic/errorprone/bugpatterns/util/AnnotationAttributeMatcher.java#L118
removed conditional - replaced equality check with true (covered by 5 tests RemoveConditionalMutator_EQUAL_IF)
A change can be made to line 198 without causing a test to fail: error-prone-contrib/src/main/java/tech/picnic/errorprone/bugpatterns/LexicographicalAnnotationAttributeListing.java#L198
removed conditional - replaced equality check with true (covered by 3 tests RemoveConditionalMutator_EQUAL_IF)
A change can be made to line 144 without causing a test to fail: refaster-runner/src/main/java/tech/picnic/errorprone/refaster/runner/Refaster.java#L144
removed last varargs argument in call to format (no tests cover this line VarargsMutator)