WALA/com.ibm.wala.core
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
..
.settings Exclude Maven-generated HTML pages from validation 2016-11-27 21:24:03 -06:00
META-INF Merge https://github.com/steohan/WALA 2016-06-29 13:03:50 -04:00
dat merge of java 7 changes. 2014-10-06 17:41:58 -04:00
lib remove dependency from slf4j logger in wala.core project 2014-07-30 15:44:17 +02:00
src/com/ibm/wala Fix numerous unescaped "<" and ">" in Javadoc @author tags 2016-11-27 21:24:03 -06:00
.classpath remove dependency from slf4j logger in wala.core project 2014-07-30 15:44:17 +02:00
.project complete conversion to Unix line endings 2012-09-04 16:05:49 -07:00
antbuild.properties trying to update build.xml 2010-05-21 16:28:13 +00:00
build.properties remove dependency from slf4j logger in wala.core project 2014-07-30 15:44:17 +02:00
build.xml trying to update build.xml 2010-05-21 16:28:13 +00:00
javaCompiler...args generate linux build file 2008-05-29 15:30:59 +00:00
mvncentral.xml Fix building jars with JDK 7 2016-07-22 14:46:35 -07:00
plugin.properties complete conversion to Unix line endings 2012-09-04 16:05:49 -07:00
pom.xml switch version to 1.3.10-SNAPSHOT 2016-05-10 22:53:28 +09:00