little changes in checkstyle.xml
authorDa Risk <darisk972@gmail.com>
Mon, 21 Mar 2011 22:32:34 +0100
changeset 889 d33586e4ed1a
parent 888 18fb78481e84
child 890 1f3c76bf3756
little changes in checkstyle.xml
tools/checkstyle.xml
--- a/tools/checkstyle.xml	Wed Mar 09 20:41:58 2011 +0100
+++ b/tools/checkstyle.xml	Mon Mar 21 22:32:34 2011 +0100
@@ -43,7 +43,7 @@
     <!-- Checks that a package-info.java file exists for each package.     -->
     <!-- See http://checkstyle.sf.net/config_javadoc.html#JavadocPackage -->
     <module name="JavadocPackage">
-	<property name="allowLegacy" value="true"/>
+	<property name="allowLegacy" value="false"/>
     </module>
 
     <!-- Checks whether files end with a new line.                        -->
@@ -281,7 +281,9 @@
 	</module>
 	<module name="ExplicitInitialization"/>
 	<module name="DefaultComesLast"/>
-	<module name="MissingCtor"/>
+	<module name="MissingCtor" >
+	    <property name="severity" value="info"/>
+	</module>
 	<module name="FallThrough"/>
 	<module name="MultipleStringLiterals">
 	    <property name="allowedDuplicates" value="2"/>