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 junit5-watcher-ext-1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
pl.appga.junit5watcher
├─ pl.appga.junit5watcher.BenchmarkExtension.class - [JAR]
├─ pl.appga.junit5watcher.CsvReportWriter.class - [JAR]
├─ pl.appga.junit5watcher.LoggerExtKt.class - [JAR]
├─ pl.appga.junit5watcher.MarkType.class - [JAR]
├─ pl.appga.junit5watcher.MetricType.class - [JAR]
├─ pl.appga.junit5watcher.Metrics.class - [JAR]
├─ pl.appga.junit5watcher.MetricsKt.class - [JAR]
├─ pl.appga.junit5watcher.ReportWriter.class - [JAR]
├─ pl.appga.junit5watcher.TestClassCounters.class - [JAR]