Initial CommentCount and CommentLineCount Checks
I made CommentCountCheck and CommentLineCountCheck. They both count the same number,so for CommentLineCount, I had to temporarily make a configuration of a RegexSingleLineJava, ^/*.*|//.*|*/.*| *.*$
I made CommentCountCheck and CommentLineCountCheck. They both count the same number,so for CommentLineCount, I had to temporarily make a configuration of a RegexSingleLineJava, ^/*.*|//.*|*/.*| *.*$