Author: carlos
Date: Tue Jun 7 13:38:36 2005
New Revision: 188857
URL: http://svn.apache.org/viewcvs?rev=188857&view=rev
Log:
MPCHECKSTYLE-29 Fixed MemberName rule in Turbine checkstyle rules
Modified:
maven/maven-1/plugins/trunk/checkstyle/src/plugin-resources/turbine_checks.xml
maven/maven-1/plugins/trunk/checkstyle/xdocs/changes.xml
Modified:
maven/maven-1/plugins/trunk/checkstyle/src/plugin-resources/turbine_checks.xml
URL:
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/checkstyle/src/plugin-resources/turbine_checks.xml?rev=188857&r1=188856&r2=188857&view=diff
==============================================================================
---
maven/maven-1/plugins/trunk/checkstyle/src/plugin-resources/turbine_checks.xml
(original)
+++
maven/maven-1/plugins/trunk/checkstyle/src/plugin-resources/turbine_checks.xml
Tue Jun 7 13:38:36 2005
@@ -79,9 +79,7 @@
<module name="LineLength">
<property name="ignorePattern" value="@version"/>
</module>
- <module name="MemberName">
- <property name="format" value="^f[A-Z][a-zA-Z0-9]*$"/>
- </module>
+ <module name="MemberName"/>
<!-- ************************************************************** -->
<!-- Default Sun coding conventions checks -->
Modified: maven/maven-1/plugins/trunk/checkstyle/xdocs/changes.xml
URL:
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/checkstyle/xdocs/changes.xml?rev=188857&r1=188856&r2=188857&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/checkstyle/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/checkstyle/xdocs/changes.xml Tue Jun 7
13:38:36 2005
@@ -27,7 +27,8 @@
<body>
<release version="3.0-SNAPSHOT" date="in CVS">
<action dev="carlos" type="update">Support for Java5</action>
- <action dev="carlos" type="update">Upgraded to checkstyle
4.0beta1</action>
+ <action dev="carlos" type="update">Upgraded to checkstyle 4.0</action>
+ <action dev="carlos" type="fix" issue="MPCHECKSTYLE-29">Fixed MemberName
rule in Turbine checkstyle rules</action>
<action dev="carlos" type="fix" issue="MPCHECKSTYLE-27">Remove
deprecated use of root classloader</action>
</release>
<release version="2.5" date="2004-10-12">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]