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