Reviewers: rjrjr,

Description:
Remove uneeded samples checkstyle exception.
Add a comment explaining the remaining exception


Please review this at http://gwt-code-reviews.appspot.com/1548804/

Affected files:
  M samples/common.ant.xml


Index: samples/common.ant.xml
===================================================================
--- samples/common.ant.xml      (revision 8405)
+++ samples/common.ant.xml      (working copy)
@@ -189,7 +189,7 @@
   <target name="checkstyle" description="Static analysis of source">
     <gwt.checkstyle outputdirectory="${sample.build}">
       <fileset dir="src" >
-        <exclude name="main/java/org/**/super/org/**/*.java"/>
+        <!-- ValidationMessages is generated and has funny method names -->
<exclude name="main/java/com/google/gwt/sample/validation*/**/ValidationMessages.java" />
       </fileset>
     </gwt.checkstyle>


--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to