Ulli Hafner commented on Bug JENKINS-17925

Hmm, the original parser works on XML files. Here an example from StyleCop:

<SourceAnalysisViolations>
  <Violation Section="Root.UnitTests.MainClass" LineNumber="7" Source="MainClass.cs" RuleNamespace="Microsoft.SourceAnalysis.CSharp.DocumentationRules" Rule="ElementsMustBeDocumented" RuleId="SA1600">The class must have a documentation header.</Violation>
  <Violation Section="Root.UnitTests.MainClass.m_Value" LineNumber="9" Source="MainClass.cs" RuleNamespace="Microsoft.SourceAnalysis.CSharp.DocumentationRules" Rule="ElementsMustBeDocumented" RuleId="SA1600">The field must have a documentation header.</Violation>
  <Violation Section="Root.UnitTests.MainClass.Value" LineNumber="10" Source="MainClass.cs" RuleNamespace="Microsoft.SourceAnalysis.CSharp.DocumentationRules" Rule="ElementsMustBeDocumented" RuleId="SA1600">The property must have a documentation header.</Violation>
</SourceAnalysisViolations>

Is there a way to switch to XML output? Which version of StyleCop are you using?

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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to