WALA/com.ibm.wala.core.testdata
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
..
.settings Exclude Maven-generated HTML pages from validation 2016-11-27 21:24:03 -06:00
META-INF switch version to 1.3.10-SNAPSHOT 2016-05-10 22:53:28 +09:00
classes incorporate changes from other branch 2013-02-06 12:34:25 +01:00
ocaml more support for Java 7: 2014-08-07 16:02:48 -04:00
scripts/cruise complete conversion to Unix line endings 2012-09-04 16:05:49 -07:00
src Correct HTML embedded in Javadoc comments 2016-11-28 11:14:41 -06:00
.classpath Merge branch 'master' of https://github.com/wala/WALA 2015-06-02 23:00:32 -04:00
.project complete conversion to Unix line endings 2012-09-04 16:05:49 -07:00
build.properties class loader stuff 2015-03-04 20:09:24 -05:00
build.xml tests for java 8 default methods 2015-08-09 14:13:38 -04:00
pom.xml switch version to 1.3.10-SNAPSHOT 2016-05-10 22:53:28 +09:00