You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ni...@apache.org on 2006/10/11 13:16:21 UTC

svn commit: r462769 - /jakarta/commons/proper/io/trunk/checkstyle.xml

Author: niallp
Date: Wed Oct 11 04:16:20 2006
New Revision: 462769

URL: http://svn.apache.org/viewvc?view=rev&rev=462769
Log:
Change checkstyle to allow @throws tags for exceptions which are sub-classes of exception(s) declared as thrown by the method.

Modified:
    jakarta/commons/proper/io/trunk/checkstyle.xml

Modified: jakarta/commons/proper/io/trunk/checkstyle.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/io/trunk/checkstyle.xml?view=diff&rev=462769&r1=462768&r2=462769
==============================================================================
--- jakarta/commons/proper/io/trunk/checkstyle.xml (original)
+++ jakarta/commons/proper/io/trunk/checkstyle.xml Wed Oct 11 04:16:20 2006
@@ -39,6 +39,7 @@
     </module>
     <module name="JavadocMethod">
       <property name="allowUndeclaredRTE" value="true"/>
+      <property name="allowThrowsTagsForSubclasses" value="true"/>
     </module>
  </module>
 </module>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org