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


Category 3: Tag Error

getOutputStream(DataEntry)
  • Missing @throws tag.
 *
 * @throws IOException ...
getOutputStream(DataEntry, Finisher)
  • Missing @throws tag.
 *
 * @throws IOException ...
close()
  • Missing @throws tag.
 *
 * @throws IOException ...

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.