Top > Research > Tools > CommentCounter |
java -jar CommentCounter.jar < method(function)-position-list |
filepath begin end |
java -jar JavaMethodExtractor.jar xxx.java | cut -f 1,3,4 | java -jar CommentCounter.jar
- type-1 : //...
- type-2 : /*...*/
- type-3 : /**...*/ (written just before the method declaration) (Java only; the value will be 0 for C/C++)
- type-4 : type-1 comments written just before the method(function) declaration
- type-5 : type-2 comments written just before the method(function) declaration
- type-6 : type-1 comments as comment-out
- type-7 : type-2 comments as comment-out