WALA/com.ibm.wala.core.tests/src/com/ibm/wala/core/tests
Ben Liblit e35b205bc2 Fix numerous unescaped "<" and ">" in Javadoc @author tags
The contents of @author go straight into HTML, just like most other
Javadoc material.  So if you want to have a "<foo@bar.com>" e-mail
address as part of the author information, the angle brackets must be
escaped.  Here I've opted to do that using "{@code <foo@bar.com>}",
which has some additional styling effects that seem appropriate for
e-mail addresses.  We could also have used "&lt;foo@bar.com&gt;" for
escaping without code styling.
2016-11-27 21:24:03 -06:00
..
arraybounds Fix numerous unescaped "<" and ">" in Javadoc @author tags 2016-11-27 21:24:03 -06:00
basic test for reading java 8 2015-06-04 13:53:25 -04:00
callGraph CPA smoke test 2016-09-15 21:33:51 -04:00
cha fix imports; restructure annotations tests 2015-09-16 13:25:21 -04:00
collections scandriod merge 2014-10-01 21:32:36 -04:00
demandpa add standard type parameter to most pointer analysis references. When it breaks we move back to ? extends InstanceKey. 2014-05-20 22:00:06 +02:00
exceptionpruning Fix numerous unescaped "<" and ">" in Javadoc @author tags 2016-11-27 21:24:03 -06:00
ir fix imports; restructure annotations tests 2015-09-16 13:25:21 -04:00
plugin Convert all Java source files to use Unix line endings; no semantic change 2012-09-04 15:56:05 -07:00
ptrs scandriod merge 2014-10-01 21:32:36 -04:00
shrike make Android entrypoint locator work for source code 2016-06-10 21:21:08 -04:00
slicer Add slicer test 2015-12-14 10:34:10 -08:00
typeInference Convert all Java source files to use Unix line endings; no semantic change 2012-09-04 15:56:05 -07:00
util Add slicer test 2015-12-14 10:34:10 -08:00