}
}
void checkMisalignedArgs(String[] args)
{
MultiFrames frames = new MultiFrames(args[0]);
PBReader reader = new PBReader(UTInput.createBufferedFileReader(args[1]));
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()))
{
roleset = frames.getRoleset(PBType.VERB, type.substring(0,type.length()-2), instance.roleset);
total++;
if (roleset != null)
{
for (PBArg arg : instance.getArgs())