Roll to Istanbul release version
[sdnc/northbound.git] / vnfapi / .sonar / pmd.xml
diff --git a/vnfapi/.sonar/pmd.xml b/vnfapi/.sonar/pmd.xml
deleted file mode 100644 (file)
index 80343b3..0000000
+++ /dev/null
@@ -1,67 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>\r
-<ruleset>\r
-  <rule ref="rulesets/java/naming.xml/BooleanGetMethodName">\r
-    <priority>3</priority>\r
-  </rule>\r
-  <rule ref="rulesets/java/j2ee.xml/StaticEJBFieldShouldBeFinal">\r
-    <priority>3</priority>\r
-  </rule>\r
-  <rule ref="rulesets/java/coupling.xml/CouplingBetweenObjects">\r
-    <priority>3</priority>\r
-  </rule>\r
-  <rule ref="rulesets/java/codesize.xml/TooManyMethods">\r
-    <priority>3</priority>\r
-  </rule>\r
-  <rule ref="rulesets/java/naming.xml/AvoidFieldNameMatchingTypeName">\r
-    <priority>3</priority>\r
-  </rule>\r
-  <rule ref="rulesets/java/basic.xml/DoubleCheckedLocking">\r
-    <priority>3</priority>\r
-  </rule>\r
-  <rule ref="rulesets/java/naming.xml/AvoidFieldNameMatchingMethodName">\r
-    <priority>3</priority>\r
-  </rule>\r
-  <rule ref="rulesets/java/coupling.xml/ExcessiveImports">\r
-    <priority>3</priority>\r
-  </rule>\r
-  <rule ref="rulesets/java/basic.xml/OverrideBothEqualsAndHashcode">\r
-    <priority>2</priority>\r
-  </rule>\r
-  <rule ref="rulesets/java/naming.xml/ShortMethodName">\r
-    <priority>3</priority>\r
-  </rule>\r
-  <rule ref="rulesets/java/basic.xml/BooleanInstantiation">\r
-    <priority>3</priority>\r
-  </rule>\r
-  <rule ref="rulesets/java/codesize.xml/TooManyFields">\r
-    <priority>3</priority>\r
-  </rule>\r
-  <rule ref="rulesets/java/controversial.xml/AvoidUsingNativeCode">\r
-    <priority>3</priority>\r
-  </rule>\r
-  <rule ref="rulesets/java/optimizations.xml/UseStringBufferForStringAppends">\r
-    <priority>3</priority>\r
-  </rule>\r
-  <rule ref="rulesets/java/coupling.xml/LooseCoupling">\r
-    <priority>3</priority>\r
-  </rule>\r
-  <rule ref="rulesets/java/design.xml/NonThreadSafeSingleton">\r
-    <priority>3</priority>\r
-  </rule>\r
-  <rule ref="rulesets/java/j2ee.xml/DoNotUseThreads">\r
-    <priority>3</priority>\r
-  </rule>\r
-  <rule ref="rulesets/java/sunsecure.xml/ArrayIsStoredDirectly">\r
-    <priority>5</priority>\r
-  </rule>\r
-  <rule ref="rulesets/java/sunsecure.xml/MethodReturnsInternalArray">\r
-    <priority>2</priority>\r
-  </rule>\r
-  <rule ref="rulesets/java/design.xml/AssignmentToNonFinalStatic">\r
-    <priority>3</priority>\r
-  </rule>\r
-  <rule ref="rulesets/java/strictexception.xml/AvoidCatchingGenericException">\r
-    <priority>3</priority>\r
-  </rule>\r
-</ruleset>\r
-\r