Change By: andrew leo (11/Nov/13 11:13 AM)
Description: checkstyle rules contains warning: 
{quote}
<module name="WriteTag">
<property name="tag" value="@author"/>
<property name="tagFormat" value="\S"/>
</module>
{quote}
*Expect result:*

If I do not configure the "tagSeverity" property ,its default value is "info",
right?Then but  the checkdtyle-plugin  should not report  reports  "warning"

*Actually:*

But when I use the Jenkins-Checkstyle ,this plugin reports "warning" as following in Jenkins log:
{quote}
Successfully parsed file D:\JENKINS_hzqa_CI\workspace\daggerMaster-Checkstyle\checkstyle\checkstyle_result.xml of module  with 23 warnings.
{quote}

But the checkstyle-result.xml shows severity="info" not "warning"

I want to know why the severity is "info" but plugin reports me "warning".This maybe a bug of this plugin,would it?
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to