API Specification Errors
Errors in Interface: org.biojava.bio.seq.StrandedFeature


Category 2: Member Error

StrandedFeature$Template.strand
  • Field missing comment.
/**  */

Category 3: Tag Error

StrandedFeature$Strand.getValue()
  • Missing @return tag.
 *
 * @return this object's current value
StrandedFeature$Strand.getToken()
  • Missing @return tag.
 *
 * @return a char representing the token value
StrandedFeature$Strand.flip()
  • Missing @return tag.
 *
 * @return a Strand object

Category 4: Text/Link Error

getStrand()
  • Missing @see tag.
 *
 * @see #setStrand
setStrand(StrandedFeature.Strand)
  • Missing @see tag.
 *
 * @see #getStrand

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.