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 vcs-api-core-142.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.intellij.vcsUtil
├─ com.intellij.vcsUtil.Rethrow.class - [JAR]
├─ com.intellij.vcsUtil.VcsFilePathUtil.class - [JAR]
com.intellij.openapi.vcs.changes
├─ com.intellij.openapi.vcs.changes.Change.class - [JAR]
├─ com.intellij.openapi.vcs.changes.CommitContext.class - [JAR]
├─ com.intellij.openapi.vcs.changes.ContentRevision.class - [JAR]
com.intellij.openapi.diff.impl.patch
├─ com.intellij.openapi.diff.impl.patch.AirContentRevision.class - [JAR]
├─ com.intellij.openapi.diff.impl.patch.BinaryFilePatch.class - [JAR]
├─ com.intellij.openapi.diff.impl.patch.FilePatch.class - [JAR]
├─ com.intellij.openapi.diff.impl.patch.PatchEP.class - [JAR]
├─ com.intellij.openapi.diff.impl.patch.PathDescription.class - [JAR]
├─ com.intellij.openapi.diff.impl.patch.TextFilePatch.class - [JAR]
├─ com.intellij.openapi.diff.impl.patch.TextPatchBuilder.class - [JAR]
├─ com.intellij.openapi.diff.impl.patch.UnifiedDiffWriter.class - [JAR]
com.intellij.openapi.vcs
├─ com.intellij.openapi.vcs.FilePath.class - [JAR]
├─ com.intellij.openapi.vcs.VcsException.class - [JAR]
├─ com.intellij.openapi.vcs.VcsKey.class - [JAR]
com.intellij.openapi.vcs.history
├─ com.intellij.openapi.vcs.history.LongRevisionNumber.class - [JAR]
├─ com.intellij.openapi.vcs.history.VcsRevisionNumber.class - [JAR]
com.intellij.openapi.vcs.impl
├─ com.intellij.openapi.vcs.impl.VcsPathPresenter.class - [JAR]
com.intellij.lifecycle
├─ com.intellij.lifecycle.PeriodicalTasksCloser.class - [JAR]