**Description** List<UtExecution>.checkMatchersWithDisplayNames and other checkers prints summaries if something goes wrong like here: ` Assertions.assertTrue(notMatchedExecutions.isEmpty()) { "Not matched display names ${summaries(notMatchedExecutions)}" }` **To Reproduce** Run the test in utbot-summary with the error test data **Expected behavior** You obtain correct and clear message what's exactly wrong and what part of summaries is missed **Actual behavior** It prints comments in all cases (not matched display names, not matched test names and not matched comments)