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 diffparser-1.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.wickedsource.diffparser.api.model
├─ org.wickedsource.diffparser.api.model.Diff.class - [JAR]
├─ org.wickedsource.diffparser.api.model.Hunk.class - [JAR]
├─ org.wickedsource.diffparser.api.model.Line.class - [JAR]
├─ org.wickedsource.diffparser.api.model.Range.class - [JAR]
org.wickedsource.diffparser.unified
├─ org.wickedsource.diffparser.unified.ParseWindow.class - [JAR]
├─ org.wickedsource.diffparser.unified.ParserState.class - [JAR]
├─ org.wickedsource.diffparser.unified.ResizingParseWindow.class - [JAR]
org.wickedsource.diffparser.api
├─ org.wickedsource.diffparser.api.DiffParser.class - [JAR]
├─ org.wickedsource.diffparser.api.UnifiedDiffParser.class - [JAR]