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 maven-surefire-junit5-tree-reporter-1.2.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.maven.plugin.surefire.report
├─ org.apache.maven.plugin.surefire.report.ConsoleTreeReporter.class - [JAR]
├─ org.apache.maven.plugin.surefire.report.ReporterOptions.class - [JAR]
├─ org.apache.maven.plugin.surefire.report.TestReportHandler.class - [JAR]
├─ org.apache.maven.plugin.surefire.report.TextFormatter.class - [JAR]
├─ org.apache.maven.plugin.surefire.report.Theme.class - [JAR]
├─ org.apache.maven.plugin.surefire.report.TreePrinter.class - [JAR]
org.apache.maven.plugin.surefire.loader
├─ org.apache.maven.plugin.surefire.loader.SurefireClassLoaderModifier.class - [JAR]
org.apache.maven.plugin.surefire.extensions.junit5
├─ org.apache.maven.plugin.surefire.extensions.junit5.JUnit5StatelessTestsetInfoTreeReporter.class - [JAR]
├─ org.apache.maven.plugin.surefire.extensions.junit5.JUnit5StatelessTestsetInfoTreeReporterUnicode.class - [JAR]