Issue Details (XML | Word | Printable)

Key: MPPMD-6
Type: New Feature New Feature
Status: Open Open
Priority: Minor Minor
Assignee: Unassigned
Reporter: Daniel Rabe
Votes: 1
Watchers: 4
Operations

If you were logged in you would be able to see more operations.
Maven 1.x PMD Plugin

Enhancement request: report by problem type

Created: 07/Jan/04 12:20 PM   Updated: 04/May/06 01:34 AM
Return to search
Component/s: None
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified


 Description  « Hide

PMD reports are organized by file, making it easy to see all the problems in one file. However, in our environment, some problems are considered more serious than others. It would be nice to have an additional report that is organized by type of error, making it easy to see all the places where a specific type of violation occurs.



Arnaud Heritier added a comment - 03/Feb/06 05:33 PM

Not really easy actually. It's PMD which order errors by file. If some one want to provide a patch. I think that we need to have an XSLT file to order entries by problems and not by files, and a JSL file to create the xdoc.


Arnaud Heritier made changes - 03/Feb/06 05:34 PM
Field Original Value New Value
Assignee Jason van Zyl [ jason ]
Wim Deblauwe added a comment - 04/May/06 01:34 AM

PMD comes with a number of XSLT files that can help with this. Look at http://infoether.com/~tom/pmd_js/pmdreport.xml for a report that also shows the severity. For me, that would be enough (to have the severity with each problem), having the report organized by type of error is less important to me.