Package br.edu.utfpr.cm.JGitMinerWeb.dao

Examples of br.edu.utfpr.cm.JGitMinerWeb.dao.BichoPairFileDAO.calculeComments()


            long wordiness = 0;
            for (AuxWordiness auxWordiness : issuesAndComments) {
                wordiness += WordinessCalculator.calcule(auxWordiness);
            }

            Long commentsSum = bichoPairFileDAO.calculeComments(
                    fileFile.getFileName(), fileFile.getFileName2(),
                    beginDate, endDate, true);

            Long codeChurn = 0l/*bichoFileDAO.calculeCodeChurn(
                     fileFile.getFileName(), beginDate, endDate)*/;
 
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.