Double ownershipSum = 0.0d, ownershipAvg, ownershipMax = 0.0d;
Long minorContributors = 0l, majorContributors = 0l;
Double ownerExperience = 0.0d, ownerExperience2 = 0.0d, cummulativeOwnerExperience = 0.0d, cummulativeOwnerExperience2 = 0.0d;
long committers = devsCommitters.size();
long distinctCommitters = pairFileDAO.calculeCommitters(repository,
fileFile.getFileName(), fileFile.getFileName2(), null, endDate);
Long commits = pairFileDAO.calculeCommits(repository,
fileFile.getFileName(), fileFile.getFileName2(),
beginDate, endDate);