agent/src/jetbrains/buildServer/xmlReportPlugin/parsers/antJUnit/AntJUnitXmlReportParser.java [57:64]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            elementsPath(new Handler() {
              @Override
              public XmlReturn processElement(@NotNull final XmlElementInfo reader) {
                final String type = reader.getAttribute("type");
                final String message = reader.getAttribute("message");

                return reader.visitText(new TextHandler() {
                  public void setText(@NotNull final String text) {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



agent/src/jetbrains/buildServer/xmlReportPlugin/parsers/antJUnit/AntJUnitXmlReportParser.java [70:77]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            elementsPath(new Handler() {
              @Override
              public XmlReturn processElement(@NotNull final XmlElementInfo reader) {
                final String type = reader.getAttribute("type");
                final String message = reader.getAttribute("message");

                return reader.visitText(new TextHandler() {
                  public void setText(@NotNull final String text) {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



