You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ff...@apache.org on 2006/10/24 06:21:51 UTC

svn commit: r467237 - in /incubator/cxf/trunk/rt/bindings/http: .checkstyle .pmd .ruleset

Author: ffang
Date: Mon Oct 23 21:21:51 2006
New Revision: 467237

URL: http://svn.apache.org/viewvc?view=rev&rev=467237
Log:
update ruleset to remove pmd check violation

Modified:
    incubator/cxf/trunk/rt/bindings/http/.checkstyle
    incubator/cxf/trunk/rt/bindings/http/.pmd
    incubator/cxf/trunk/rt/bindings/http/.ruleset

Modified: incubator/cxf/trunk/rt/bindings/http/.checkstyle
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/bindings/http/.checkstyle?view=diff&rev=467237&r1=467236&r2=467237
==============================================================================
--- incubator/cxf/trunk/rt/bindings/http/.checkstyle (original)
+++ incubator/cxf/trunk/rt/bindings/http/.checkstyle Mon Oct 23 21:21:51 2006
@@ -1,4 +1,23 @@
-<?xml version="1.0" encoding="UTF-8"?><fileset-config file-format-version="1.1.0" simple-config="false">
-<fileset name="all" enabled="true" check-config-name="CXF Checks" type="external" description=""><file-match-pattern match-pattern="^src[/\\]." include-pattern="true"/>
-</fileset>
-</fileset-config>
\ No newline at end of file
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements. See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership. The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License. You may obtain a copy of the License at
+ 
+  http://www.apache.org/licenses/LICENSE-2.0
+ 
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied. See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
+<fileset-config file-format-version="1.1.0" simple-config="false">
+<fileset name="all" enabled="true" check-config-name="CXF Checks" type="external" description=""><file-match-pattern match-pattern="^src[/\\]." include-pattern="true"/>
+</fileset>
+</fileset-config>

Modified: incubator/cxf/trunk/rt/bindings/http/.pmd
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/bindings/http/.pmd?view=diff&rev=467237&r1=467236&r2=467237
==============================================================================
--- incubator/cxf/trunk/rt/bindings/http/.pmd (original)
+++ incubator/cxf/trunk/rt/bindings/http/.pmd Mon Oct 23 21:21:51 2006
@@ -1,2 +1,20 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<pmd><useProjectRuleSet>true</useProjectRuleSet><rules/><includeDerivedFiles>false</includeDerivedFiles></pmd>
\ No newline at end of file
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements. See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership. The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License. You may obtain a copy of the License at
+ 
+  http://www.apache.org/licenses/LICENSE-2.0
+ 
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied. See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
+<pmd><useProjectRuleSet>true</useProjectRuleSet><rules/></pmd>

Modified: incubator/cxf/trunk/rt/bindings/http/.ruleset
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/bindings/http/.ruleset?view=diff&rev=467237&r1=467236&r2=467237
==============================================================================
--- incubator/cxf/trunk/rt/bindings/http/.ruleset (original)
+++ incubator/cxf/trunk/rt/bindings/http/.ruleset Mon Oct 23 21:21:51 2006
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements. See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership. The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License. You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied. See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
 <ruleset name="pmd-eclipse">
   <description>PMD Plugin preferences rule set</description>
   
@@ -23,7 +41,7 @@
   <rule ref="rulesets/basic.xml/UnnecessaryConversionTemporary"/>
   <rule ref="rulesets/basic.xml/UnnecessaryFinalModifier"/>
   <rule ref="rulesets/basic.xml/UnnecessaryReturn"/>
-<!--<rule ref="rulesets/basic.xml/UselessOverridingMethod"/>-->
+  <rule ref="rulesets/basic.xml/UselessOverridingMethod"/>
   
 <!--<rule ref="rulesets/braces.xml/ForLoopsMustUseBraces"/>-->
 <!--<rule ref="rulesets/braces.xml/IfElseStmtsMustUseBraces"/>-->
@@ -166,7 +184,7 @@
   
   <rule ref="rulesets/unusedcode.xml/UnusedLocalVariable"/>
   <rule ref="rulesets/unusedcode.xml/UnusedPrivateField"/>
-  <rule ref="rulesets/unusedcode.xml/UnusedPrivateMethod"/>
+  <!--rule ref="rulesets/unusedcode.xml/UnusedPrivateMethod"/-->
   <!--<rule ref="rulesets/unusedcode.xml/UnusedFormalParameter"/>-->
   
 </ruleset>