API Specification Errors
Errors in Interface: org.biojava.bio.program.homologene.HomologeneBuilder


Category 2: Member Error

TAXONID
  • Field missing comment.
/**  */
LOCUSID
  • Field missing comment.
/**  */
HOMOID
  • Field missing comment.
/**  */
ACCESSION
  • Field missing comment.
/**  */
SIMILARITYTYPE
  • Field missing comment.
/**  */
PERCENTIDENTITY
  • Field missing comment.
/**  */
REFERENCE
  • Field missing comment.
/**  */
TWIN
  • Field missing comment.
/**  */
MULTIPLE
  • Field missing comment.
/**  */
CURATED
  • Field missing comment.
/**  */

Category 3: Tag Error

addOrthologueProperty(String, String)
  • Missing tag.
 *
 * @param key    a String ...
 * @param value  a String ...
addOrthoPairProperty(String, String)
  • Missing tag.
 *
 * @param key    a String ...
 * @param value  a String ...
addTitle(int, String, String)
  • Missing tag.
 *
 * @param taxonID       an int specifying ...
 * @param homologeneID  a String ...
 * @param title         a String ...
getDB()
  • Missing @return tag.
 *
 * @return a HomologeneDB object representing the DB value

Category 4: Text/Link Error

Interface HomologeneBuilder
  • Html Error in First Sentence
    --Missing a period
an interface for Homologene dataset Builders

startDB()
  • Html Error in First Sentence
    --Missing a period
indicates start of data for a HomologeneDB

startGroup()
  • Html Error in First Sentence
    --Missing a period
indicates start of data for a OrthoPairSet

startOrthoPair()
  • Html Error in First Sentence
    --Missing a period
indicates start of data for an OrthoPair

startOrthologue()
  • Html Error in First Sentence
    --Missing a period
indicates start of data for an orthologue

addOrthologueProperty(String, String)
  • Html Error in First Sentence
    --Missing a period
add a property to the current Orthologue

endOrthologue()
  • Html Error in First Sentence
    --Missing a period
end of data for this Orthologue

addOrthoPairProperty(String, String)
  • Html Error in First Sentence
    --Missing a period
add a property to the current OrthoPair

endOrthoPair()
  • Html Error in First Sentence
    --Missing a period
end of data for this OrthoPair

endGroup()
  • Html Error in First Sentence
    --Missing a period
end of data for group

endDB()
  • Html Error in First Sentence
    --Missing a period
end of data for DB

getDB()
  • Html Error in First Sentence
    --Missing a period
retrieve the DB that has just been built

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.