java压制警告_IntelliJ IDEA中对烦死人的警告进行压制设置
Inspections:
java:
class structure:
field can be local:false
Declaration redundancy:
Declaration access can be weaker:false
unused declarationPackage-private
unused declarationGetter/setters:false
Javadoc issues:
Dangling Javadoc comment:false
Declaration has Javadoc problems:false
Declaration has problems in Javadoc references:false
Logging issues:
Logger initialized with foreign class:false
Probable bugs:
‘Optional.get()’ without ‘isPresent()’ check:false
还没有评论,来说两句吧...