public String getErrorMessage() {
   return "The thread safe method "
       + fFieldInfo.getParentMethodInfo().getMethodName()
       + " has unsychronized read and write access for field "
       + fFieldInfo.getFullFieldName();
 }
 public String getParentName() {
   return fFieldInfo.getParentMethodInfo().getMethodName();
 }