Class Tracer
java.lang.Object
edu.handong.csee.isel.bic.szz.trace.Tracer
public class Tracer
extends java.lang.Object
The
Tracer class is commit tracer- Author:
- SJ, JY
-
Constructor Summary
Constructors Constructor Description Tracer() -
Method Summary
Modifier and Type Method Description java.util.List<BICInfo>collectBILines(org.eclipse.jgit.lib.Repository repo, java.util.List<org.eclipse.jgit.revwalk.RevCommit> BFCList, AnnotationGraphModel annotationGraph, RevsWithPath revsWithPath)Find path and line index for tracing
Trace
-
Constructor Details
-
Tracer
public Tracer()
-
-
Method Details
-
collectBILines
public java.util.List<BICInfo> collectBILines(org.eclipse.jgit.lib.Repository repo, java.util.List<org.eclipse.jgit.revwalk.RevCommit> BFCList, AnnotationGraphModel annotationGraph, RevsWithPath revsWithPath) throws java.io.IOExceptionFind path and line index for tracing
Trace- Parameters:
repo- Github repositoryBFCList- bug fixing listannotationGraph- annotation GraphrevsWithPath- revs With Path- Returns:
- bicList bug introducing commit
- Throws:
java.io.IOException- failed file creating
-