Package net.sf.statcvs.reports
Class FilesRevisionCountComparator
java.lang.Object
net.sf.statcvs.reports.FilesRevisionCountComparator
- All Implemented Interfaces:
Serializable,Comparator
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 invalid input: '<'rcyg@gmx.de>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
FilesRevisionCountComparator
public FilesRevisionCountComparator()
-
-
Method Details
-
compare
- Specified by:
comparein interfaceComparator- See Also:
-