public void visitComment(PsiComment comment) {
   super.visitComment(comment);
   commentLines += LineUtil.countCommentOnlyLines(comment);
 }