-
Task
-
Resolution: Fixed
-
Minor
parsers.add(new ViolationsAdapter(new JcReportParser(), Messages._Warnings_JCReport_ParserName(), Messages._Warnings_JCReport_LinkName(), Messages._Warnings_JCReport_TrendName()));
- is blocking
-
JENKINS-17786 Make all warnings parsers work on slaves
-
- Resolved
-
[JENKINS-17790] Replace JCReport parser with native parser
Link |
New:
This issue is blocking |
Description |
Original:
{code} parsers.add(new ViolationsAdapter(new GendarmeParser(), Messages._Warnings_Gendarme_ParserName(), Messages._Warnings_Gendarme_LinkName(), Messages._Warnings_Gendarme_TrendName())); {code} |
New:
{code} parsers.add(new ViolationsAdapter(new JcReportParser(), Messages._Warnings_JCReport_ParserName(), Messages._Warnings_JCReport_LinkName(), Messages._Warnings_JCReport_TrendName())); {code} |
Assignee | Original: Ulli Hafner [ drulli ] | New: Joe Joeson [ adamwe ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Workflow | Original: JNJira [ 148970 ] | New: JNJira + In-Review [ 192967 ] |
Code changed in jenkins
User: Ulli Hafner
Path:
pom.xml
src/main/java/hudson/plugins/warnings/parser/ViolationsRegistry.java
src/main/java/hudson/plugins/warnings/parser/jcreportparser/File.java
src/main/java/hudson/plugins/warnings/parser/jcreportparser/Item.java
src/main/java/hudson/plugins/warnings/parser/jcreportparser/JcReportModule.java
src/main/java/hudson/plugins/warnings/parser/jcreportparser/JcReportParser.java
src/main/java/hudson/plugins/warnings/parser/jcreportparser/Report.java
src/test/java/hudson/plugins/warnings/parser/JcReportParserTest.java
src/test/resources/hudson/plugins/warnings/parser/jcreport/testCorrect.xml
src/test/resources/hudson/plugins/warnings/parser/jcreport/testCorrupt.xml
src/test/resources/hudson/plugins/warnings/parser/jcreport/testReportProps.xml
http://jenkins-ci.org/commit/warnings-plugin/d958f11ad36dc423954da997fa18c4c914966517
Log:
Merge pull request #23 from mmenev/
JENKINS-17790[FIXED JENKINS-17790] Added native parser for JC reports.
Compare: https://github.com/jenkinsci/warnings-plugin/compare/0c0c2402f32b...d958f11ad36d