jaikiran commented on a change in pull request #175: URL: https://github.com/apache/ant/pull/175#discussion_r792306165
########## File path: src/main/org/apache/tools/ant/taskdefs/optional/junitlauncher/LegacyXmlResultFormatter.java ########## @@ -298,8 +298,7 @@ private void writeFailed(final XMLStreamWriter writer, final TestIdentifier test writeAttribute(writer, ATTR_MESSAGE, message); } writeAttribute(writer, ATTR_TYPE, t.getClass().getName()); - // write out the stacktrace Review comment: Hello @tsmock, was it intentional to remove this comment? I think it should stay. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h...@ant.apache.org