WALA/com.ibm.wala.shrike/src/com/ibm/wala/shrikeCT
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
..
AnnotationsReader.java Correct HTML embedded in Javadoc comments 2016-11-28 11:14:41 -06:00
AttributeReader.java format source code. no semantic change. 2009-05-07 14:01:17 +00:00
BootstrapMethodsReader.java Java 8 suport enhancements, mostly to model lambdas compiled to 2015-08-12 15:20:21 -04:00
ClassConstants.java some minimal support for Java 7 constant pool entries 2014-03-16 17:30:17 -04:00
ClassReader.java 1) new support for function.prototype.apply in field-based CGs 2014-12-11 21:48:23 -05:00
ClassWriter.java 1) changes for mobile 2015-05-25 19:00:51 -04:00
CodeReader.java format source code. no semantic change. 2009-05-07 14:01:17 +00:00
CodeWriter.java format source code. no semantic change. 2009-05-07 14:01:17 +00:00
ConstantPoolParser.java 1) new support for function.prototype.apply in field-based CGs 2014-12-11 21:48:23 -05:00
ConstantValueReader.java support Java 5.0 Signature attribute and small refactorings 2007-01-10 14:41:02 +00:00
ConstantValueWriter.java format source code. no semantic change. 2009-05-07 14:01:17 +00:00
ExceptionsReader.java support Java 5.0 Signature attribute and small refactorings 2007-01-10 14:41:02 +00:00
ExceptionsWriter.java format source code. no semantic change. 2009-05-07 14:01:17 +00:00
InnerClassesReader.java format source code. no semantic change. 2009-05-07 14:01:17 +00:00
InnerClassesWriter.java format source code. no semantic change. 2009-05-07 14:01:17 +00:00
InvalidClassFileException.java 1) changes for mobile 2015-05-25 19:00:51 -04:00
LineNumberTableReader.java format source code. no semantic change. 2009-05-07 14:01:17 +00:00
LineNumberTableWriter.java format source code. no semantic change. 2009-05-07 14:01:17 +00:00
LocalVariableTableReader.java further work on geberating stack maps 2014-10-10 17:46:56 -04:00
LocalVariableTableWriter.java do not write bogus local variable table entries that refer to slots 2013-11-06 09:34:00 -05:00
SignatureReader.java add getSignature() 2007-01-11 15:18:19 +00:00
SourceDebugExtensionReader.java format source code. no semantic change. 2009-05-07 14:01:17 +00:00
SourceDebugExtensionWriter.java format source code. no semantic change. 2009-05-07 14:01:17 +00:00
SourceFileReader.java support Java 5.0 Signature attribute and small refactorings 2007-01-10 14:41:02 +00:00
SourceFileWriter.java format source code. no semantic change. 2009-05-07 14:01:17 +00:00
SourcePositionTableReader.java scandriod merge 2014-10-01 21:32:36 -04:00
StackMapConstants.java new test to remind me that prototype no longer works with correlation tracking: 2014-10-15 16:01:38 +09:00
StackMapTableReader.java new test to remind me that prototype no longer works with correlation tracking: 2014-10-15 16:01:38 +09:00
StackMapTableWriter.java Allow patching call sites for older jvms. Warning: the new 2015-12-15 12:57:50 -05:00