Details
-
Bug
-
Status: Resolved (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
XP-32, Hudson running from .war file, building a .NET project
Description
I have a .NET project built via rake task that outputs the msbuild.log to a file. The warnings plugin is set to parse that file. It reports double the number of warnings that are actually in the log file.
The breakdown of warnings generated in the warnings details is correct, however the graph on the project page reports double the number of warnings.
Which parsers are you using?
Can you please attach one of the parsed log files (with expected #warnings)?
Is there any chance that the file with the warnings is found twice in your workspace? The plug-in counts the totals based on the found warnings, however the breakdown uses a set which eleminates dplicates.