OriginalCompleteBeforeOriginalCompleteAfterBeforeAfterProjectCommitCompilationUnitLineNosNamesTemplateVariableToCodeBeforeRelevantImportsTemplateVariableToCodeAfterisRelevantisSafe
return Iterators.getOnlyElement(paths.iterator());return Files.list(rootPathPrefix.getParent()).filter(path -> path.toString().startsWith(rootPathPrefixStr) && !existingPaths.contains(path)).collect(ImmutableList.toImmutableList());Iterators.getOnlyElement(paths.iterator())Files.list(rootPathPrefix.getParent()).filter(path -> path.toString().startsWith(rootPathPrefixStr) && !existingPaths.contains(path)).collect(ImmutableList.toImmutableList())bazel817b535d92ee7fdb4740e2a99505ab10d4b54a0dcom.google.devtools.build.android.desugar.LambdaClassMaker
_167
_272
_1findOnlyUnprocessed
_2findUnprocessed
xyzIterators.getOnlyElement(paths.iterator())
  • com.google.common.collect.Iterators
  • com.google.common.collect.ImmutableList
xyzFiles.list(rootPathPrefix.getParent()).filter(path -> path.toString().startsWith(rootPathPrefixStr) && !existingPaths.contains(path)).collect(ImmutableList.toImmutableList())
ReturnsFalse