API Specification Errors
Errors in Class: proguard.obfuscate.MappingReader


Category 2: Member Error

MappingReader(String)
  • Constructor missing comment.
/**
 * Constructs a MappingReader object.
 *
 * @param mappingFileName  a String ...
 */

Category 3: Tag Error

pump(MappingProcessor)
  • Missing tag.
  • Missing @throws tag.
 *
 * @param mappingProcessor  a MappingProcessor object
 * @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.