Branch: refs/heads/master
Home: https://github.com/jenkinsci/warnings-plugin
Commit: b648d22c3d572c6e1917be78b2b9fe1983266d79
https://github.com/jenkinsci/warnings-plugin/commit/b648d22c3d572c6e1917be78b2b9fe1983266d79
Author: Ulli Hafner <[email protected]>
Date: 2012-06-27 (Wed, 27 Jun 2012)
Changed paths:
M src/main/java/hudson/plugins/warnings/parser/Warning.java
A src/main/java/hudson/plugins/warnings/parser/fxcop/FxCopParser.java
A src/main/java/hudson/plugins/warnings/parser/fxcop/FxCopRule.java
A src/main/java/hudson/plugins/warnings/parser/fxcop/FxCopRuleSet.java
A src/main/java/hudson/plugins/warnings/parser/fxcop/XmlElementUtil.java
A src/test/java/hudson/plugins/warnings/parser/FxcopParserTest.java
Log Message:
-----------
[FIXED JENKINS-14170] Copied FxCop parser from violations plug-in and
made it serializable.