-
Bug
-
Resolution: Fixed
-
Minor
For example, the GCC warning:
dereferencing pointer ‘<anonymous>’ does break strict-aliasing rules
Is displayed by the plugin as:
dereferencing pointer ‘’ does break strict-aliasing rules
I imagine a s/</</g is in order.
- is blocking
-
JENKINS-22043 Hyperlinks on the "Details" - pane do not work any more
-
- Resolved
-
-
JENKINS-25511 Checkstyle double-escapes content
-
- Resolved
-
[JENKINS-17309] XML escaping (or lack thereof)
Labels | New: DEVTOOLS |
Assignee | Original: Ulli Hafner [ drulli ] | New: tatura [ tatura ] |
Assignee | Original: tatura [ tatura ] | New: Ulli Hafner [ drulli ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Link |
New:
This issue depends on |
Link |
Original:
This issue depends on |
Code changed in jenkins
User: Ulli Hafner
Path:
src/main/java/hudson/plugins/analysis/util/model/AbstractAnnotation.java
src/test/java/hudson/plugins/analysis/util/model/AbstractAnnotationTest.java
http://jenkins-ci.org/commit/analysis-core-plugin/32bd28cbee59542e5117bf7c26ac03bd24cab5c7
Log:
[FIXED JENKINS-17309] Escape message texts that contain XML symbols.