WALA/com.ibm.wala.core/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
..
analysis Correct HTML embedded in Javadoc comments 2016-11-28 11:14:41 -06:00
cfg Correct HTML embedded in Javadoc comments 2016-11-28 11:14:41 -06:00
classLoader Correct HTML embedded in Javadoc comments 2016-11-28 11:14:41 -06:00
client add more functionality to analysis engine: create SDGs and 2016-08-18 22:43:12 -04:00
core/plugin more conversion to Unix line endings 2012-09-04 15:59:50 -07:00
dataflow Correct HTML embedded in Javadoc comments 2016-11-28 11:14:41 -06:00
demandpa Correct HTML embedded in Javadoc comments 2016-11-28 11:14:41 -06:00
escape replace Filter with Predicate 2014-11-25 13:23:47 -06:00
ipa Correct HTML embedded in Javadoc comments 2016-11-28 11:14:41 -06:00
model Convert all Java source files to use Unix line endings; no semantic change 2012-09-04 15:56:05 -07:00
properties HybriDroid support 2016-09-15 21:14:34 -04:00
ssa Fix numerous unescaped "<" and ">" in Javadoc @author tags 2016-11-27 21:24:03 -06:00
types Java 8 suport enhancements, mostly to model lambdas compiled to 2015-08-12 15:20:21 -04:00
util Correct HTML embedded in Javadoc comments 2016-11-28 11:14:41 -06:00
viz add/remove @SuppressWarnings to keep in sync with wala main branch 2014-07-30 16:17:37 +02:00