示例:
class Sample { void foo() { bar("foo", "foo"); } void bar(String x, String y) { } // 可能为 private }
使用检查选项定义修饰符更改建议的规则。