Todos

ClassClass Todos CountMethod with Todos
xjavadoc.NodeParser 0 2
xjavadoc.NodePrinter 1 0
xjavadoc.SimpleParser 0 2

xjavadoc.NodeParser

Method Todos
AllocationExpression(): Anonymous classes will cause NPE. Need to check for nullity in a lot of places
Method Todos
BlockStatement(): not sure if the UnmodifiedClassDeclaration/UnmodifiedInterfaceDeclaration ever get called, now that we have two different blocks. It would be nice to remove them

xjavadoc.NodePrinter

Class Todos
replace PrintWriter with PrintWriter and remove the addUnicodeEscapes()

xjavadoc.SimpleParser

Method Todos
AllocationExpression(): Anonymous classes will cause NPE. Need to check for nullity in a lot of places
Method Todos
BlockStatement(): not sure if the UnmodifiedClassDeclaration/UnmodifiedInterfaceDeclaration ever get called, now that we have two different blocks. It would be nice to remove them