Checkstyle “Method Not Designed For Extension” error being incorrectly issued?

后端 未结 3 1098
攒了一身酷
攒了一身酷 2020-12-06 09:11

I\'m using Checkstyle and am getting an error about this method:

public final String getAdmitCodeStatus() {
    return admitCodeStatus;
}

H

3条回答
  •  醉梦人生
    2020-12-06 09:42

    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.

提交回复
热议问题