|
||||||||
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.
The error seems to be related to our recent update of both, hudson (1.395) to jenkins (V1.480.3), and Violations 0.7.7 to 0.7.11. Prior to that, everything worked fine. Now, even reports which have been created before the update won't show up in the detailed file page.
Interestingly, Violations seems to create distinct report files for FxCop and StyleCop now. Moreover, the files created for StyleCop do not contain the lines copied from the original source files while the xml created for FxCop does contain this information.
While the xml which has been created for builds before our update contains this line information, it is not crated anymore. Here is an example of a newly created report file called [PROJECT]\builds[DATETIME]\violations\file\HudsonDATA\jobs[PROJECT]\workspace[PATH_WITHIN_PROJECT][ORIGINAL_FILENAME].xml (Note that FxCop reports for the same file are stored under [PROJECT]\builds[DATETIME]\violations\file\PATH_WITHIN_PROJECT][ORIGINAL_FILENAME].xml, so the workspace notion is missing here):