The Comment Extractor / Analysis Tool is a Java-based application designed to analyze Java source files, extracting and categorizing comments into single-line, multi-line, and documentation types. This tool helps developers maintain well-documented codebases by providing a detailed report on the comments used within the code.
To run the CommentCounter program and analyze the Sample.java file, when prompted "Please enter the file name:", type:
CSC321/src/assignment1/Sample.java