Package edu.handong.csee.isel.szz
Class SZZRunner
java.lang.Object
edu.handong.csee.isel.szz.SZZRunner
- All Implemented Interfaces:
BICCollector
public class SZZRunner extends java.lang.Object implements BICCollector
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description java.util.List<CSVInfo>collectFrom(java.util.List<org.eclipse.jgit.revwalk.RevCommit> commitList)TODO Let's just print out BIC information and then change return type as (i.e.static java.util.List<org.eclipse.jgit.revwalk.RevCommit>getCommitListFrom(java.io.File gitDir)static voidmain(java.lang.String[] args)voidsetBFC(java.util.List<java.lang.String> bfcList)
-
Constructor Details
-
Method Details
-
main
public static void main(java.lang.String[] args) -
collectFrom
public java.util.List<CSVInfo> collectFrom(java.util.List<org.eclipse.jgit.revwalk.RevCommit> commitList)TODO Let's just print out BIC information and then change return type as (i.e. BIC list)- Specified by:
collectFromin interfaceBICCollector
-
getCommitListFrom
public static java.util.List<org.eclipse.jgit.revwalk.RevCommit> getCommitListFrom(java.io.File gitDir) throws java.io.IOException, org.eclipse.jgit.api.errors.GitAPIException- Throws:
java.io.IOExceptionorg.eclipse.jgit.api.errors.GitAPIException
-
setBFC
public void setBFC(java.util.List<java.lang.String> bfcList)- Specified by:
setBFCin interfaceBICCollector
-