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.
Simply download the file and load it into an IDE or text editor. Eclipse IDE was used for development.
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.