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


Category 2: Member Error

NameTokenization(FiniteAlphabet, boolean)
  • Constructor missing comment.
/**
 * Constructs a NameTokenization object.
 *
 * @param fab            a FiniteAlphabet object
 * @param caseSensitive  a boolean -- true if ...
 */
getNameToSymbol()
  • Method missing comment, but reasonably self-evident.
/**
 * Returns the name to symbol value.
 */

Category 3: Tag Error

NameTokenization(FiniteAlphabet)
  • Missing tag.
 *
 * @param fab  a FiniteAlphabet object

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.