此检查将忽略重写库方法的布尔方法。
示例:
boolean empty(List<String> list) { return list.isEmpty(); }
在该编辑器中可以通过快速修复重命名这些方法。
配置检查:
java.lang.Boolean
@interface