Uses of Class
org.eclipse.jgit.errors.CorruptPackIndexException
Packages that use CorruptPackIndexException
Package
Description
Git fsck support.
Distributed file system based repository storage.
-
Uses of CorruptPackIndexException in org.eclipse.jgit.internal.fsck
Methods in org.eclipse.jgit.internal.fsck that throw CorruptPackIndexExceptionModifier and TypeMethodDescriptionvoid
FsckPackParser.verifyIndex
(PackIndex idx) Verify the existing index file with all objects from the pack. -
Uses of CorruptPackIndexException in org.eclipse.jgit.internal.storage.dfs
Methods in org.eclipse.jgit.internal.storage.dfs that throw CorruptPackIndexExceptionModifier and TypeMethodDescriptionprivate void
DfsFsck.verifyPack
(ProgressMonitor pm, FsckError errors, DfsReader ctx, DfsPackFile pack, ReadableChannel ch)