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 unified-diff-parser-api-0.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.bitbucket.dpenkin.unifieddiff
├─ org.bitbucket.dpenkin.unifieddiff.DiffEntry.class - [JAR]
├─ org.bitbucket.dpenkin.unifieddiff.DiffSource.class - [JAR]
├─ org.bitbucket.dpenkin.unifieddiff.Hunk.class - [JAR]
├─ org.bitbucket.dpenkin.unifieddiff.Line.class - [JAR]
├─ org.bitbucket.dpenkin.unifieddiff.MalformedDiffEntryException.class - [JAR]
├─ org.bitbucket.dpenkin.unifieddiff.MalformedDiffEntryHunkException.class - [JAR]
├─ org.bitbucket.dpenkin.unifieddiff.MalformedDiffEntryHunkLinesException.class - [JAR]
├─ org.bitbucket.dpenkin.unifieddiff.MalformedDiffEntryHunkRangeDeclarationException.class - [JAR]
├─ org.bitbucket.dpenkin.unifieddiff.MalformedDiffException.class - [JAR]
├─ org.bitbucket.dpenkin.unifieddiff.NoMoreLinesAvailableException.class - [JAR]
├─ org.bitbucket.dpenkin.unifieddiff.UnifiedDiffEntry.class - [JAR]
├─ org.bitbucket.dpenkin.unifieddiff.UnifiedDiffParseException.class - [JAR]
├─ org.bitbucket.dpenkin.unifieddiff.UnifiedDiffParser.class - [JAR]
org.bitbucket.dpenkin.unifieddiff.parser
├─ org.bitbucket.dpenkin.unifieddiff.parser.BiLineSlidingWindow.class - [JAR]