API Specification Errors
Errors in Class: org.biojava.bio.gui.glyph.TurnGlyph


Category 2: Member Error

TurnGlyph()
  • Constructor missing comment.
/**
 * Constructs a TurnGlyph object.
 */
TurnGlyph(Rectangle2D.Float)
  • Constructor missing comment.
/**
 * Constructs a TurnGlyph object.
 *
 * @param bounds  a Float object
 */
TurnGlyph(Paint, Stroke)
  • Constructor missing comment.
/**
 * Constructs a TurnGlyph object.
 *
 * @param paint   a Paint object
 * @param stroke  a Stroke object
 */
getPaint()
  • No text in method comment, but reasonably self-evident.
 * Returns the paint value.

Category 3: Tag Error

setPaint(Paint)
  • Invalid tag.
 ?
 ? @param forePaint   --MISSING TEXT

Category 4: Text/Link Error

Class TurnGlyph
  • Html Error in First Sentence
    --Missing a period
A Glyph that paints a wide 'H' line within the bounds

getPaint()
  • Missing @see tag.
 *
 * @see #setPaint
setPaint(Paint)
  • Missing @see tag.
 *
 * @see #getPaint

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.