API Specification Errors
Errors in Class: org.biojava.bio.seq.SimpleFeatureHolder


Category 2: Member Error

features()
  • Method missing comment.
/**
 *
 */

Category 3: Tag Error

SimpleFeatureHolder(FeatureFilter)
  • Missing tag.
 *
 * @param schema  a FeatureFilter object
getFeatures()
  • Missing @return tag.
 *
 * @return a List object representing the features value
addFeature(Feature)
  • Missing tag.
  • Missing @throws tag.
 *
 * @param f  a Feature object
 * @throws ChangeVetoException ...

Category 4: Text/Link Error

addFeature(Feature)
  • Html Error in First Sentence
    --Missing a period
Add a feature to the featureholder

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.