Uses of Class
net.sf.statcvs.model.Commit
Packages that use Commit
Package
Description
This package is responsible for parsing CVS logs and working
copy and creating a StatCVS model from them.
-
Uses of Commit in net.sf.statcvs.input
Methods in net.sf.statcvs.input with parameters of type CommitModifier and TypeMethodDescriptionprotected voidCommitListBuilder.addRevToCommit(Commit commit, Revision rev) static booleanCommitListBuilder.isInTimeFrame(Commit commit, Date date) Returnstrueif the date lies within the timespan of the commit, plus/minus a tolerance.static booleanCommitListBuilder.isSameCommit(Commit commit, Revision rev) Returnstrueif change is part of the commit, that is if they have the same author, the same message, and are within the same timeframe.