613614615616617618619620621622623
int invalid = 0, total = 0; PBInstance instance; PBRoleset roleset; String type; while ((instance = reader.nextInstance()) != null) { type = instance.type; if (type.endsWith(PBType.VERB.getValue())) {
237238239240241242243244245246247
347348349350351352353354355356357