Skip to content

Require JDK 17 rather than JDK 11 #2113

Require JDK 17 rather than JDK 11

Require JDK 17 rather than JDK 11 #2113

Triggered via pull request February 11, 2024 15:45
Status Success
Total duration 32s
Artifacts

openssf-scorecard.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 warnings
3 different changes can be made to line 118 without causing a test to fail: error-prone-utils/src/main/java/tech/picnic/errorprone/utils/AnnotationAttributeMatcher.java#L118
removed conditional - replaced equality check with false (no tests cover this line RemoveConditionalMutator_EQUAL_ELSE) removed conditional - replaced equality check with true (no tests cover this line RemoveConditionalMutator_EQUAL_IF) replaced return value with "" for extractAttributeName (no tests cover this line EmptyObjectReturnValsMutator)
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 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 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 124 without causing a test to fail: error-prone-experimental/src/main/java/tech/picnic/errorprone/experimental/bugpatterns/MethodReferenceUsage.java#L124
removed conditional - replaced equality check with false (covered by 2 tests RemoveConditionalMutator_EQUAL_ELSE)
A change can be made to line 135 without causing a test to fail: error-prone-experimental/src/main/java/tech/picnic/errorprone/experimental/bugpatterns/MethodReferenceUsage.java#L135
removed conditional - replaced equality check with true (covered by 2 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)
A change can be made to line 46 without causing a test to fail: error-prone-guidelines/src/main/java/tech/picnic/errorprone/guidelines/bugpatterns/RefasterAnyOfUsage.java#L46
removed conditional - replaced equality check with false (covered by 2 tests RemoveConditionalMutator_EQUAL_ELSE)