Class FilesRevisionCountComparator

java.lang.Object
net.sf.statcvs.reports.FilesRevisionCountComparator
All Implemented Interfaces:
Serializable, Comparator

public class FilesRevisionCountComparator extends Object implements Comparator, Serializable
Compares two files according to their number of changes (revisions). If two files have the same number of changes, the number of changed lines of code is used.
Version:
$Id: FilesRevisionCountComparator.java,v 1.6 2009/08/20 17:44:05 benoitx Exp $
Author:
Richard Cyganiak <rcyg@gmx.de>
See Also: