API Specification Errors
Errors in Class: org.biojava.bio.structure.io.mmcif.model.DatabasePDBremark


Category 1: Class Error

Class DatabasePDBremark
  • Class missing comment.
/**
 * 
 *
 * @author unattributed
 * @version %I% %G%
 */

Category 2: Member Error

getId()
  • Method missing comment, but reasonably self-evident.
/**
 * Returns the id value.
 */
setId(String)
  • Method missing comment, but reasonably self-evident.
/**
 * Specifies the id value.
 */
getText()
  • Method missing comment, but reasonably self-evident.
/**
 * Gets this object's text.
 */
setText(String)
  • Method missing comment, but reasonably self-evident.
/**
 * Sets this object's text.
 */

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.