Ralf Hain commented on Bug JENKINS-22043

Entities: Yes, there are character entities, eg the shift operator << . But they were displayed correctly even before the update.

Before the update the PCLint-warnings.xml looks like:

 A zero has been given as right argument to operator &apos;&lt;&lt;&apos; 

After the update:

  A zero has been given as right argument to operator &amp;apos;&amp;lt;&amp;lt;&amp;apos; 

What I suspect: The Parser should indeed do the escaping but with the exception of a hyperlink, "<a href= ""> But maybe Your suggestion (no escaping at all) will also work.

By the way: PC-Lint features a xml-output, correctly escaped.
Seems like I have to take a deeper peek into the sources / test data.

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