]> source.dussan.org Git - sonarqube.git/commitdiff
Fix crlf
authorEvgeny Mandrikov <mandrikov@gmail.com>
Mon, 4 Apr 2011 17:59:55 +0000 (21:59 +0400)
committerEvgeny Mandrikov <mandrikov@gmail.com>
Mon, 4 Apr 2011 19:56:21 +0000 (23:56 +0400)
plugins/sonar-findbugs-plugin/src/test/resources/org/sonar/plugins/findbugs/findbugsXmlWithUnknownCategory.xml
plugins/sonar-findbugs-plugin/src/test/resources/org/sonar/plugins/findbugs/findbugsXmlWithUnknownCode.xml
plugins/sonar-findbugs-plugin/src/test/resources/org/sonar/plugins/findbugs/findbugsXmlWithUnknownRule.xml
plugins/sonar-findbugs-plugin/src/test/resources/org/sonar/plugins/findbugs/test_module_tree.xml
plugins/sonar-findbugs-plugin/src/test/resources/org/sonar/plugins/findbugs/test_xml_complete.xml
plugins/sonar-pmd-plugin/src/test/resources/org/sonar/plugins/pmd/complex-with-unknown-nodes.xml
plugins/sonar-pmd-plugin/src/test/resources/org/sonar/plugins/pmd/simple.xml
plugins/sonar-pmd-plugin/src/test/resources/org/sonar/plugins/pmd/test_xml_complete.xml

index 33115c28621f87f220dac4ecbff4e91a4a98fe0f..fa1766f9696a22a0a7da840a5bb979205d2a2058 100644 (file)
@@ -1,6 +1,6 @@
-<FindBugsFilter>\r
-  <Match>\r
-    <Bug category="CORRECTNESS,MT_CORRECTN9876976" />\r
-    <Priority value="3"/>\r
-  </Match>\r
+<FindBugsFilter>
+  <Match>
+    <Bug category="CORRECTNESS,MT_CORRECTN9876976" />
+    <Priority value="3"/>
+  </Match>
 </FindBugsFilter>
\ No newline at end of file
index 874d9c570aa9cd068d0655d4e42d553df73cad91..fa48f22b504aea5e6cf3e5a84b4db725efe34d32 100644 (file)
@@ -1,6 +1,6 @@
-<FindBugsFilter>\r
-  <Match>\r
-    <Bug code="BC,EC87LK"/>\r
-    <Priority value="2"/>\r
-  </Match>\r
+<FindBugsFilter>
+  <Match>
+    <Bug code="BC,EC87LK"/>
+    <Priority value="2"/>
+  </Match>
 </FindBugsFilter>
\ No newline at end of file
index 4e542bbcba7baadc991c9e6e63a4a27a77761bed..44214ba7c2aec1a4dc02e347e260f46b69e817ff 100644 (file)
@@ -1,9 +1,9 @@
-<?xml version="1.0" encoding="UTF-8"?>\r
-<FindBugsFilter>\r
-  <Match>\r
-    <Bug pattern="DLS_DEAD_LOCAL_STORE" />\r
-  </Match>\r
-  <Match>\r
-    <Bug pattern="UNKNOWN" />\r
-  </Match>\r
-</FindBugsFilter>\r
+<?xml version="1.0" encoding="UTF-8"?>
+<FindBugsFilter>
+  <Match>
+    <Bug pattern="DLS_DEAD_LOCAL_STORE" />
+  </Match>
+  <Match>
+    <Bug pattern="UNKNOWN" />
+  </Match>
+</FindBugsFilter>
index ec5853df727489b8fae66a2e028971ac5c6f71f2..c53239001c097bf840555fc817034b5188447fb2 100644 (file)
@@ -1,9 +1,9 @@
-<?xml version="1.0" encoding="UTF-8"?>\r
-<FindBugsFilter>\r
-  <Match>\r
-    <Bug pattern="DLS_DEAD_LOCAL_STORE" />\r
-  </Match>\r
-  <Match>\r
-    <Bug pattern="URF_UNREAD_FIELD" />\r
-  </Match>\r
-</FindBugsFilter>\r
+<?xml version="1.0" encoding="UTF-8"?>
+<FindBugsFilter>
+  <Match>
+    <Bug pattern="DLS_DEAD_LOCAL_STORE" />
+  </Match>
+  <Match>
+    <Bug pattern="URF_UNREAD_FIELD" />
+  </Match>
+</FindBugsFilter>
index 6be898051d55881610b4b36c527ea1eea0426d16..57a4af4b209167612a30a9391714378b543ebbc7 100644 (file)
@@ -1,11 +1,11 @@
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!-- Sonar Findbugs rules generated configuration -->\r
-<!-- Do NEVER specify a rule priority in the export file !! -->\r
-<FindBugsFilter>\r
-  <Match>\r
-    <Bug pattern="DLS_DEAD_LOCAL_STORE" />\r
-  </Match>\r
-  <Match>\r
-    <Bug pattern="URF_UNREAD_FIELD" />\r
-  </Match>\r
-</FindBugsFilter>\r
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Sonar Findbugs rules generated configuration -->
+<!-- Do NEVER specify a rule priority in the export file !! -->
+<FindBugsFilter>
+  <Match>
+    <Bug pattern="DLS_DEAD_LOCAL_STORE" />
+  </Match>
+  <Match>
+    <Bug pattern="URF_UNREAD_FIELD" />
+  </Match>
+</FindBugsFilter>
index c8205d6550cc89abdff64d35100ae6ade401f969..76a2501ee63d2d87209038bf189d385af939516e 100644 (file)
@@ -1,28 +1,28 @@
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!-- Sonar PMD rules generated configuration -->\r
-<ruleset language="My language" name="My name">\r
-  <description>Sonar PMD rules</description>\r
-  <exclude-pattern>to exclude</exclude-pattern>\r
-  <include-pattern>to include</include-pattern>\r
-  <rule ref="rulesets/coupling.xml/CouplingBetweenObjects" externalInfoUrl="String" typeResolution="false" dfa="true"\r
-        name="ID_1" message="String" since="String">\r
-    <description>rule description</description>\r
-    <priority>2</priority>\r
-    <properties>\r
-      <property name="threshold" value="20"/>\r
-    </properties>\r
-    <exclude name="NMTOKEN"/>\r
-    <example>an example</example>\r
-  </rule>\r
-  <rule ref="rulesets/coupling.xml/ExcessiveImports">\r
-    <priority>3</priority>\r
-    <properties>\r
-      <property name="max" value="30" pluginname="plugin name" description="property description"/>\r
-    </properties>\r
-  </rule>\r
-  <rule ref="rulesets/design.xml/UseNotifyAllInsteadOfNotify">\r
-    <priority>4</priority>\r
-  </rule>\r
-</ruleset>\r
-\r
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Sonar PMD rules generated configuration -->
+<ruleset language="My language" name="My name">
+  <description>Sonar PMD rules</description>
+  <exclude-pattern>to exclude</exclude-pattern>
+  <include-pattern>to include</include-pattern>
+  <rule ref="rulesets/coupling.xml/CouplingBetweenObjects" externalInfoUrl="String" typeResolution="false" dfa="true"
+        name="ID_1" message="String" since="String">
+    <description>rule description</description>
+    <priority>2</priority>
+    <properties>
+      <property name="threshold" value="20"/>
+    </properties>
+    <exclude name="NMTOKEN"/>
+    <example>an example</example>
+  </rule>
+  <rule ref="rulesets/coupling.xml/ExcessiveImports">
+    <priority>3</priority>
+    <properties>
+      <property name="max" value="30" pluginname="plugin name" description="property description"/>
+    </properties>
+  </rule>
+  <rule ref="rulesets/design.xml/UseNotifyAllInsteadOfNotify">
+    <priority>4</priority>
+  </rule>
+</ruleset>
+
   
\ No newline at end of file
index 68c825038813f58f7a5773cc0ff27435200f7f86..43a25104a49b4cd73d460507f3b526a2be37ba3a 100644 (file)
@@ -1,18 +1,18 @@
-<?xml version="1.0" encoding="UTF-8"?>\r
-<ruleset>\r
-    <description>Sonar PMD rules</description>\r
-    <rule ref="rulesets/coupling.xml/CouplingBetweenObjects">\r
-        <priority>2</priority>\r
-        <properties>\r
-            <property name="threshold" value="20"/>\r
-        </properties>\r
-    </rule>\r
-    <rule ref="rulesets/coupling.xml/ExcessiveImports">\r
-        <properties>\r
-            <property name="max" value="30"/>\r
-        </properties>\r
-    </rule>\r
-    <rule ref="rulesets/design.xml/UseNotifyAllInsteadOfNotify">\r
-        <priority>4</priority>\r
-    </rule>\r
+<?xml version="1.0" encoding="UTF-8"?>
+<ruleset>
+    <description>Sonar PMD rules</description>
+    <rule ref="rulesets/coupling.xml/CouplingBetweenObjects">
+        <priority>2</priority>
+        <properties>
+            <property name="threshold" value="20"/>
+        </properties>
+    </rule>
+    <rule ref="rulesets/coupling.xml/ExcessiveImports">
+        <properties>
+            <property name="max" value="30"/>
+        </properties>
+    </rule>
+    <rule ref="rulesets/design.xml/UseNotifyAllInsteadOfNotify">
+        <priority>4</priority>
+    </rule>
 </ruleset>
\ No newline at end of file
index 4baa6bff58c94e25802038cf3050cfc6d7a352c2..39634039cfd9f6b5b7465aaa84be5b02c355152e 100644 (file)
@@ -1,20 +1,20 @@
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!-- Sonar PMD rules generated configuration -->\r
-<ruleset>\r
-    <description>A test profile</description>\r
-    <rule ref="rulesets/coupling.xml/CouplingBetweenObjects">\r
-        <priority>2</priority>\r
-        <properties>\r
-            <property name="threshold" value="20"/>\r
-        </properties>\r
-    </rule>\r
-    <rule ref="rulesets/coupling.xml/ExcessiveImports">\r
-        <priority>3</priority>\r
-        <properties>\r
-            <property name="max" value="30"/>\r
-        </properties>\r
-    </rule>\r
-    <rule ref="rulesets/design.xml/UseNotifyAllInsteadOfNotify">\r
-        <priority>4</priority>\r
-    </rule>\r
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Sonar PMD rules generated configuration -->
+<ruleset>
+    <description>A test profile</description>
+    <rule ref="rulesets/coupling.xml/CouplingBetweenObjects">
+        <priority>2</priority>
+        <properties>
+            <property name="threshold" value="20"/>
+        </properties>
+    </rule>
+    <rule ref="rulesets/coupling.xml/ExcessiveImports">
+        <priority>3</priority>
+        <properties>
+            <property name="max" value="30"/>
+        </properties>
+    </rule>
+    <rule ref="rulesets/design.xml/UseNotifyAllInsteadOfNotify">
+        <priority>4</priority>
+    </rule>
 </ruleset>
\ No newline at end of file