MessageDialog.openError(shell, e.getClass().getCanonicalName(),
e.getMessage());
}
final String directory = "E:\\assembly-formatter\\debug\\";
formatter.tokenize();
try {
formatter.writeSectionList(directory
+ "section-list tokenize().xml");
} catch (ParserConfigurationException e) {
MessageDialog.openError(shell, e.getClass().getCanonicalName(),