WALA/com.ibm.wala.shrike/src/com/ibm/wala
Ben Liblit ed0ddd780f Correct HTML embedded in Javadoc comments
Most of the invalid HTML arose from bare "<" and ">" characters.
These should be escaped as "&lt;" and "&gt;" when not intended to
introduce HTML tags.  When you have many such characters close
together, "{@literal ...}" is a nice, readable alternative that
automatically escapes its contents.  If the text in question is
intended to be a code fragment, then "{@code ...}"  is appropriate:
this is essentially equivalent to "<code>{@literal ...}</code>".

There were a few other HTML violations too, but none common enough to
be worth detailing here.
2016-11-28 11:14:41 -06:00
..
shrike Allow patching call sites for older jvms. Warning: the new 2015-12-15 12:57:50 -05:00
shrikeBT SecurityExceptions when analyzing JARs with broken/expired signatures 2016-06-08 11:08:10 +02:00
shrikeCT Correct HTML embedded in Javadoc comments 2016-11-28 11:14:41 -06:00
sourcepos scandriod merge 2014-10-01 21:32:36 -04:00