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
@todo 1 @todo
TODO 22 TODO

Each tag is detailed below:

@todo

Number of occurrences found in the code: 1

org.codehaus.plexus.util.xml.SerializerXMLWriter Line
Maybe the interface should allow IOExceptions on each? 94

TODO

Number of occurrences found in the code: 22

org.codehaus.plexus.util.xml.Xpp3Dom Line
WARNING! Later versions of plexus-utils psit out an <?xml ?> header due to thinking this is a new document - not the desired behaviour! 271
share this as some sort of assembler, implement a walk interface? 318
org.codehaus.plexus.util.xml.Xpp3DomWriter Line
move to XMLWriter? 39
org.codehaus.plexus.util.xml.pull.EntityReplacementMap Line
disallow < or & in entity replacement text (or ]]>???) 64
keepEntityNormalizedForAttributeValue cached as well ... 65
org.codehaus.plexus.util.xml.pull.MXParser Line
best handling of interning issues have isAllNewStringInterned ??? 21
handling surrogate pairs: http://www.unicode.org/unicode/faq/utf_bom.html#6 24
review code for use of bufAbsoluteStart when keeping pos between next()/fillBuf() 26
avoid using element raw name ... 153
disallow < or & in entity replacement text (or ]]>???) TOOD keepEntityNormalizedForAttributeValue cached as well ... 641
check FIXME Alek 700
make check if namespace is interned!!! etc. for names!!! 981
check for efficient interning and then use elRawNameInterned!!!! 1763
--No comment-- 1850
add test for it form spec ... handle EOL normalization ... 2039
check FIXME Alek 2086
reconcile with setInput encodingName 2753
look on trashing //assert bufStart > 0 3052
org.codehaus.plexus.util.xml.pull.MXSerializer Line
how to prevent from reporting this namespace? this is special namespace declared for consistency with XML infoset 139
use hashes for quick namespace->prefix lookups if( ! allStringsInterned ) { int[] newNamespacePrefixHash = new int[newSize]; if(namespacePrefixHash != null) { System.arraycopy( namespacePrefixHash, 0, newNamespacePrefixHash, 0, namespaceEnd); } namespacePrefixHash = newNamespacePrefixHash; } prefixesSize = newSize; ////assert nsPrefixes.length > size && nsPrefixes.length == newSize } 207
prefix should be already known from matching start tag ... 758
check if doing char[] text.getChars() would be faster than getCharAt(i) ... 913