API Specification Errors
Errors in Class: org.biojava.bio.program.tagvalue.LineSplitParser


Category 2: Member Error

LineSplitParser()
  • Constructor missing comment.
/**
 * Constructs a LineSplitParser object.
 */
LineSplitParser(LineSplitParser)
  • Constructor missing comment.
/**
 * Constructs a LineSplitParser object.
 *
 * @param parser  a LineSplitParser object
 */

Category 4: Text/Link Error

setEndOfRecord(String)
  • Missing @see tag.
 *
 * @see #getEndOfRecord
getEndOfRecord()
  • Missing @see tag.
 *
 * @see #setEndOfRecord
setSplitOffset(int)
  • Missing @see tag.
 *
 * @see #getSplitOffset
getSplitOffset()
  • Missing @see tag.
 *
 * @see #setSplitOffset
setTrimTag(boolean)
  • Missing @see tag.
 *
 * @see #getTrimTag
getTrimTag()
  • Missing @see tag.
 *
 * @see #setTrimTag
setTrimValue(boolean)
  • Missing @see tag.
 *
 * @see #getTrimValue
getTrimValue()
  • Missing @see tag.
 *
 * @see #setTrimValue
setContinueOnEmptyTag(boolean)
  • Missing @see tag.
 *
 * @see #getContinueOnEmptyTag
getContinueOnEmptyTag()
  • Missing @see tag.
 *
 * @see #setContinueOnEmptyTag
setMergeSameTag(boolean)
  • Missing @see tag.
 *
 * @see #getMergeSameTag
getMergeSameTag()
  • Missing @see tag.
 *
 * @see #setMergeSameTag

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.