API Specification Errors
Errors in Class: org.biojava.bio.seq.io.agave.AGAVEDbId


Category 1: Class Error

Class AGAVEDbId
  • No text in class comment.
 * 

Category 2: Member Error

getId()
  • Method missing comment, but reasonably self-evident.
/**
 * Returns the id value.
 */
getVersion()
  • Method missing comment, but reasonably self-evident.
/**
 * Returns the version value.
 */
getDbCode()
  • Method missing comment, but reasonably self-evident.
/**
 * Returns the db code value.
 */
setId(String)
  • Method missing comment, but reasonably self-evident.
/**
 * Specifies the id value.
 */
setVersion(String)
  • Method missing comment, but reasonably self-evident.
/**
 * Specifies the version value.
 */
setDbCode(String)
  • Method missing comment, but reasonably self-evident.
/**
 * Specifies the db code value.
 */
toString(String, String)
  • Method missing comment.
/**
 *
 */

Category 3: Tag Error

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

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.