Using latest trunk snapshot build:
1) Create a class with no constructor declared (so using default constructor)
2) Create an enum with some values
3) Generate doclava javadoc using the -todo todo.html
The todo.html should not contain the default constructor for the class you
created, nor should in contain valueOf(String) or values() for the enum. The
constructor and the enum methods are generated, so the javadoc is not missing.
Patch for fix supplied.
Original issue reported on code.google.com by m...@potes.org.uk on 4 Oct 2011 at 4:04
Original issue reported on code.google.com by
m...@potes.org.uk
on 4 Oct 2011 at 4:04Attachments: