warnDups = othersOutDir.list() == null || othersOutDir.list().length == 0 | otherNames = jsonFiles.stream().map(PrepareCatalogMojo::asComponentName).collect(Collectors.toCollection(TreeSet::new)) | othersOutDir.list() == null || othersOutDir.list().length == 0 | jsonFiles.stream().map(PrepareCatalogMojo::asComponentName).collect(Collectors.toCollection(TreeSet::new)) | camel | 41ed1d42641fd0246324dccfe56953833f66ba15 | org.apache.camel.maven.packaging.PrepareCatalogMojo | | | xyz | othersOutDir.list() == null || othersOutDir.list().length == 0 |
---|
| - java.util.stream.Collectors
| xyz | jsonFiles.stream().map(PrepareCatalogMojo::asComponentName).collect(Collectors.toCollection(TreeSet::new)) |
---|
| AssignedTo | False |
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 == 0 | jsonFiles.stream().map(PrepareCatalogMojo::asComponentName).collect(Collectors.toCollection(TreeSet::new)) | camel | 41ed1d42641fd0246324dccfe56953833f66ba15 | org.apache.camel.maven.packaging.PrepareCatalogMojo | | | xyz | othersOutDir.list() == null || othersOutDir.list().length == 0 |
---|
| - java.util.stream.Collectors
| xyz | jsonFiles.stream().map(PrepareCatalogMojo::asComponentName).collect(Collectors.toCollection(TreeSet::new)) |
---|
| AssignedTo | False |