I\'m using Checkstyle and am getting an error about this method:
public final String getAdmitCodeStatus() { return admitCodeStatus; }
H
I think this check is useful and most of the times the warning is justified. Sometimes it is not appropriate and then I ignore it.