WALA/com.ibm.wala.core/src/com/ibm/wala/cfg
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
..
cdg Correct HTML embedded in Javadoc comments 2016-11-28 11:14:41 -06:00
exc Merge pull request #1 from wala/master 2016-01-13 02:23:04 +01:00
AbstractCFG.java merge 2013-06-25 11:57:37 -04:00
BytecodeCFG.java new test to remind me that prototype no longer works with correlation tracking: 2014-10-15 16:01:38 +09:00
CFGSanitizer.java Convert all Java source files to use Unix line endings; no semantic change 2012-09-04 15:56:05 -07:00
ControlFlowGraph.java refactor CFG to separate instructions from CFGs; this is to allow code like CDGs to be reused without an IR. 2016-09-26 13:37:51 -04:00
IBasicBlock.java Convert all Java source files to use Unix line endings; no semantic change 2012-09-04 15:56:05 -07:00
InducedCFG.java remove custom change markers for code that will be merged to main branch 2014-08-01 12:27:22 +02:00
MinimalCFG.java refactor CFG to separate instructions from CFGs; this is to allow code like CDGs to be reused without an IR. 2016-09-26 13:37:51 -04:00
ShrikeCFG.java new test to remind me that prototype no longer works with correlation tracking: 2014-10-15 16:01:38 +09:00
Util.java Convert all Java source files to use Unix line endings; no semantic change 2012-09-04 15:56:05 -07:00
package.html more conversion to Unix line endings 2012-09-04 15:59:50 -07:00