WALA/com.ibm.wala.core/src/com/ibm/wala/ipa/callgraph/propagation
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
..
cfa Correct HTML embedded in Javadoc comments 2016-11-28 11:14:41 -06:00
rta Merge https://github.com/jgf/wala-mirror 2014-09-11 10:43:13 -04:00
AbstractFieldPointerKey.java merge 2013-06-25 11:57:37 -04:00
AbstractLocalPointerKey.java Convert all Java source files to use Unix line endings; no semantic change 2012-09-04 15:56:05 -07:00
AbstractPointerAnalysis.java Correct HTML embedded in Javadoc comments 2016-11-28 11:14:41 -06:00
AbstractPointerKey.java Convert all Java source files to use Unix line endings; no semantic change 2012-09-04 15:56:05 -07:00
AbstractPointsToSolver.java Remove redundant casts and imports, improve doc comments 2014-06-26 17:51:26 +02:00
AbstractTypeInNode.java Remove redundant casts and imports, improve doc comments 2014-06-26 17:51:26 +02:00
AllocationSite.java replace Filter with Predicate 2014-11-25 13:23:47 -06:00
AllocationSiteInNode.java merge 2013-06-25 11:57:37 -04:00
AllocationSiteInNodeFactory.java more support for Java 7: 2014-08-07 16:02:48 -04:00
ArrayContentsKey.java merge 2013-06-25 11:57:37 -04:00
AssignEquation.java Remove redundant casts and imports, improve doc comments 2014-06-26 17:51:26 +02:00
AssignOperator.java merge 2013-06-25 11:57:37 -04:00
CPAContextSelector.java more CPA work 2016-09-19 13:51:18 -04:00
ClassBasedInstanceKeys.java more support for Java 7: 2014-08-07 16:02:48 -04:00
CloneContextSelector.java merge 2013-06-25 11:57:37 -04:00
ConcreteTypeKey.java replace Filter with Predicate 2014-11-25 13:23:47 -06:00
ConstantKey.java Remove redundant casts and imports, improve doc comments 2014-06-26 17:51:26 +02:00
ContainerUtil.java Convert all Java source files to use Unix line endings; no semantic change 2012-09-04 15:56:05 -07:00
FilteredPointerKey.java Use Arrays.toString() instead of the default array toString() method. 2015-03-25 19:02:28 -07:00
HeapModel.java Convert all Java source files to use Unix line endings; no semantic change 2012-09-04 15:56:05 -07:00
IPointerOperator.java Remove redundant casts and imports, improve doc comments 2014-06-26 17:51:26 +02:00
IPointsToSolver.java Convert all Java source files to use Unix line endings; no semantic change 2012-09-04 15:56:05 -07:00
InstanceFieldKey.java Convert all Java source files to use Unix line endings; no semantic change 2012-09-04 15:56:05 -07:00
InstanceFieldKeyWithFilter.java merge 2013-06-25 11:57:37 -04:00
InstanceFieldPointerKey.java Convert all Java source files to use Unix line endings; no semantic change 2012-09-04 15:56:05 -07:00
InstanceKey.java incorporate changes from other branch 2013-02-06 12:34:25 +01:00
InstanceKeyFactory.java more support for Java 7: 2014-08-07 16:02:48 -04:00
LocalPointerKey.java Convert all Java source files to use Unix line endings; no semantic change 2012-09-04 15:56:05 -07:00
LocalPointerKeyWithFilter.java merge 2013-06-25 11:57:37 -04:00
MultiNewArrayInNode.java Convert all Java source files to use Unix line endings; no semantic change 2012-09-04 15:56:05 -07:00
NodeKey.java Convert all Java source files to use Unix line endings; no semantic change 2012-09-04 15:56:05 -07:00
NormalAllocationInNode.java Convert all Java source files to use Unix line endings; no semantic change 2012-09-04 15:56:05 -07:00
PointerAnalysis.java Correct HTML embedded in Javadoc comments 2016-11-28 11:14:41 -06:00
PointerAnalysisImpl.java changes for hybrid analysis 2015-04-05 21:19:56 -04:00
PointerKey.java Convert all Java source files to use Unix line endings; no semantic change 2012-09-04 15:56:05 -07:00
PointerKeyComparator.java merge 2013-06-25 11:57:37 -04:00
PointerKeyFactory.java Convert all Java source files to use Unix line endings; no semantic change 2012-09-04 15:56:05 -07:00
PointsToMap.java Correct HTML embedded in Javadoc comments 2016-11-28 11:14:41 -06:00
PointsToSetVariable.java merge 2013-06-25 11:57:37 -04:00
PropagationCallGraphBuilder.java changes for handling of 'callbacks' in dynamic CGs 2015-06-28 17:06:21 -04:00
PropagationGraph.java replace Filter with Predicate 2014-11-25 13:23:47 -06:00
PropagationSystem.java Correct HTML embedded in Javadoc comments 2016-11-28 11:14:41 -06:00
ReceiverInstanceContext.java merge 2013-06-25 11:57:37 -04:00
ReceiverTypeContextSelector.java merge 2013-06-25 11:57:37 -04:00
ReflectionHandler.java Remove redundant casts and imports, improve doc comments 2014-06-26 17:51:26 +02:00
ReturnValueKey.java Remove redundant casts and imports, improve doc comments 2014-06-26 17:51:26 +02:00
ReturnValueKeyWithFilter.java merge 2013-06-25 11:57:37 -04:00
SSAContextInterpreter.java Convert all Java source files to use Unix line endings; no semantic change 2012-09-04 15:56:05 -07:00
SSAPropagationCallGraphBuilder.java more CPA work 2016-09-19 13:51:18 -04:00
SelectiveCPAContext.java support for full CPA, when desired. 2016-09-15 21:32:35 -04:00
SmushedAllocationSiteInNode.java replace Filter with Predicate 2014-11-25 13:23:47 -06:00
SmushedAllocationSiteInstanceKeys.java more support for Java 7: 2014-08-07 16:02:48 -04:00
StandardSolver.java fix wala.core testcases 2014-05-20 22:32:20 +02:00
StaticFieldKey.java Remove redundant casts and imports, improve doc comments 2014-06-26 17:51:26 +02:00
StringConstantCharArray.java merge 2013-06-25 11:57:37 -04:00
TargetMethodContextSelector.java merge 2013-06-25 11:57:37 -04:00
UnarySideEffect.java Convert all Java source files to use Unix line endings; no semantic change 2012-09-04 15:56:05 -07:00
ZeroLengthArrayInNode.java Enhanced pointer analysis to reason that arrays known to be of zero length 2012-05-09 15:35:54 -06:00
package.html more conversion to Unix line endings 2012-09-04 15:59:50 -07:00