Class AbstractRollingLocTableReport

  • Direct Known Subclasses:
    DevelopersRollingTableReport

    public abstract class AbstractRollingLocTableReport
    extends java.lang.Object
    Convenience superclass for table reports related to last n months for authors and directories. Contains methods to calculate some common stuff for these tables.
    Version:
    $Id: AbstractRollingLocTableReport.java,v 1.3 2009/03/09 22:21:36 benoitx Exp $
    Author:
    Lukasz Pekacki, Benoit Xhenseval
    • Field Detail

      • SORT_BY_NAME

        public static final int SORT_BY_NAME
        Sort the authors table by name
        See Also:
        Constant Field Values
      • SORT_BY_LINES

        public static final int SORT_BY_LINES
        Sort the authors table by lines of code
        See Also:
        Constant Field Values
    • Constructor Detail

      • AbstractRollingLocTableReport

        public AbstractRollingLocTableReport​(ReportConfig config)
        Constructor
        Parameters:
        content - render table on specified content
    • Method Detail

      • calculateChangesAndLinesPerDeveloper

        protected void calculateChangesAndLinesPerDeveloper​(java.util.Collection revs)
      • getDeveloperCount

        public int getDeveloperCount()