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

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • 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.IOException
      Find path and line index for tracing
      Trace
      Parameters:
      repo - Github repository
      BFCList - bug fixing list
      annotationGraph - annotation Graph
      revsWithPath - revs With Path
      Returns:
      bicList bug introducing commit
      Throws:
      java.io.IOException - failed file creating