OriginalCompleteBeforeOriginalCompleteAfterBeforeAfterProjectCommitCompilationUnitLineNosNamesTemplateVariableToCodeBeforeRelevantImportsTemplateVariableToCodeAfterisRelevantisSafe
return methods.stream().map(Method::getName).anyMatch(methodName::equals);return methods.stream().map(Method::getName).collect(toList());methods.stream().map(Method::getName).anyMatch(methodName::equals)methods.stream().map(Method::getName).collect(toList())junit5ecf38a9c407a96a4510ae3577a5f5dcec3866bc5org.junit.jupiter.engine.descriptor.LifecycleMethodUtilsTests
_1138
_2133
_1contains
_2namesOf
v0methods.stream().map(Method::getName)
v0methods.stream().map(Method::getName)
ReturnsFalse