Skip to content

A tool written in Java which removes comments from an input source code file. Multi-line, JavaDoc, and single line comments are all compatible.

Notifications You must be signed in to change notification settings

danstoakes/2020-comment-remover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CommentRemover

CommentRemover is a tool that is written in Java and removes comments from an input source code file. Multi-line, JavaDoc, and single line comments are all compatible. This tool works with "slash comments", i.e. the comments seen throughout Java, C, C#, Swift, etc.

Installation

Simply download the file and load it into an IDE or text editor. Eclipse IDE was used for development.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

It is worth noting that this is a legacy-style archive, and likely won't be updated.

About

A tool written in Java which removes comments from an input source code file. Multi-line, JavaDoc, and single line comments are all compatible.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages