API Specification Errors
Errors in Interface: proguard.io.DataEntry


Category 3: Tag Error

getName()
  • Missing @return tag.
 *
 * @return a String representing the name value
getInputStream()
  • Missing @return tag.
  • Missing @throws tag.
 *
 * @return an InputStream object representing the input stream value
 * @throws IOException ...
closeInputStream()
  • Missing @throws tag.
 *
 * @throws IOException ...
getParent()
  • Missing @return tag.
 *
 * @return a DataEntry object representing the parent value

Category 4: Text/Link Error

getParent()
  • Html Error in First Sentence

    • Unclosed HTML: <code>
    • Extra HTML: </null>
<code>null</null> if it doesn't have one.
</null> if it doesn't have one.

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.