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 sonar-jacoco-plugin-1.3.0.1538.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.sonar.plugins.jacoco
├─ org.sonar.plugins.jacoco.FileLocator.class - [JAR]
├─ org.sonar.plugins.jacoco.JacocoPlugin.class - [JAR]
├─ org.sonar.plugins.jacoco.JacocoSensor.class - [JAR]
├─ org.sonar.plugins.jacoco.KotlinFileLocator.class - [JAR]
├─ org.sonar.plugins.jacoco.ReportImporter.class - [JAR]
├─ org.sonar.plugins.jacoco.ReportPathsProvider.class - [JAR]
├─ org.sonar.plugins.jacoco.ReversePathTree.class - [JAR]
├─ org.sonar.plugins.jacoco.WildcardPatternFileScanner.class - [JAR]
├─ org.sonar.plugins.jacoco.XmlReportParser.class - [JAR]
├─ org.sonar.plugins.jacoco.package-info.class - [JAR]