org.apache.commons.text.StrBuilder |
Line |
make private? |
85 |
make private? |
87 |
org.apache.commons.text.StringEscapeUtils |
Line |
Create a parent class - 'SinglePassTranslator' ? It would handle the index checking + length returning, and could also have an optimization check method. |
259 |
throw "illegal character: \92" as an Exception if a \ on the end of the Java (as per the compiler)? |
330 |
org.apache.commons.text.StringEscapeUtilsTest |
Line |
refine API for escaping/unescaping specific HTML versions |
346 |
I think this should hold, needs further investigation String unescapedFromEntity = StringEscapeUtils.unescapeHtml4( "𝍢" ); assertEquals( "High Unicode should have been unescaped", original, unescapedFromEntity); |
503 |
org.apache.commons.text.translate.NumericEntityUnescaper |
Line |
?: Create an OptionsSet class to hide some of the conditional logic below |
36 |
org.apache.commons.text.translate.UnicodeEscaper |
Line |
Handle potential + sign per various Unicode escape implementations |
113 |