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 polyfill-service-perf-2.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.polyfillservice.perf.interfaces
├─ org.polyfillservice.perf.interfaces.PerfReportService.class - [JAR]
org.polyfillservice.perf.services
├─ org.polyfillservice.perf.services.PolyfillApiPerfMeasureService.class - [JAR]
├─ org.polyfillservice.perf.services.SourceSizeMeasureService.class - [JAR]
├─ org.polyfillservice.perf.services.StdOutPerfReportService.class - [JAR]
org.polyfillservice.perf.configurations
├─ org.polyfillservice.perf.configurations.RunnerConfig.class - [JAR]
org.polyfillservice.perf
├─ org.polyfillservice.perf.Runner.class - [JAR]