API Specification Errors
Errors in Class: org.biojava.bio.symbol.IntegerAlphabet


Category 2: Member Error

getAlphabets()
  • Method missing comment, but reasonably self-evident.
/**
 * Returns the alphabets value.
 */
IntegerAlphabet$IntegerSymbol.IntegerAlphabet.IntegerSymbol(int)
  • Constructor missing comment.
/**
 * Constructs an IntegerAlphabet$IntegerSymbol object.
 *
 * @param val  an int specifying ...
 */
IntegerAlphabet$IntegerSymbol.intValue()
  • Method missing comment.
/**
 *
 */
IntegerAlphabet$IntegerSymbol.getSymbols()
  • Method missing comment, but reasonably self-evident.
/**
 * Returns the symbols value.
 */
IntegerAlphabet$IntegerSymbol.getBases()
  • Method missing comment, but reasonably self-evident.
/**
 * Returns the bases value.
 */
IntegerAlphabet$SubIntegerAlphabet.getSymbol(int)
  • Method missing comment, but reasonably self-evident.
/**
 * Returns the symbol value.
 */
IntegerAlphabet$SubIntegerAlphabet.getAlphabets()
  • Method missing comment, but reasonably self-evident.
/**
 * Returns the alphabets value.
 */
IntegerAlphabet$SubIntegerAlphabet.iterator()
  • Method missing comment.
/**
 *
 */

Category 4: Text/Link Error

IntegerAlphabet$SubIntegerAlphabet
  • Html Error in First Sentence
    --Missing a period
A class to represent a finite contiguous subset of the infinite IntegerAlphabet

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.