Upgraded to RIFE2 1.7.0
This commit is contained in:
parent
1490b29da5
commit
a57c5afd62
8 changed files with 27 additions and 10 deletions
|
@ -9,6 +9,7 @@
|
|||
<exclude name="AvoidPrintStackTrace"/>
|
||||
<exclude name="JUnit4TestShouldUseTestAnnotation"/>
|
||||
<exclude name="JUnitTestContainsTooManyAsserts"/>
|
||||
<exclude name="GuardLogStatement"/>
|
||||
</rule>
|
||||
|
||||
<rule ref="category/java/bestpractices.xml/MissingOverride">
|
||||
|
@ -18,6 +19,12 @@
|
|||
</properties>
|
||||
</rule>
|
||||
|
||||
<rule ref="category/java/bestpractices.xml/ReplaceHashtableWithMap">
|
||||
<properties>
|
||||
<property name="violationSuppressXPath" value="//ClassOrInterfaceDeclaration['java.util.Properties']"/>
|
||||
</properties>
|
||||
</rule>
|
||||
|
||||
|
||||
<!-- CODE STYLE -->
|
||||
<rule ref="category/java/codestyle.xml">
|
||||
|
@ -25,7 +32,6 @@
|
|||
<exclude name="ClassNamingConventions"/>
|
||||
<exclude name="ConfusingTernary"/>
|
||||
<exclude name="CommentDefaultAccessModifier"/>
|
||||
<exclude name="DefaultPackage"/>
|
||||
<exclude name="FieldNamingConventions"/>
|
||||
<exclude name="LocalVariableCouldBeFinal"/>
|
||||
<exclude name="LongVariable"/>
|
||||
|
@ -39,6 +45,12 @@
|
|||
<exclude name="UseUnderscoresInNumericLiterals"/>
|
||||
</rule>
|
||||
|
||||
<rule ref="category/java/codestyle.xml/UnnecessaryImport">
|
||||
<properties>
|
||||
<property name="violationSuppressRegex" value="Unused (static|.*\.\*).*"/>
|
||||
</properties>
|
||||
</rule>
|
||||
|
||||
<!-- DESIGN -->
|
||||
<rule ref="category/java/design.xml">
|
||||
<exclude name="AvoidCatchingGenericException"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue