net.sf.statcvs.reports

Class FilesRevisionCountComparator

Implemented Interfaces:
Comparator

public class FilesRevisionCountComparator
extends Object
implements 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.5 2008/04/02 11:22:15 benoitx Exp $
Author:
Richard Cyganiak

Method Summary

int
compare(Object o1, Object o2)

Method Details

compare

public int compare(Object o1,
                   Object o2)