You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sebb <se...@gmail.com> on 2013/03/07 16:30:34 UTC

Re: svn commit: r1453909 - /commons/proper/fileupload/trunk/src/checkstyle/fileupload_checks.xml

On 7 March 2013 15:05,  <si...@apache.org> wrote:
> Author: simonetripodi
> Date: Thu Mar  7 15:05:17 2013
> New Revision: 1453909
>
> URL: http://svn.apache.org/r1453909
> Log:
> checkstyle: PackageHtml module no longer needed, package documentation moved from package.html to package-info.java

Is there a check to ensure package-info.java exists?

> Modified:
>     commons/proper/fileupload/trunk/src/checkstyle/fileupload_checks.xml
>
> Modified: commons/proper/fileupload/trunk/src/checkstyle/fileupload_checks.xml
> URL: http://svn.apache.org/viewvc/commons/proper/fileupload/trunk/src/checkstyle/fileupload_checks.xml?rev=1453909&r1=1453908&r2=1453909&view=diff
> ==============================================================================
> --- commons/proper/fileupload/trunk/src/checkstyle/fileupload_checks.xml (original)
> +++ commons/proper/fileupload/trunk/src/checkstyle/fileupload_checks.xml Thu Mar  7 15:05:17 2013
> @@ -66,10 +66,6 @@
>
>  <module name="Checker">
>
> -    <!-- Checks that a package.html file exists for each package.     -->
> -    <!-- See http://checkstyle.sf.net/config_javadoc.html#PackageHtml -->
> -    <module name="PackageHtml"/>
> -
>      <!-- Checks whether files end with a new line.                        -->
>      <!-- See http://checkstyle.sf.net/config_misc.html#NewlineAtEndOfFile -->
>      <module name="NewlineAtEndOfFile"/>
>
>

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


Re: svn commit: r1453909 - /commons/proper/fileupload/trunk/src/checkstyle/fileupload_checks.xml

Posted by Simone Tripodi <si...@apache.org>.
>
> Is there a check to ensure package-info.java exists?
>

yes, just plugged, it is the <module name="JavadocPackage"/>

http://people.apache.org/~simonetripodi/
http://simonetripodi.livejournal.com/
http://twitter.com/simonetripodi
http://www.99soft.org/

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