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


Category 1: Class Error

Class AbstractVelocityMockStrutsTestCase
  • No text in class comment.
 * 

Category 2: Member Error

getLog()
  • Method missing comment, but reasonably self-evident.
/**
 * Returns the log value.
 */
getEngine()
  • No text in method comment, but reasonably self-evident.
 * Returns the engine value.
setEngine(VelocityEngine)
  • No text in method comment, but reasonably self-evident.
 * Specifies the engine value.
getTemplate()
  • No text in method comment, but reasonably self-evident.
 * Returns the template value.
setTemplate(String)
  • No text in method comment, but reasonably self-evident.
 * Specifies the template value.
getContext()
  • No text in method comment, but reasonably self-evident.
 * Gets this object's context.
setContext(Context)
  • No text in method comment, but reasonably self-evident.
 * Sets this object's context.
getExpected()
  • No text in method comment, but reasonably self-evident.
 * Returns the expected value.
setExpected(String)
  • No text in method comment, but reasonably self-evident.
 * Specifies the expected value.
assertVelocity()
  • Method missing comment.
/**
 *
 */

Category 3: Tag Error

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

Category 4: Text/Link Error

getEngine()
  • Missing @see tag.
 *
 * @see #setEngine
setEngine(VelocityEngine)
  • Missing @see tag.
 *
 * @see #getEngine
getTemplate()
  • Missing @see tag.
 *
 * @see #setTemplate
setTemplate(String)
  • Missing @see tag.
 *
 * @see #getTemplate
getContext()
  • Missing @see tag.
 *
 * @see #setContext
setContext(Context)
  • Missing @see tag.
 *
 * @see #getContext
getExpected()
  • Missing @see tag.
 *
 * @see #setExpected
setExpected(String)
  • Missing @see tag.
 *
 * @see #getExpected

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.