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 diff-core-0.0.8.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.yangziwen.diff.calculate
├─ io.github.yangziwen.diff.calculate.BlameCalculator.class - [JAR]
├─ io.github.yangziwen.diff.calculate.BlobWrapper.class - [JAR]
├─ io.github.yangziwen.diff.calculate.DiffCalculator.class - [JAR]
├─ io.github.yangziwen.diff.calculate.DiffEntryWrapper.class - [JAR]
├─ io.github.yangziwen.diff.calculate.DiffHelper.class - [JAR]
├─ io.github.yangziwen.diff.calculate.MergeBaseCalculator.class - [JAR]