WALA/com.ibm.wala.core/src/com/ibm/wala/demandpa/flowgraph
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
..
AbstractDemandFlowGraph.java work toward pointer analysis based on the flowgraph from field-based 2014-10-19 22:44:03 -04:00
AbstractFlowGraph.java Correct HTML embedded in Javadoc comments 2016-11-28 11:14:41 -06:00
AbstractFlowLabelVisitor.java merge 2013-06-25 11:57:37 -04:00
AssignBarLabel.java merge 2013-06-25 11:57:37 -04:00
AssignGlobalBarLabel.java merge 2013-06-25 11:57:37 -04:00
AssignGlobalLabel.java merge 2013-06-25 11:57:37 -04:00
AssignLabel.java merge 2013-06-25 11:57:37 -04:00
CallLabel.java Convert all Java source files to use Unix line endings; no semantic change 2012-09-04 15:56:05 -07:00
DemandPointerFlowGraph.java more support for Java 7: 2014-08-07 16:02:48 -04:00
DemandValueFlowGraph.java work toward pointer analysis based on the flowgraph from field-based 2014-10-19 22:44:03 -04:00
GetFieldBarLabel.java merge 2013-06-25 11:57:37 -04:00
GetFieldLabel.java merge 2013-06-25 11:57:37 -04:00
IFlowGraph.java work toward pointer analysis based on the flowgraph from field-based 2014-10-19 22:44:03 -04:00
IFlowLabel.java Convert all Java source files to use Unix line endings; no semantic change 2012-09-04 15:56:05 -07:00
IFlowLabelWithFilter.java further refactoring, bug fix for type filters 2008-01-24 00:51:38 +00:00
MatchBarLabel.java merge 2013-06-25 11:57:37 -04:00
MatchLabel.java merge 2013-06-25 11:57:37 -04:00
NewBarLabel.java merge 2013-06-25 11:57:37 -04:00
NewLabel.java merge 2013-06-25 11:57:37 -04:00
ParamBarLabel.java merge 2013-06-25 11:57:37 -04:00
ParamLabel.java merge 2013-06-25 11:57:37 -04:00
PointerKeyAndCallSite.java Convert all Java source files to use Unix line endings; no semantic change 2012-09-04 15:56:05 -07:00
PutFieldBarLabel.java merge 2013-06-25 11:57:37 -04:00
PutFieldLabel.java merge 2013-06-25 11:57:37 -04:00
ReturnBarLabel.java merge 2013-06-25 11:57:37 -04:00
ReturnLabel.java merge 2013-06-25 11:57:37 -04:00
SimpleDemandPointerFlowGraph.java Convert all Java source files to use Unix line endings; no semantic change 2012-09-04 15:56:05 -07:00