views:

25

answers:

1

We would like to get statistics like number of non commenting statements, number of classes, number of methods. JavaNCSS doesn't work with generics in many situations. I'm wondering if i can just use Sonar Squid specifically the CheckstyleSquidBridge class and plugin that in as a module to Checkstyle 5.1. And this would be independent of using full blown Sonar.

A: 

Hi, this is unhappily not possible.

Freddy Mallet