andreareider / epubcheck

Automatically exported from code.google.com/p/epubcheck
0 stars 0 forks source link

HINTs / HINT counter should also be available in the API #277

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Newly introduced HINTs should have a corresponding getter in the Report 
interface / API

public int getHintCount() {
    return hintCount;
}

public void hint(String resource, int line, int column, String message) {
    hintCount++;
    ...
}

Original issue reported on code.google.com by tobias.c...@gmail.com on 1 Jun 2013 at 1:00

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r506.

Original comment by tobias.c...@gmail.com on 1 Jun 2013 at 1:04