API Specification Errors
Errors in Class: org.ieee.shinobu.demo.velocity.ben.BenActionForm


Category 1: Class Error

Class BenActionForm
  • No text in class comment.
 * 

Category 2: Member Error

getFoo()
  • No text in method comment, but reasonably self-evident.
 * Returns the foo value.
setFoo(String)
  • No text in method comment, but reasonably self-evident.
 * Specifies the foo value.

Category 3: Tag Error

Class BenActionForm
  • Missing tag.
 *
 * @version %I% %G%

Category 4: Text/Link Error

getFoo()
  • Missing @see tag.
 *
 * @see #setFoo
setFoo(String)
  • Missing @see tag.
 *
 * @see #getFoo

Explanation of Columns

Left Column
Identifies the error or warning.
Right Column
Shows the comment-text that generated the error in red.
Displays a template you can cut and paste in black.