View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window comment-analyzer-maven-plugin-0.1.16.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.seitenbau.commentanalyzer.model
├─ com.seitenbau.commentanalyzer.model.CommentInfo.class - [JAR]
com.seitenbau.commentanalyzer
├─ com.seitenbau.commentanalyzer.CommentAnalyzer.class - [JAR]
com.seitenbau.commentanalyzer.util
├─ com.seitenbau.commentanalyzer.util.HtmlGenerator.class - [JAR]
├─ com.seitenbau.commentanalyzer.util.Reflection.class - [JAR]
com.seitenbau.commentanalyzer.analyzer
├─ com.seitenbau.commentanalyzer.analyzer.Analyzer.class - [JAR]
├─ com.seitenbau.commentanalyzer.analyzer.AnalyzerBase.class - [JAR]
├─ com.seitenbau.commentanalyzer.analyzer.JavaAnalyzer.class - [JAR]