/**
* the command has been executed, so extract extract the needed information
* from the application context.
*/
public Object execute(ExecutionEvent event) throws ExecutionException {
new JSLint().clearMarkers(ResourcesPlugin.getWorkspace().getRoot());
return null;
}