fileFile.getFileName(), fileFile.getFileName2(),
futureBeginDate, futureEndDate, true);
}
// list all issues and its comments
Collection<AuxWordiness> issuesAndComments = bichoPairFileDAO.listIssues(
fileFile.getFileName(), fileFile.getFileName2(), beginDate, endDate, true);
long wordiness = 0;
for (AuxWordiness auxWordiness : issuesAndComments) {
wordiness += WordinessCalculator.calcule(auxWordiness);