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


Category 2: Member Error

INSTANCE
  • Field missing comment.
/**  */
getSubAlphabet(double, double)
  • Method missing comment, but reasonably self-evident.
/**
 * Returns the sub alphabet value.
 */
getAlphabets()
  • Method missing comment, but reasonably self-evident.
/**
 * Returns the alphabets value.
 */
DoubleAlphabet$DoubleSymbol.doubleValue()
  • No text in method comment.
 * Returns the double value associated with this double symbol
DoubleAlphabet$DoubleSymbol.getSymbols()
  • Method missing comment, but reasonably self-evident.
/**
 * Returns the symbols value.
 */
DoubleAlphabet$DoubleSymbol.getBases()
  • Method missing comment, but reasonably self-evident.
/**
 * Returns the bases value.
 */
DoubleAlphabet$DoubleRange.DoubleAlphabet.DoubleRange(double, double)
  • Constructor missing comment.
/**
 * Constructs a DoubleAlphabet$DoubleRange object.
 *
 * @param minVal  a double
 * @param maxVal  a double
 */
DoubleAlphabet$DoubleRange.getSymbols()
  • Method missing comment, but reasonably self-evident.
/**
 * Returns the symbols value.
 */
DoubleAlphabet$DoubleRange.getMinValue()
  • Method missing comment, but reasonably self-evident.
/**
 * Gets this object's min value.
 */
DoubleAlphabet$DoubleRange.getMaxValue()
  • Method missing comment, but reasonably self-evident.
/**
 * Gets this object's max value.
 */
DoubleAlphabet$SubDoubleAlphabet.getAlphabets()
  • Method missing comment, but reasonably self-evident.
/**
 * Returns the alphabets value.
 */
DoubleAlphabet$SubDoubleAlphabet.getSymbol(double)
  • Method missing comment, but reasonably self-evident.
/**
 * Returns the symbol value.
 */

Category 3: Tag Error

DoubleAlphabet$SubDoubleAlphabet.readResolve()
  • Missing @return tag.
  • Missing @throws tag.
 *
 * @return an Object
 * @throws ObjectStreamException ...

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.