java.lang.Object
org.variantsync.diffdetective.experiments.thesis_es.Main

public class Main extends Object
  • Constructor Details

    • Main

      public Main()
  • Method Details

    • main

      public static void main(String[] args) throws IOException
      Throws:
      IOException
    • startAnalysis

      private static void startAnalysis() throws IOException
      Throws:
      IOException
    • extractionRunner

      protected static BiConsumer<Repository,Path> extractionRunner()
    • evaluationAnalysis

      private static void evaluationAnalysis(Path path) throws IOException
      Verarbeitet die Ergebnisse der Analyse um aus einzelnen Angaben eine gesamt Übersicht zu bekommen
      Parameters:
      path - Pfad zu der markdown datei, aus der die repositories für die Analyse stammen
      Throws:
      IOException
    • parseNumberStringToIntWithLengthGreaterOne

      private static String parseNumberStringToIntWithLengthGreaterOne(String string)