Sunday, February 7, 2016

How to get statistic info from checkstyle-result.xml


grep "source=" checkstyle-result.xml | sed 's/.*source="//' | sed 's/"\/>//' | sed 's/Check//' | sed 's/com.puppycrawl.tools.checkstyle.checks.//' | sort | uniq -c | sort -n

3 comments:

  1. I need to discuss something about checkstyle, how can I contact you?

    ReplyDelete
  2. Find mail list information at official site of checkstyle. Do new post at mail list.

    ReplyDelete
  3. Thanks! Initiated a discussion at https://groups.google.com/forum/#!forum/checkstyle

    ReplyDelete