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 spotbugs-maven-plugin-4.7.3.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.spotbugs.spotbugs_maven_plugin
├─ com.github.spotbugs.spotbugs_maven_plugin.HelpMojo.class - [JAR]
org.codehaus.mojo.spotbugs
├─ org.codehaus.mojo.spotbugs.BaseViolationCheckMojo.class - [JAR]
├─ org.codehaus.mojo.spotbugs.CheckMojo.class - [JAR]
├─ org.codehaus.mojo.spotbugs.PluginArtifact.class - [JAR]
├─ org.codehaus.mojo.spotbugs.ResourceHelper.class - [JAR]
├─ org.codehaus.mojo.spotbugs.SourceFileIndexer.class - [JAR]
├─ org.codehaus.mojo.spotbugs.SpotBugsGui.class - [JAR]
├─ org.codehaus.mojo.spotbugs.SpotBugsInfo.class - [JAR]
├─ org.codehaus.mojo.spotbugs.SpotBugsMojo.class - [JAR]
├─ org.codehaus.mojo.spotbugs.SpotBugsPluginsTrait.class - [JAR]
├─ org.codehaus.mojo.spotbugs.SpotbugsReportGenerator.class - [JAR]
├─ org.codehaus.mojo.spotbugs.VerifyMojo.class - [JAR]
├─ org.codehaus.mojo.spotbugs.XDocsReporter.class - [JAR]