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 sbt-test-shards_2.12_1.0-0.2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
sbttestshards.parsers
├─ sbttestshards.parsers.FullTestReport.class - [JAR]
├─ sbttestshards.parsers.JUnitReportParser.class - [JAR]
├─ sbttestshards.parsers.SuiteReport.class - [JAR]
sbttestshards
├─ sbttestshards.Orderings.class - [JAR]
├─ sbttestshards.ShardContext.class - [JAR]
├─ sbttestshards.ShardResult.class - [JAR]
├─ sbttestshards.ShardingAlgorithm.class - [JAR]
├─ sbttestshards.ShardingInfo.class - [JAR]
├─ sbttestshards.SuiteBucketItem.class - [JAR]
├─ sbttestshards.SuiteInfo.class - [JAR]
├─ sbttestshards.TestShardsPlugin.class - [JAR]