You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Olaf Kossak (JIRA)" <ji...@codehaus.org> on 2006/05/17 16:54:41 UTC

[jira] Created: (MCHECKSTYLE-41) Results of duplicate configuration of JavadocMethod check are merged

Results of duplicate configuration of JavadocMethod check are merged
--------------------------------------------------------------------

         Key: MCHECKSTYLE-41
         URL: http://jira.codehaus.org/browse/MCHECKSTYLE-41
     Project: Maven 2.x Checkstyle Plugin
        Type: Bug

    Versions: 2.1    
 Environment: Windows XP, java-SDK 1.5.0.6, Maven 2.0.4
    Reporter: Olaf Kossak
     Fix For: 2.2


I want to get errors on missing javadoc comments for public and protected scope, but get warnings for missing javadoc comments for package and private scope. The checkstyle-results.xml is correct, but the Maven Rules Summary is incorrect. Both rules summaries display the total of both rules.

		<module name="JavadocMethod">
			<property name="scope" value="protected" />
			<property name="severity" value="error" />
		</module>

		<module name="JavadocMethod">
			<property name="scope" value="private" />
			<property name="excludeScope" value="protected" />
			<property name="severity" value="warning" />
		</module>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (MCHECKSTYLE-41) Rules summary count of duplicate JavadocMethod configurations are merged

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MCHECKSTYLE-41?page=all ]

Dennis Lundberg closed MCHECKSTYLE-41.
--------------------------------------

    Resolution: Fixed

> Rules summary count of duplicate JavadocMethod configurations are merged
> ------------------------------------------------------------------------
>
>                 Key: MCHECKSTYLE-41
>                 URL: http://jira.codehaus.org/browse/MCHECKSTYLE-41
>             Project: Maven 2.x Checkstyle Plugin
>          Issue Type: Bug
>    Affects Versions: 2.1
>         Environment: Windows XP, java-SDK 1.5.0.6, Maven 2.0.4
>            Reporter: Olaf Kossak
>         Assigned To: Dennis Lundberg
>             Fix For: 2.2
>
>
> I want to get errors on missing javadoc comments for public and protected scope, but get warnings for missing javadoc comments for package and private scope. The checkstyle-results.xml is correct, but the Maven Rules Summary is incorrect. Both rules summaries display the total of both rules.
> 		<module name="JavadocMethod">
> 			<property name="scope" value="protected" />
> 			<property name="severity" value="error" />
> 		</module>
> 		<module name="JavadocMethod">
> 			<property name="scope" value="private" />
> 			<property name="excludeScope" value="protected" />
> 			<property name="severity" value="warning" />
> 		</module>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (MCHECKSTYLE-41) Rules summary count of duplicate JavadocMethod configurations are merged

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MCHECKSTYLE-41?page=all ]

Dennis Lundberg updated MCHECKSTYLE-41:
---------------------------------------

    Summary: Rules summary count of duplicate JavadocMethod configurations are merged  (was: Results of duplicate configuration of JavadocMethod check are merged)

> Rules summary count of duplicate JavadocMethod configurations are merged
> ------------------------------------------------------------------------
>
>                 Key: MCHECKSTYLE-41
>                 URL: http://jira.codehaus.org/browse/MCHECKSTYLE-41
>             Project: Maven 2.x Checkstyle Plugin
>          Issue Type: Bug
>    Affects Versions: 2.1
>         Environment: Windows XP, java-SDK 1.5.0.6, Maven 2.0.4
>            Reporter: Olaf Kossak
>         Assigned To: Dennis Lundberg
>             Fix For: 2.2
>
>
> I want to get errors on missing javadoc comments for public and protected scope, but get warnings for missing javadoc comments for package and private scope. The checkstyle-results.xml is correct, but the Maven Rules Summary is incorrect. Both rules summaries display the total of both rules.
> 		<module name="JavadocMethod">
> 			<property name="scope" value="protected" />
> 			<property name="severity" value="error" />
> 		</module>
> 		<module name="JavadocMethod">
> 			<property name="scope" value="private" />
> 			<property name="excludeScope" value="protected" />
> 			<property name="severity" value="warning" />
> 		</module>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira