Package org.gitective.core.stat

Examples of org.gitective.core.stat.CommitCountComparator


    CommitHistogram histogram = filter.getHistogram();
    assertNotNull(histogram);

    UserCommitActivity[] authors = histogram
        .getUserActivity(new CommitCountComparator());
    assertEquals(commit, authors[0].getFirst());
    assertEquals(commit2, authors[1].getLast());
  }
View Full Code Here

TOP

Related Classes of org.gitective.core.stat.CommitCountComparator

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.