Uses of Class
org.eclipse.jgit.diff.RenameDetector
Packages that use RenameDetector
Package
Description
Computing blame/annotate information of files.
Comparing file contents by computing diffs.
-
Uses of RenameDetector in org.eclipse.jgit.blame
Methods in org.eclipse.jgit.blame that return RenameDetectorModifier and TypeMethodDescriptionBlameGenerator.getRenameDetector()
Obtain the RenameDetector, allowing the application to configure its settings for rename score and breaking behavior. -
Uses of RenameDetector in org.eclipse.jgit.diff
Methods in org.eclipse.jgit.diff that return RenameDetector -
Uses of RenameDetector in org.eclipse.jgit.internal.diff
Constructors in org.eclipse.jgit.internal.diff with parameters of type RenameDetector