API Specification Errors
Errors in Class: org.biojava.utils.ChangeSupport


Category 2: Member Error

ChangeSupport(Set)
  • Constructor missing comment.
/**
 * Constructs a ChangeSupport object.
 *
 * @param unchanging  a Set object
 */
isUnchanging(ChangeType)
  • Method missing comment, but reasonably self-evident.
/**
 * Returns true if this object is unchanging.
 */
displayString()
  • Method missing comment.
/**
 *
 */

Category 4: Text/Link Error

addChangeListener(ChangeListener)
  • Missing @see tag.
 *
 * @see #removeChangeListener
addChangeListener(ChangeListener, ChangeType)
  • Missing @see tag.
  • Html Error in First Sentence
    --Missing a period
Add a listener that will be informed of changes of a given type (and it's subtypes)
 *
 * @see #removeChangeListener
removeChangeListener(ChangeListener)
  • Missing @see tag.
 *
 * @see #addChangeListener
removeChangeListener(ChangeListener, ChangeType)
  • Missing @see tag.
 *
 * @see #addChangeListener

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.