OriginalCompleteBeforeOriginalCompleteAfterBeforeAfterProjectCommitCompilationUnitLineNosNamesTemplateVariableToCodeBeforeRelevantImportsTemplateVariableToCodeAfterisRelevantisSafe
moduleNames = modules().stream().map(Object::toString).map(this::removeModuleTag).sorted().collect(Collectors.toList())moduleNames = modules().stream().map(Object::toString).map(this::removeModuleTag).collect(groupingBy(this::initialPath,TreeMap::new,mapping(this::restPath,toList())))modules().stream().map(Object::toString).map(this::removeModuleTag).sorted().collect(Collectors.toList())modules().stream().map(Object::toString).map(this::removeModuleTag).collect(groupingBy(this::initialPath,TreeMap::new,mapping(this::restPath,toList())))speedment0b844b736c14c8751162a631d11041971494f9bccom.speedment.runtime.application.AbstractApplicationBuilder
_1545
_2546
_1moduleNames
_2moduleNames
v0modules().stream().map(Object::toString).map(this::removeModuleTag)
  • java.util.stream.Collectors
v0modules().stream().map(Object::toString).map(this::removeModuleTag)
AssignedToTrue