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
Fields in org.eclipse.jgit.blame declared as RenameDetectorMethods 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
Fields in org.eclipse.jgit.diff declared as RenameDetectorMethods in org.eclipse.jgit.diff that return RenameDetector