vigetlabs / grunt-complexity

A JavaScript complexity analysis grunt task.
MIT License
221 stars 22 forks source link

SAXParseException exception with pmd.xml out of jenkins. #38

Closed theoneroof closed 8 years ago

theoneroof commented 9 years ago

I just installed the grunt-complexity plugin into our project and have it generating the checkStyle and PMD reports. We noticed though that the checkStyle report parses just fine while the pmd one throws a parser exception.

Submitting a fix for it unless someone else wants to do it.

jonbcampos commented 8 years ago

ever make a fix for this?

theoneroof commented 8 years ago

Yeah I did. Its on my forked branch. I don't think this its being maintained anymore

jonbcampos commented 8 years ago

trying now. thanks!

nhunzaker commented 8 years ago

Hey, I know I'm late to the game here, but I've folded in @theoneroof's change. Thank you for the fix!