API Specification Errors
Errors in Class: org.biojava.utils.SmallSet


Category 2: Member Error

SmallSet()
  • Constructor missing comment.
/**
 * Constructs a SmallSet object.
 */
SmallSet(int)
  • Constructor missing comment.
/**
 * Constructs a SmallSet object.
 *
 * @param size  an int specifying ...
 */
SmallSet(Collection)
  • Constructor missing comment.
/**
 * Constructs a SmallSet object.
 *
 * @param col  a Collection object
 */

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.