src/main/kotlin/jetbrains/buildServer/notification/slackNotifier/notification/PlainMessageBuilder.kt [151:160]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - buildProblems: Collection, entry: ResponsibilityEntry, project: SProject ): MessagePayload { val buildProblemsNotNull = buildProblems.asSequence().filterNotNull().toList() val buildProblemsFormatted = formatProblems(buildProblemsNotNull) { format.listElement(it.buildProblemDescription ?: it.toString()) } return MessagePayload( - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - src/main/kotlin/jetbrains/buildServer/notification/slackNotifier/notification/PlainMessageBuilder.kt [179:188]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - buildProblems: Collection, entry: ResponsibilityEntry, project: SProject ): MessagePayload { val buildProblemsNotNull = buildProblems.asSequence().filterNotNull().toList() val buildProblemsFormatted = formatProblems(buildProblemsNotNull) { format.listElement(it.buildProblemDescription ?: it.toString()) } return MessagePayload( - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -