Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
If a method doesn't have any arguments it shouldn't have @param tags in the javadoc comments
Eg:
/** * Checks the dirty status of the 'value' field. A field is dirty if it represents a change that has not yet been written to the database. * @param value the value to set. */ public boolean isValueDirty() { return isDirty(5); }
Fix the compiler and refactor existing generated files