WALA/com.ibm.wala.core/src/com/ibm/wala/ipa/summaries
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
..
BypassClassTargetSelector.java merge 2013-06-25 11:57:37 -04:00
BypassMethodTargetSelector.java remove custom change markers for code that will be merged to main branch 2014-08-01 12:27:22 +02:00
BypassSyntheticClass.java move to Reader API to help with annoying /r/n issues is source mapping 2014-05-20 13:11:55 +02:00
BypassSyntheticClassLoader.java Remove redundant casts and imports, improve doc comments 2014-06-26 17:51:26 +02:00
LambdaMethodTargetSelector.java Java 8 suport enhancements, mostly to model lambdas compiled to 2015-08-12 15:20:21 -04:00
LambdaSummaryClass.java Java 8 suport enhancements, mostly to model lambdas compiled to 2015-08-12 15:20:21 -04:00
MethodBypass.java Convert all Java source files to use Unix line endings; no semantic change 2012-09-04 15:56:05 -07:00
MethodSummary.java Merge branch 'wala' into master 2012-11-06 04:23:10 +01:00
ReflectionSummary.java Convert all Java source files to use Unix line endings; no semantic change 2012-09-04 15:56:05 -07:00
SummarizedMethod.java Convert all Java source files to use Unix line endings; no semantic change 2012-09-04 15:56:05 -07:00
SummarizedMethodWithNames.java scandriod merge 2014-10-01 21:32:36 -04:00
SyntheticIR.java Correct HTML embedded in Javadoc comments 2016-11-28 11:14:41 -06:00
SyntheticIRFactory.java merge 2013-06-25 11:57:37 -04:00
VolatileMethodSummary.java turn off debug output 2015-06-14 23:31:00 -07:00
XMLMethodSummaryReader.java Correct HTML embedded in Javadoc comments 2016-11-28 11:14:41 -06:00
package.html more conversion to Unix line endings 2012-09-04 15:59:50 -07:00