aboutsummaryrefslogtreecommitdiffstats
path: root/dataChange/.sonar/checkstyle.xml
blob: 3fa231535835c6e6d058b52428f6e60a51576710 (plain)
1
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.2//EN" "http://www.puppycrawl.com/dtds/configuration_1_2.dtd"><!-- Generated by Sonar --><module name="Checker"><module name="SuppressionCommentFilter"/><module name="TreeWalker"><module name="FileContentsHolder"/> <module name="ClassFanOutComplexity"><property name="severity" value="warning"/></module><module name="NestedForDepth"><property name="severity" value="warning"/><property name="max" value="1"/></module><module name="ClassDataAbstractionCoupling"><property name="severity" value="warning"/></module></module></module>
nt"></priority> </rule> <rule ref="rulesets/java/codesize.xml/TooManyMethods"> <priority>3</priority> </rule> <rule ref="rulesets/java/naming.xml/AvoidFieldNameMatchingTypeName"> <priority>3</priority> </rule> <rule ref="rulesets/java/basic.xml/DoubleCheckedLocking"> <priority>3</priority> </rule> <rule ref="rulesets/java/naming.xml/AvoidFieldNameMatchingMethodName"> <priority>3</priority> </rule> <rule ref="rulesets/java/coupling.xml/ExcessiveImports"> <priority>3</priority> </rule> <rule ref="rulesets/java/basic.xml/OverrideBothEqualsAndHashcode"> <priority>2</priority> </rule> <rule ref="rulesets/java/naming.xml/ShortMethodName"> <priority>3</priority> </rule> <rule ref="rulesets/java/basic.xml/BooleanInstantiation"> <priority>3</priority> </rule> <rule ref="rulesets/java/codesize.xml/TooManyFields"> <priority>3</priority> </rule> <rule ref="rulesets/java/controversial.xml/AvoidUsingNativeCode"> <priority>3</priority> </rule> <rule ref="rulesets/java/optimizations.xml/UseStringBufferForStringAppends"> <priority>3</priority> </rule> <rule ref="rulesets/java/coupling.xml/LooseCoupling"> <priority>3</priority> </rule> <rule ref="rulesets/java/design.xml/NonThreadSafeSingleton"> <priority>3</priority> </rule> <rule ref="rulesets/java/j2ee.xml/DoNotUseThreads"> <priority>3</priority> </rule> <rule ref="rulesets/java/sunsecure.xml/ArrayIsStoredDirectly"> <priority>5</priority> </rule> <rule ref="rulesets/java/sunsecure.xml/MethodReturnsInternalArray"> <priority>2</priority> </rule> <rule ref="rulesets/java/design.xml/AssignmentToNonFinalStatic"> <priority>3</priority> </rule> <rule ref="rulesets/java/strictexception.xml/AvoidCatchingGenericException"> <priority>3</priority> </rule> </ruleset>