pombreda / doclava

Automatically exported from code.google.com/p/doclava
Apache License 2.0
0 stars 0 forks source link

To-Do file includes generated methods #45

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

Attachments: