111112113114115116117118119
* @param file the file to be reported on * @throws RatException */ private void report(final RatReport report, byte[] contents, File file) throws RatException { Document document = new ArchiveEntryDocument(file, contents); report.report(document); }
110111112113114115116117118