Ulli Hafner edited a comment on Bug JENKINS-19932

Actually no. I still can't reproduce so any change would be just like guessing.

Maybe you can download the sources and compile a version that wraps the Checkstyle Parser call (at hudson.plugins.checkstyle.parser.CheckStyleParser.parse(CheckStyleParser.java:67)) into:

SaxSetup sax = new SaxSetup();

        try {
            // parse Checkstyle file
        }
        finally {
            sax.cleanup();
        }
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to