-
Bug
-
Resolution: Fixed
-
Minor
-
None
Taken the checkstyle report produced by PHP_CodeSniffer (file: phpcs_checkstyle.xml) is transformed in Jenkins version (file: jenkins_checkstyle.xml) when it's been published after build ends.
However during that transformation the content id double-escaped:
1.
"
is transformed into
"
2.
"
is transformed into
"
Original issue posted on PHP_CodeSniffer issue tracker: https://github.com/squizlabs/PHP_CodeSniffer/issues/315
P.S.
Both files are from different builds, so please ignore fact, that warnings don't match.
- depends on
-
JENKINS-17309 XML escaping (or lack thereof)
-
- Resolved
-
Yes, this is implemented in analysis-core due to
JENKINS-17309. I think this change was to aggressive and should be applied only to parsers of non-XML files. I think each tool that produces XML files should already escape correctly.