OriginalCompleteBeforeOriginalCompleteAfterBeforeAfterProjectCommitCompilationUnitLineNosNamesTemplateVariableToCodeBeforeRelevantImportsTemplateVariableToCodeAfterisRelevantisSafe
warnDups = othersOutDir.list() == null || othersOutDir.list().length == 0otherNames = jsonFiles.stream().map(PrepareCatalogMojo::asComponentName).collect(Collectors.toCollection(TreeSet::new))othersOutDir.list() == null || othersOutDir.list().length == 0jsonFiles.stream().map(PrepareCatalogMojo::asComponentName).collect(Collectors.toCollection(TreeSet::new))camel41ed1d42641fd0246324dccfe56953833f66ba15org.apache.camel.maven.packaging.PrepareCatalogMojo
_1769
_2674
_1warnDups
_2otherNames
xyzothersOutDir.list() == null || othersOutDir.list().length == 0
  • java.util.stream.Collectors
xyzjsonFiles.stream().map(PrepareCatalogMojo::asComponentName).collect(Collectors.toCollection(TreeSet::new))
AssignedToFalse
boolean warnDups=othersOutDir.list() == null || othersOutDir.list().length == 0;Set<String> otherNames=jsonFiles.stream().map(PrepareCatalogMojo::asComponentName).collect(Collectors.toCollection(TreeSet::new));othersOutDir.list() == null || othersOutDir.list().length == 0jsonFiles.stream().map(PrepareCatalogMojo::asComponentName).collect(Collectors.toCollection(TreeSet::new))camel41ed1d42641fd0246324dccfe56953833f66ba15org.apache.camel.maven.packaging.PrepareCatalogMojo
_1769
_2674
_1warnDups
_2otherNames
xyzothersOutDir.list() == null || othersOutDir.list().length == 0
  • java.util.stream.Collectors
xyzjsonFiles.stream().map(PrepareCatalogMojo::asComponentName).collect(Collectors.toCollection(TreeSet::new))
AssignedToFalse