protected のネストしたクラスを報告します。

例:


  public class Outer {
    protected static class Nested {} // 警告
    protected class Inner {}         // 警告
    protected enum Mode {}           // 設定に応じて警告
    protected interface I {}         // 設定に応じて警告
  }

インスペクションの構成: