Apache Commons logo Commons Text

Tag List Report

The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.

Tag Class Total number of occurrences Tag strings used by tag class
Needs Work 3 TODO, FIXME, XXX
Noteable Markers 10 NOTE, NOPMD, NOSONAR

Each tag is detailed below:

Needs Work

Number of occurrences found in the code: 3

org.apache.commons.text.StringEscapeUtilsTest Line
I think this should hold, needs further investigation String unescapedFromEntity = StringEscapeUtils.unescapeHtml4("𝍢"); assertEquals("High Unicode should have been unescaped", original, unescapedFromEntity); 254
refine API for escaping/unescaping specific HTML versions 271
org.apache.commons.text.lookup.ConstantStringLookup Line
it would be nice to log 129

Noteable Markers

Number of occurrences found in the code: 10

org.apache.commons.text.ExtendedMessageFormat Line
--No comment-- 482
org.apache.commons.text.ExtendedMessageFormatTest Line
FAILING - currently sub-formats not supported 139
FAILING - currently sub-formats not supported 156
org.apache.commons.text.diff.StringsComparator Line
--No comment-- 269
--No comment-- 295
org.apache.commons.text.numbers.DoubleFormatTest Line
Perform the string comparison only on non-format characters. This is required because JDK 16 adds directionality characters to strings for certain locales, such as Arabic, whereas previous JDKs do not. We will match the behavior of the previous versions here and ignore formatting for test purposes. 37
org.apache.commons.text.similarity.LevenshteinDetailedDistance Line
--No comment-- 104
--No comment-- 114
--No comment-- 177
org.apache.commons.text.similarity.LevenshteinDistance Line
--No comment-- 83