Fix: park the client if cache-dir has been deleted
This commit is contained in:
@@ -54,7 +54,11 @@
|
||||
<rule ref="category/java/design.xml/AvoidThrowingNullPointerException" />
|
||||
<rule ref="category/java/design.xml/ClassWithOnlyPrivateConstructorsShouldBeFinal" />
|
||||
<rule ref="category/java/design.xml/DoNotExtendJavaLangError" />
|
||||
<rule ref="category/java/design.xml/ExcessivePublicCount" />
|
||||
<rule ref="category/java/design.xml/ExcessivePublicCount">
|
||||
<properties>
|
||||
<property name="minimum" value="75" />
|
||||
</properties>
|
||||
</rule>
|
||||
<rule ref="category/java/design.xml/InvalidJavaBean" />
|
||||
<rule ref="category/java/design.xml/LogicInversion" />
|
||||
<rule ref="category/java/design.xml/SimplifiedTernary" />
|
||||
|
||||
Reference in New Issue
Block a user