Details
Description
The Derby javadoc has many warnings that could be cleaned up.
A full list of javadoc warnings can be produced by invoking the javadoc target in the top level build file. Rather than posting current warnings here now, probably the best way to address this issue is for the fixer to build the javadoc and get a current list.
If you want to address just the errors in some of the directories, open a subtask and assign it to yourself.
To reproduce
ant javadoc
produces
[javadoc] D:\p4\marsden_derby\opensource\java\engine\org\apache\derby\impl\sql\compile\AggregateDefinition.java:54: warning - Tag @see: can't find getTypeFactory in org.apache.derby.iapi.db.Factory
[javadoc] D:\p4\marsden_derby\opensource\java\engine\org\apache\derby\iapi\services\classfile\ClassHolder.java:313: warning - Tag @see: can't find addInteger in org.apache.derby.iapi.services.classfile.ClassHolder
[javadoc] D:\p4\marsden_derby\opensource\java\engine\org\apache\derby\iapi\services\classfile\ClassHolder.java:318: warning - Tag @see: can't find addFloat in org.apache.derby.iapi.services.classfile.ClassHolder
[javadoc] D:\p4\marsden_derby\opensource\java\engine\org\apache\derby\iapi\services\classfile\ClassHolder.java:323: warning - Tag @see: can't find addLong in org.apache.derby.iapi.services.classfile.ClassHolder
[javadoc] D:\p4\marsden_derby\opensource\java\engine\org\apache\derby\iapi\services\classfile\ClassHolder.java:328: warning - Tag @see: can't find addDouble in org.apache.derby.iapi.services.classfile.ClassHolder
.....
Attachments
Issue Links
- is duplicated by
-
DERBY-61 Some derby javadoc issues should be cleaned up
- Closed