Skip to content

Introduce TypeMemberOrder bug checker #2965

Introduce TypeMemberOrder bug checker

Introduce TypeMemberOrder bug checker #2965

Triggered via pull request July 29, 2023 14:19
Status Success
Total duration 6m 53s
Artifacts

build.yaml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
A change can be made to line 119 without causing a test to fail: error-prone-contrib/src/main/java/tech/picnic/errorprone/bugpatterns/ClassMemberOrdering.java#L119
removed conditional - replaced equality check with false (6 tests run RemoveConditionalMutator_EQUAL_ELSE)
A change can be made to a lambda on line 159 without causing a test to fail: error-prone-contrib/src/main/java/tech/picnic/errorprone/bugpatterns/ClassMemberOrdering.java#L159
changed conditional boundary in 1st lambda in getClassMemberComments (6 tests run ConditionalsBoundaryMutator)
A change can be made to line 120 without causing a test to fail: error-prone-contrib/src/main/java/tech/picnic/errorprone/bugpatterns/ClassMemberOrdering.java#L120
replaced return value with null for replaceClassMember (1 tests run NullReturnValsMutator)