protected 중첩 클래스를 보고합니다.

예:


  public class Outer {
    protected static class Nested {} // 경고
    protected class Inner {}         // 경고
    protected enum Mode {}           // 설정에 따른 경고
    protected interface I {}         // 설정에 따른 경고
  }

검사 구성: