public void fix(Object issue, IMemento fixerMemento) {
//mark as in progress
((IIssue) issue).setResolution(Resolution.IN_PROGRESS);
//instantiate the cheat sheet
final String requiredExtension = fixerMemento.getString(KEY_CHEATSHEET);
OpenCheatSheetAction openAction = new OpenCheatSheetAction(requiredExtension); //, "", null);
openAction.run();
//TODO: investigate alternative (custom cheat sheet XML)
// URL url = new URL(null, null, new URLStreamHandler() {
//
// @Override