Map<AuxFileFile, DirectedSparseGraph<String, String>> pairFileNetwork = new HashMap<>();
int countIgnored = 0;
BichoFileDAO bichoFileDAO = new BichoFileDAO(dao, repository);
BichoPairFileDAO bichoPairFileDAO = new BichoPairFileDAO(dao, repository, 20);
Long issuesSize = bichoPairFileDAO
.calculeNumberOfIssues(futureBeginDate, futureEndDate, true);
System.out.println("Number of all pull requests: " + issuesSize);
//Map<String, Long> futurePullRequest = new HashMap<>();