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 gitlab-codeclimate-maven-plugin-1.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.gitlab.smueller18.gitlab
├─ com.gitlab.smueller18.gitlab.CodeClimateConverter.class - [JAR]
├─ com.gitlab.smueller18.gitlab.HelpMojo.class - [JAR]
com.gitlab.smueller18.gitlab.checkstyle.json
├─ com.gitlab.smueller18.gitlab.checkstyle.json.Checkstyle.class - [JAR]
├─ com.gitlab.smueller18.gitlab.checkstyle.json.Lines.class - [JAR]
├─ com.gitlab.smueller18.gitlab.checkstyle.json.Location.class - [JAR]
com.gitlab.smueller18.gitlab.checkstyle.xml
├─ com.gitlab.smueller18.gitlab.checkstyle.xml.Checkstyle.class - [JAR]
├─ com.gitlab.smueller18.gitlab.checkstyle.xml.Error.class - [JAR]
├─ com.gitlab.smueller18.gitlab.checkstyle.xml.File.class - [JAR]