final String notes = headers.toString();
// TODO: this should be factored into a header matcher
Claims.reportStandardClaims(name, notes, "?????", "UNKNOWN", reporter);
}
} catch (IOException e) {
throw new RatHeaderAnalysisException("Cannot read header for " + name, e);
} catch (RatReportFailedException e) {
throw new RatHeaderAnalysisException("Cannot write claim for " + name, e);
}
try {
reader.close();
} catch (IOException e) {
// swallow