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


Category 2: Member Error

DEFAULT
  • Field missing comment.
/**  */
ID_TAG
  • Field missing comment.
/**  */
SIZE_TAG
  • Field missing comment.
/**  */
STRAND_NUMBER_TAG
  • Field missing comment.
/**  */
TYPE_TAG
  • Field missing comment.
/**  */
CIRCULAR_TAG
  • Field missing comment.
/**  */
DIVISION_TAG
  • Field missing comment.
/**  */
DR_TAG
  • Field missing comment.
/**  */
ACCESSION_TAG
  • Field missing comment.
/**  */
VERSION_TAG
  • Field missing comment.
/**  */
DATE_TAG
  • Field missing comment.
/**  */
DEFINITION_TAG
  • Field missing comment.
/**  */
KEYWORDS_TAG
  • Field missing comment.
/**  */
SOURCE_TAG
  • Field missing comment.
/**  */
ORGANISM_TAG
  • Field missing comment.
/**  */
ORGANISM_XREF_TAG
  • Field missing comment.
/**  */
REFERENCE_TAG
  • Field missing comment.
/**  */
COORDINATE_TAG
  • Field missing comment.
/**  */
REF_ACCESSION_TAG
  • Field missing comment.
/**  */
AUTHORS_TAG
  • Field missing comment.
/**  */
REF_XREF_TAG
  • Field missing comment.
/**  */
TITLE_TAG
  • Field missing comment.
/**  */
JOURNAL_TAG
  • Field missing comment.
/**  */
COMMENT_TAG
  • Field missing comment.
/**  */
FEATURE_TAG
  • Field missing comment.
/**  */
SEPARATOR_TAG
  • Field missing comment.
/**  */
FEATURE_TABLE_TAG
  • Field missing comment.
/**  */
START_SEQUENCE_TAG
  • Field missing comment.
/**  */
END_SEQUENCE_TAG
  • Field missing comment.
/**  */

Category 3: Tag Error

setElideSymbols(boolean)
  • Missing tag.
 *
 * @param b  true to make this object elide symbols
getElideSymbols()
  • Missing @return tag.
 *
 * @return true if this object is elide symbols
processSequenceLine(String, StreamParser)
  • Missing tag.
  • Missing @throws tag.
 *
 * @param line    a String ...
 * @param parser  a StreamParser object
 * @throws IllegalSymbolException ...
 * @throws ParseException ...

Category 4: Text/Link Error

setElideSymbols(boolean)
  • Missing @see tag.
 *
 * @see #getElideSymbols
getElideSymbols()
  • Missing @see tag.
 *
 * @see #setElideSymbols
addParseErrorListener(ParseErrorListener)
  • Missing @see tag.
 *
 * @see #removeParseErrorListener
removeParseErrorListener(ParseErrorListener)
  • Missing @see tag.
 *
 * @see #addParseErrorListener

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.