lbdcFile = new LbdcFilePaging(file);
}
FieldName[] fieldNames = new FieldName[0];
AssociatedFields associatedFields = lbdcFile.getClass().getAnnotation(AssociatedFields.class);
if(associatedFields != null) {
fieldNames = associatedFields.value();
}
ArrayList<ProblemBill> problemBills = lbdcFile.getProblemBills(fieldNames);
logger.info("Found " + problemBills.size() + " problematic bills");