String patchedContent = patch(buf.toString());
logChangedFileContent(patchedContent, file);
LexTokenReader ltr = new LexTokenReader(patchedContent, Settings.dialect, file);
reader = new ClassReader(ltr);
classes.addAll(reader.readClasses());
long after = System.currentTimeMillis();
duration += (after - before);
}
}
} catch (InternalException e)