Class AbstractLocTableReport

    • 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

      • AbstractLocTableReport

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

      • calculateChangesAndLinesPerDeveloper

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

        protected void calculateChangesAndLinesPerDirectory​(java.util.Collection revisions)
      • getChangesMap

        protected IntegerMap getChangesMap()
      • getLinesMap

        protected IntegerMap getLinesMap()
      • getDeveloperCount

        public int getDeveloperCount()