Skip to content

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.

Notifications You must be signed in to change notification settings

ecrd03/Comment-extractor-Analysis-Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Comment-extractor-Analysis-Tool

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

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages