Release version 2.1.1 and roll versions
[sdnc/northbound.git] / vnfapi / .sonar / pmd.xml
1 <?xml version="1.0" encoding="UTF-8"?>\r
2 <ruleset>\r
3   <rule ref="rulesets/java/naming.xml/BooleanGetMethodName">\r
4     <priority>3</priority>\r
5   </rule>\r
6   <rule ref="rulesets/java/j2ee.xml/StaticEJBFieldShouldBeFinal">\r
7     <priority>3</priority>\r
8   </rule>\r
9   <rule ref="rulesets/java/coupling.xml/CouplingBetweenObjects">\r
10     <priority>3</priority>\r
11   </rule>\r
12   <rule ref="rulesets/java/codesize.xml/TooManyMethods">\r
13     <priority>3</priority>\r
14   </rule>\r
15   <rule ref="rulesets/java/naming.xml/AvoidFieldNameMatchingTypeName">\r
16     <priority>3</priority>\r
17   </rule>\r
18   <rule ref="rulesets/java/basic.xml/DoubleCheckedLocking">\r
19     <priority>3</priority>\r
20   </rule>\r
21   <rule ref="rulesets/java/naming.xml/AvoidFieldNameMatchingMethodName">\r
22     <priority>3</priority>\r
23   </rule>\r
24   <rule ref="rulesets/java/coupling.xml/ExcessiveImports">\r
25     <priority>3</priority>\r
26   </rule>\r
27   <rule ref="rulesets/java/basic.xml/OverrideBothEqualsAndHashcode">\r
28     <priority>2</priority>\r
29   </rule>\r
30   <rule ref="rulesets/java/naming.xml/ShortMethodName">\r
31     <priority>3</priority>\r
32   </rule>\r
33   <rule ref="rulesets/java/basic.xml/BooleanInstantiation">\r
34     <priority>3</priority>\r
35   </rule>\r
36   <rule ref="rulesets/java/codesize.xml/TooManyFields">\r
37     <priority>3</priority>\r
38   </rule>\r
39   <rule ref="rulesets/java/controversial.xml/AvoidUsingNativeCode">\r
40     <priority>3</priority>\r
41   </rule>\r
42   <rule ref="rulesets/java/optimizations.xml/UseStringBufferForStringAppends">\r
43     <priority>3</priority>\r
44   </rule>\r
45   <rule ref="rulesets/java/coupling.xml/LooseCoupling">\r
46     <priority>3</priority>\r
47   </rule>\r
48   <rule ref="rulesets/java/design.xml/NonThreadSafeSingleton">\r
49     <priority>3</priority>\r
50   </rule>\r
51   <rule ref="rulesets/java/j2ee.xml/DoNotUseThreads">\r
52     <priority>3</priority>\r
53   </rule>\r
54   <rule ref="rulesets/java/sunsecure.xml/ArrayIsStoredDirectly">\r
55     <priority>5</priority>\r
56   </rule>\r
57   <rule ref="rulesets/java/sunsecure.xml/MethodReturnsInternalArray">\r
58     <priority>2</priority>\r
59   </rule>\r
60   <rule ref="rulesets/java/design.xml/AssignmentToNonFinalStatic">\r
61     <priority>3</priority>\r
62   </rule>\r
63   <rule ref="rulesets/java/strictexception.xml/AvoidCatchingGenericException">\r
64     <priority>3</priority>\r
65   </rule>\r
66 </ruleset>\r
67 \r