A.B. - 2009-03-22

Suggestion for fix:

private static String getMethodName(IMethod m) throws JavaModelException {
String result = JavaElementLabels.getElementLabel(m, JavaElementLabels.ALL_DEFAULT);
return result;
}