I neeed a free tool to count SLOC on a Java project. I only really need the following metrics:
- SLOC
- number of comment lines
- optionally javadoc metrics
- optionally sort statistics by file type (.java, .js, .css, .html, .xml, etc)
Bonus:
- 100% Java, I don't like mix something like sloccount with cygwin
- netbeans plugin
- or preferably, maven plugin