WALA/com.ibm.wala.core/src/com/ibm/wala/ipa
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
..
callgraph Correct HTML embedded in Javadoc comments 2016-11-28 11:14:41 -06:00
cfg Fix numerous unescaped "<" and ">" in Javadoc @author tags 2016-11-27 21:24:03 -06:00
cha add/remove @SuppressWarnings to keep in sync with wala main branch 2014-07-30 16:17:37 +02:00
modref fixes for slicing of field-based CGs 2016-02-14 17:18:21 -05:00
slicer refactor CFG to separate instructions from CFGs; this is to allow code like CDGs to be reused without an IR. 2016-09-26 13:37:51 -04:00
summaries Correct HTML embedded in Javadoc comments 2016-11-28 11:14:41 -06:00