final Modification h = e.getLastHistory(); // NOPMD by wildi on 9/21/10 6:37 AM
return h.getRevision(); // NOPMD by wildi on 9/21/10 6:27 AM
}
catch(CoreException e){
//ToDO, PMD:AvoidPrintStackTrace
e.printStackTrace();
}
return null;
}
//ToDo, PMD:LooseCoupling
@SuppressWarnings({ "unchecked", "rawtypes" })