Details
-
Bug
-
Status: Resolved (View Workflow)
-
Blocker
-
Resolution: Fixed
-
None
-
Checkstyle/3.38
Description
Checkstyle sets system property determining the sax parser implementation but doesn't clear it if it was not set. Any other plugin which uses xml parsers and doesn't have xerces on classpath will not work.
Introduced in the 'Upgrade to digester 3' commit. I didn't check any other Static Analysis Collector plugins.
Attachments
Issue Links
- is related to
-
JENKINS-27548 Sporadic IOException: Failed to persist config
-
- Closed
-
Code changed in jenkins
User: Ulli Hafner
Path:
src/main/java/hudson/plugins/checkstyle/CheckStylePlugin.java
http://jenkins-ci.org/commit/checkstyle-plugin/7c3d7feb48b885c48db99606b5443c45b63822f3
Log:
[ FIXED
JENKINS-20070] Clear SAX system property afterwards.