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 tapestry-version-migrator-5.8.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.tapestry5.versionmigrator
├─ org.apache.tapestry5.versionmigrator.ClassRefactor.class - [JAR]
├─ org.apache.tapestry5.versionmigrator.FileRefactorCommitParser.class - [JAR]
├─ org.apache.tapestry5.versionmigrator.Main.class - [JAR]
├─ org.apache.tapestry5.versionmigrator.TapestryVersion.class - [JAR]
org.apache.tapestry5.versionmigrator.internal
├─ org.apache.tapestry5.versionmigrator.internal.ArtifactChangeRefactorCommitParser.class - [JAR]
├─ org.apache.tapestry5.versionmigrator.internal.PackageAndArtifactChangeRefactorCommitParser.class - [JAR]
├─ org.apache.tapestry5.versionmigrator.internal.PackageChangeRefactorCommitParser.class - [JAR]