diff --git a/Sasmik23_ip_master/authorship.json b/Sasmik23_ip_master/authorship.json index 20e80603..0c18b714 100644 --- a/Sasmik23_ip_master/authorship.json +++ b/Sasmik23_ip_master/authorship.json @@ -1 +1 @@ -[{"path":"README.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"Sasmik23"},"content":"# Samantha - duke project template","lastModifiedDate":"2023-09-25"},{"lineNumber":2,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2020-05-25"},{"lineNumber":3,"author":{"gitId":"Sasmik23"},"content":"This is a project template for a greenfield Java project. It\u0027s named after the Java mascot _Duke_. Given below are","lastModifiedDate":"2023-09-25"},{"lineNumber":4,"author":{"gitId":"Sasmik23"},"content":"instructions on how to use it.","lastModifiedDate":"2023-09-25"},{"lineNumber":5,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2020-05-25"},{"lineNumber":6,"author":{"gitId":"-"},"content":"## Setting up in Intellij","lastModifiedDate":"2020-05-25"},{"lineNumber":7,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2020-05-25"},{"lineNumber":8,"author":{"gitId":"-"},"content":"Prerequisites: JDK 11, update Intellij to the most recent version.","lastModifiedDate":"2020-05-25"},{"lineNumber":9,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2020-05-25"},{"lineNumber":10,"author":{"gitId":"Sasmik23"},"content":"1. Open Intellij (if you are not in the welcome screen, click `File` \u003e `Close Project` to close the existing project","lastModifiedDate":"2023-09-25"},{"lineNumber":11,"author":{"gitId":"Sasmik23"},"content":" first)","lastModifiedDate":"2023-09-25"},{"lineNumber":12,"author":{"gitId":"-"},"content":"1. Open the project into Intellij as follows:","lastModifiedDate":"2021-01-17"},{"lineNumber":13,"author":{"gitId":"-"},"content":" 1. Click `Open`.","lastModifiedDate":"2021-01-17"},{"lineNumber":14,"author":{"gitId":"-"},"content":" 1. Select the project directory, and click `OK`.","lastModifiedDate":"2021-01-17"},{"lineNumber":15,"author":{"gitId":"-"},"content":" 1. If there are any further prompts, accept the defaults.","lastModifiedDate":"2020-05-25"},{"lineNumber":16,"author":{"gitId":"Sasmik23"},"content":"1. Configure the project to use **JDK 11** (not other versions) as explained","lastModifiedDate":"2023-09-25"},{"lineNumber":17,"author":{"gitId":"Sasmik23"},"content":" in [here](https://www.jetbrains.com/help/idea/sdk.html#set-up-jdk).\u003cbr\u003e","lastModifiedDate":"2023-09-25"},{"lineNumber":18,"author":{"gitId":"-"},"content":" In the same dialog, set the **Project language level** field to the `SDK default` option.","lastModifiedDate":"2021-07-29"},{"lineNumber":19,"author":{"gitId":"Sasmik23"},"content":"3. After that, locate the `src/main/java/duke.Launcher.java` file, right-click it, and choose `Run Launcher.main()` (if","lastModifiedDate":"2023-09-25"},{"lineNumber":20,"author":{"gitId":"Sasmik23"},"content":" the code editor is showing compile errors, try restarting the IDE). If the setup is correct, you should see something","lastModifiedDate":"2023-09-25"},{"lineNumber":21,"author":{"gitId":"Sasmik23"},"content":" like the below as the output:","lastModifiedDate":"2023-09-25"},{"lineNumber":22,"author":{"gitId":"-"},"content":" ```","lastModifiedDate":"2020-05-25"},{"lineNumber":23,"author":{"gitId":"-"},"content":" Hello from","lastModifiedDate":"2020-05-25"},{"lineNumber":24,"author":{"gitId":"-"},"content":" ____ _ ","lastModifiedDate":"2020-05-25"},{"lineNumber":25,"author":{"gitId":"-"},"content":" | _ \\ _ _| | _____ ","lastModifiedDate":"2020-05-25"},{"lineNumber":26,"author":{"gitId":"-"},"content":" | | | | | | | |/ / _ \\","lastModifiedDate":"2020-05-25"},{"lineNumber":27,"author":{"gitId":"-"},"content":" | |_| | |_| | \u003c __/","lastModifiedDate":"2020-05-25"},{"lineNumber":28,"author":{"gitId":"-"},"content":" |____/ \\__,_|_|\\_\\___|","lastModifiedDate":"2020-05-25"},{"lineNumber":29,"author":{"gitId":"-"},"content":" ```","lastModifiedDate":"2020-05-25"}],"authorContributionMap":{"Sasmik23":10,"-":19}},{"path":"build.gradle","fileType":"gradle","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"plugins {","lastModifiedDate":"2020-05-25"},{"lineNumber":2,"author":{"gitId":"-"},"content":" id \u0027java\u0027","lastModifiedDate":"2020-05-25"},{"lineNumber":3,"author":{"gitId":"-"},"content":" id \u0027application\u0027","lastModifiedDate":"2020-05-25"},{"lineNumber":4,"author":{"gitId":"-"},"content":" id \u0027com.github.johnrengelman.shadow\u0027 version \u00277.1.2\u0027","lastModifiedDate":"2023-08-05"},{"lineNumber":5,"author":{"gitId":"-"},"content":"}","lastModifiedDate":"2020-05-25"},{"lineNumber":6,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2020-05-25"},{"lineNumber":7,"author":{"gitId":"-"},"content":"repositories {","lastModifiedDate":"2020-05-25"},{"lineNumber":8,"author":{"gitId":"-"},"content":" mavenCentral()","lastModifiedDate":"2020-05-25"},{"lineNumber":9,"author":{"gitId":"-"},"content":"}","lastModifiedDate":"2020-05-25"},{"lineNumber":10,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2020-05-25"},{"lineNumber":11,"author":{"gitId":"-"},"content":"dependencies {","lastModifiedDate":"2020-05-25"},{"lineNumber":12,"author":{"gitId":"-"},"content":" testImplementation group: \u0027org.junit.jupiter\u0027, name: \u0027junit-jupiter-api\u0027, version: \u00275.10.0\u0027","lastModifiedDate":"2023-08-05"},{"lineNumber":13,"author":{"gitId":"Sasmik23"},"content":" testImplementation \u0027junit:junit:4.13.1\u0027","lastModifiedDate":"2023-09-01"},{"lineNumber":14,"author":{"gitId":"Sasmik23"},"content":" testImplementation \u0027junit:junit:4.13.1\u0027","lastModifiedDate":"2023-09-01"},{"lineNumber":15,"author":{"gitId":"-"},"content":" testRuntimeOnly group: \u0027org.junit.jupiter\u0027, name: \u0027junit-jupiter-engine\u0027, version: \u00275.10.0\u0027","lastModifiedDate":"2023-08-05"},{"lineNumber":16,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-07"},{"lineNumber":17,"author":{"gitId":"Sasmik23"},"content":" String javaFxVersion \u003d \u002717.0.7\u0027","lastModifiedDate":"2023-09-07"},{"lineNumber":18,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-07"},{"lineNumber":19,"author":{"gitId":"Sasmik23"},"content":" implementation group: \u0027org.openjfx\u0027, name: \u0027javafx-base\u0027, version: javaFxVersion, classifier: \u0027win\u0027","lastModifiedDate":"2023-09-07"},{"lineNumber":20,"author":{"gitId":"Sasmik23"},"content":" implementation group: \u0027org.openjfx\u0027, name: \u0027javafx-base\u0027, version: javaFxVersion, classifier: \u0027mac\u0027","lastModifiedDate":"2023-09-07"},{"lineNumber":21,"author":{"gitId":"Sasmik23"},"content":" implementation group: \u0027org.openjfx\u0027, name: \u0027javafx-base\u0027, version: javaFxVersion, classifier: \u0027linux\u0027","lastModifiedDate":"2023-09-07"},{"lineNumber":22,"author":{"gitId":"Sasmik23"},"content":" implementation group: \u0027org.openjfx\u0027, name: \u0027javafx-controls\u0027, version: javaFxVersion, classifier: \u0027win\u0027","lastModifiedDate":"2023-09-07"},{"lineNumber":23,"author":{"gitId":"Sasmik23"},"content":" implementation group: \u0027org.openjfx\u0027, name: \u0027javafx-controls\u0027, version: javaFxVersion, classifier: \u0027mac\u0027","lastModifiedDate":"2023-09-07"},{"lineNumber":24,"author":{"gitId":"Sasmik23"},"content":" implementation group: \u0027org.openjfx\u0027, name: \u0027javafx-controls\u0027, version: javaFxVersion, classifier: \u0027linux\u0027","lastModifiedDate":"2023-09-07"},{"lineNumber":25,"author":{"gitId":"Sasmik23"},"content":" implementation group: \u0027org.openjfx\u0027, name: \u0027javafx-fxml\u0027, version: javaFxVersion, classifier: \u0027win\u0027","lastModifiedDate":"2023-09-07"},{"lineNumber":26,"author":{"gitId":"Sasmik23"},"content":" implementation group: \u0027org.openjfx\u0027, name: \u0027javafx-fxml\u0027, version: javaFxVersion, classifier: \u0027mac\u0027","lastModifiedDate":"2023-09-07"},{"lineNumber":27,"author":{"gitId":"Sasmik23"},"content":" implementation group: \u0027org.openjfx\u0027, name: \u0027javafx-fxml\u0027, version: javaFxVersion, classifier: \u0027linux\u0027","lastModifiedDate":"2023-09-07"},{"lineNumber":28,"author":{"gitId":"Sasmik23"},"content":" implementation group: \u0027org.openjfx\u0027, name: \u0027javafx-graphics\u0027, version: javaFxVersion, classifier: \u0027win\u0027","lastModifiedDate":"2023-09-07"},{"lineNumber":29,"author":{"gitId":"Sasmik23"},"content":" implementation group: \u0027org.openjfx\u0027, name: \u0027javafx-graphics\u0027, version: javaFxVersion, classifier: \u0027mac\u0027","lastModifiedDate":"2023-09-07"},{"lineNumber":30,"author":{"gitId":"Sasmik23"},"content":" implementation group: \u0027org.openjfx\u0027, name: \u0027javafx-graphics\u0027, version: javaFxVersion, classifier: \u0027linux\u0027","lastModifiedDate":"2023-09-07"},{"lineNumber":31,"author":{"gitId":"-"},"content":"}","lastModifiedDate":"2020-05-25"},{"lineNumber":32,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2020-05-25"},{"lineNumber":33,"author":{"gitId":"-"},"content":"test {","lastModifiedDate":"2020-05-25"},{"lineNumber":34,"author":{"gitId":"-"},"content":" useJUnitPlatform()","lastModifiedDate":"2020-05-25"},{"lineNumber":35,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2020-05-25"},{"lineNumber":36,"author":{"gitId":"-"},"content":" testLogging {","lastModifiedDate":"2020-05-25"},{"lineNumber":37,"author":{"gitId":"-"},"content":" events \"passed\", \"skipped\", \"failed\"","lastModifiedDate":"2020-05-25"},{"lineNumber":38,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2020-05-25"},{"lineNumber":39,"author":{"gitId":"-"},"content":" showExceptions true","lastModifiedDate":"2020-05-25"},{"lineNumber":40,"author":{"gitId":"-"},"content":" exceptionFormat \"full\"","lastModifiedDate":"2020-05-25"},{"lineNumber":41,"author":{"gitId":"-"},"content":" showCauses true","lastModifiedDate":"2020-05-25"},{"lineNumber":42,"author":{"gitId":"-"},"content":" showStackTraces true","lastModifiedDate":"2020-05-25"},{"lineNumber":43,"author":{"gitId":"-"},"content":" showStandardStreams \u003d false","lastModifiedDate":"2020-05-25"},{"lineNumber":44,"author":{"gitId":"-"},"content":" }","lastModifiedDate":"2020-05-25"},{"lineNumber":45,"author":{"gitId":"-"},"content":"}","lastModifiedDate":"2020-05-25"},{"lineNumber":46,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2020-05-25"},{"lineNumber":47,"author":{"gitId":"-"},"content":"application {","lastModifiedDate":"2020-05-25"},{"lineNumber":48,"author":{"gitId":"Sasmik23"},"content":" mainClass.set(\"duke.Launcher\")","lastModifiedDate":"2023-09-08"},{"lineNumber":49,"author":{"gitId":"-"},"content":"}","lastModifiedDate":"2020-05-25"},{"lineNumber":50,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2020-05-25"},{"lineNumber":51,"author":{"gitId":"-"},"content":"shadowJar {","lastModifiedDate":"2020-05-25"},{"lineNumber":52,"author":{"gitId":"Sasmik23"},"content":" archiveBaseName \u003d \"samantha\"","lastModifiedDate":"2023-09-25"},{"lineNumber":53,"author":{"gitId":"-"},"content":" archiveClassifier \u003d null","lastModifiedDate":"2020-05-25"},{"lineNumber":54,"author":{"gitId":"-"},"content":" dependsOn(\"distZip\", \"distTar\")","lastModifiedDate":"2023-08-05"},{"lineNumber":55,"author":{"gitId":"-"},"content":"}","lastModifiedDate":"2020-05-25"},{"lineNumber":56,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2020-05-25"},{"lineNumber":57,"author":{"gitId":"-"},"content":"run {","lastModifiedDate":"2020-05-25"},{"lineNumber":58,"author":{"gitId":"-"},"content":" standardInput \u003d System.in","lastModifiedDate":"2020-05-25"},{"lineNumber":59,"author":{"gitId":"-"},"content":"}","lastModifiedDate":"2020-05-25"}],"authorContributionMap":{"Sasmik23":19,"-":40}},{"path":"docs/README.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"Sasmik23"},"content":"# Samantha ChatBot","lastModifiedDate":"2023-09-22"},{"lineNumber":2,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2023-09-22"},{"lineNumber":3,"author":{"gitId":"Sasmik23"},"content":"Samantha ChatBot is a **desktop app for tracking tasks** using a sophusticated GUI(Graphic User Interface).","lastModifiedDate":"2023-09-22"},{"lineNumber":4,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2023-09-22"},{"lineNumber":5,"author":{"gitId":"Sasmik23"},"content":"--------------------------------------------------------------------------------------------------------------------","lastModifiedDate":"2023-09-22"},{"lineNumber":6,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2023-09-22"},{"lineNumber":7,"author":{"gitId":"Sasmik23"},"content":"## Quick start","lastModifiedDate":"2023-09-22"},{"lineNumber":8,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2023-09-22"},{"lineNumber":9,"author":{"gitId":"Sasmik23"},"content":"1. Ensure you have Java `11` or above installed in your Computer.","lastModifiedDate":"2023-09-22"},{"lineNumber":10,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2023-09-22"},{"lineNumber":11,"author":{"gitId":"Sasmik23"},"content":"1. Download the latest `samantha.jar`.","lastModifiedDate":"2023-09-25"},{"lineNumber":12,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2023-09-22"},{"lineNumber":13,"author":{"gitId":"Sasmik23"},"content":"1. Open a command terminal, `cd` into the folder you put the jar file in, and use the `java -jar samantha.jar`","lastModifiedDate":"2023-09-25"},{"lineNumber":14,"author":{"gitId":"Sasmik23"},"content":" command to run the application.\u003cbr\u003e","lastModifiedDate":"2023-09-22"},{"lineNumber":15,"author":{"gitId":"Sasmik23"},"content":" A GUI similar to the below should appear in a few seconds. Note how the app contains some sample data.\u003cbr\u003e","lastModifiedDate":"2023-09-22"},{"lineNumber":16,"author":{"gitId":"Sasmik23"},"content":" ![Ui](Ui.png)","lastModifiedDate":"2023-09-25"},{"lineNumber":17,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2023-09-22"},{"lineNumber":18,"author":{"gitId":"Sasmik23"},"content":"1. Refer to the [Features](#features) below for details of each command.","lastModifiedDate":"2023-09-22"},{"lineNumber":19,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2023-09-22"},{"lineNumber":20,"author":{"gitId":"Sasmik23"},"content":"--------------------------------------------------------------------------------------------------------------------","lastModifiedDate":"2023-09-22"},{"lineNumber":21,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2019-07-29"},{"lineNumber":22,"author":{"gitId":"-"},"content":"## Features","lastModifiedDate":"2019-07-29"},{"lineNumber":23,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2019-07-29"},{"lineNumber":24,"author":{"gitId":"Sasmik23"},"content":"### 1) Adding tasks","lastModifiedDate":"2023-09-22"},{"lineNumber":25,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2023-09-22"},{"lineNumber":26,"author":{"gitId":"Sasmik23"},"content":"You can add three types of tasks : `Todo`, `Deadline` and `Event`","lastModifiedDate":"2023-09-22"},{"lineNumber":27,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2023-09-22"},{"lineNumber":28,"author":{"gitId":"Sasmik23"},"content":"1. Adding **todo** task : `todo DESCRIPTION`","lastModifiedDate":"2023-09-22"},{"lineNumber":29,"author":{"gitId":"Sasmik23"},"content":"2. Adding **deadline** task : `deadline DESCRIPTION /by DATETIME`","lastModifiedDate":"2023-09-22"},{"lineNumber":30,"author":{"gitId":"Sasmik23"},"content":"3. Adding **event** task: `event DESCRIPTION /from DATETIME /to DATETIME`","lastModifiedDate":"2023-09-22"},{"lineNumber":31,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2023-09-22"},{"lineNumber":32,"author":{"gitId":"Sasmik23"},"content":"* DATETIME must be in the format {DD/MM/YYYY HHMM}","lastModifiedDate":"2023-09-22"},{"lineNumber":33,"author":{"gitId":"Sasmik23"},"content":" * example: 02/05/2023 1900","lastModifiedDate":"2023-09-22"},{"lineNumber":34,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-22"},{"lineNumber":35,"author":{"gitId":"Sasmik23"},"content":"### 2) Listing all persons : `list`","lastModifiedDate":"2023-09-22"},{"lineNumber":36,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-22"},{"lineNumber":37,"author":{"gitId":"Sasmik23"},"content":"Shows a list of all persons in the address book.","lastModifiedDate":"2023-09-22"},{"lineNumber":38,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-22"},{"lineNumber":39,"author":{"gitId":"Sasmik23"},"content":"Format: `list`","lastModifiedDate":"2023-09-22"},{"lineNumber":40,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-22"},{"lineNumber":41,"author":{"gitId":"Sasmik23"},"content":"### 3) Editing a person : `delete`","lastModifiedDate":"2023-09-22"},{"lineNumber":42,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-22"},{"lineNumber":43,"author":{"gitId":"Sasmik23"},"content":"Deletes an existing task in the task list.","lastModifiedDate":"2023-09-22"},{"lineNumber":44,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-22"},{"lineNumber":45,"author":{"gitId":"Sasmik23"},"content":"Format: `delete INDEX`","lastModifiedDate":"2023-09-22"},{"lineNumber":46,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-22"},{"lineNumber":47,"author":{"gitId":"Sasmik23"},"content":"* Edits the person at the specified `INDEX`. The index refers to the index number shown in the displayed person list.","lastModifiedDate":"2023-09-22"},{"lineNumber":48,"author":{"gitId":"Sasmik23"},"content":" The index **must be a positive integer** 1, 2, 3, …​","lastModifiedDate":"2023-09-22"},{"lineNumber":49,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-22"},{"lineNumber":50,"author":{"gitId":"Sasmik23"},"content":"### 4) Locating tasks by description: `find`","lastModifiedDate":"2023-09-22"},{"lineNumber":51,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-22"},{"lineNumber":52,"author":{"gitId":"Sasmik23"},"content":"Find tasks with description that contain any of the given keywords.","lastModifiedDate":"2023-09-22"},{"lineNumber":53,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-22"},{"lineNumber":54,"author":{"gitId":"Sasmik23"},"content":"Format: `find KEYWORD`","lastModifiedDate":"2023-09-22"},{"lineNumber":55,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-22"},{"lineNumber":56,"author":{"gitId":"Sasmik23"},"content":"### 5) Marking tasks : `mark`","lastModifiedDate":"2023-09-22"},{"lineNumber":57,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-22"},{"lineNumber":58,"author":{"gitId":"Sasmik23"},"content":"Mark tasks to indicate if they are completed","lastModifiedDate":"2023-09-22"},{"lineNumber":59,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-22"},{"lineNumber":60,"author":{"gitId":"Sasmik23"},"content":"Format: `mark INDEX`","lastModifiedDate":"2023-09-22"},{"lineNumber":61,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-22"},{"lineNumber":62,"author":{"gitId":"Sasmik23"},"content":"* To unmark a task, use `unmark INDEX` instead","lastModifiedDate":"2023-09-22"},{"lineNumber":63,"author":{"gitId":"Sasmik23"},"content":"* To get the specific index number, use `list` command first","lastModifiedDate":"2023-09-22"},{"lineNumber":64,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2021-07-17"},{"lineNumber":65,"author":{"gitId":"Sasmik23"},"content":"### 6) Tagging","lastModifiedDate":"2023-09-22"},{"lineNumber":66,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2021-07-17"},{"lineNumber":67,"author":{"gitId":"Sasmik23"},"content":"Create tags for tasks to group them together.","lastModifiedDate":"2023-09-22"},{"lineNumber":68,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2021-07-17"},{"lineNumber":69,"author":{"gitId":"Sasmik23"},"content":"Format: `tag INDEX #TAG_NAME`","lastModifiedDate":"2023-09-22"},{"lineNumber":70,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2019-07-29"},{"lineNumber":71,"author":{"gitId":"Sasmik23"},"content":"### 7) Exiting the program : `bye`","lastModifiedDate":"2023-09-22"},{"lineNumber":72,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2019-07-29"},{"lineNumber":73,"author":{"gitId":"Sasmik23"},"content":"Exits the program.","lastModifiedDate":"2023-09-22"},{"lineNumber":74,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2019-07-29"},{"lineNumber":75,"author":{"gitId":"Sasmik23"},"content":"Format: `bye`","lastModifiedDate":"2023-09-22"},{"lineNumber":76,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2019-07-29"},{"lineNumber":77,"author":{"gitId":"Sasmik23"},"content":"### Saving the data","lastModifiedDate":"2023-09-22"},{"lineNumber":78,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2019-07-29"},{"lineNumber":79,"author":{"gitId":"Sasmik23"},"content":"Task data are saved into the tasks.txt file automatically after any command that changes the data. There is no need to","lastModifiedDate":"2023-09-22"},{"lineNumber":80,"author":{"gitId":"Sasmik23"},"content":"save manually.","lastModifiedDate":"2023-09-22"},{"lineNumber":81,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2019-07-29"},{"lineNumber":82,"author":{"gitId":"Sasmik23"},"content":"--------------------------------------------------------------------------------------------------------------------","lastModifiedDate":"2023-09-22"},{"lineNumber":83,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2019-07-29"},{"lineNumber":84,"author":{"gitId":"Sasmik23"},"content":"## Command summary","lastModifiedDate":"2023-09-22"},{"lineNumber":85,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2021-07-17"},{"lineNumber":86,"author":{"gitId":"Sasmik23"},"content":" Action | Format, Examples ","lastModifiedDate":"2023-09-22"},{"lineNumber":87,"author":{"gitId":"Sasmik23"},"content":"------------|------------------------------------------------------------------------------------------------------------------","lastModifiedDate":"2023-09-22"},{"lineNumber":88,"author":{"gitId":"Sasmik23"},"content":" **Add** | `todo DESCRIPTION` \u003cbr\u003e `deadline DESCRIPTION /by DATETIME` \u003cbr\u003e `event DESCRIPTION /from DATETIME /to DATETIME` ","lastModifiedDate":"2023-09-22"},{"lineNumber":89,"author":{"gitId":"Sasmik23"},"content":" **Mark** | `mark INDEX` \u003cbr\u003e `unmark INDEX` ","lastModifiedDate":"2023-09-22"},{"lineNumber":90,"author":{"gitId":"Sasmik23"},"content":" **Delete** | `delete INDEX`\u003cbr\u003e e.g., `delete 2` ","lastModifiedDate":"2023-09-22"},{"lineNumber":91,"author":{"gitId":"Sasmik23"},"content":" **Tag** | `tag INDEX #TAGNAME` \u003cbr\u003e e.g.,`tag 2 #urgent` ","lastModifiedDate":"2023-09-22"},{"lineNumber":92,"author":{"gitId":"Sasmik23"},"content":" **Find** | `find KEYWORD`\u003cbr\u003e e.g., `find homework2` ","lastModifiedDate":"2023-09-22"},{"lineNumber":93,"author":{"gitId":"Sasmik23"},"content":" **List** | `list` ","lastModifiedDate":"2023-09-22"},{"lineNumber":94,"author":{"gitId":"Sasmik23"},"content":" **Exit** | `bye` ","lastModifiedDate":"2023-09-22"}],"authorContributionMap":{"Sasmik23":69,"-":25}},{"path":"src/main/java/duke/Launcher.java","fileType":"java","lines":[{"lineNumber":1,"author":{"gitId":"Sasmik23"},"content":"package duke;","lastModifiedDate":"2023-09-07"},{"lineNumber":2,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-07"},{"lineNumber":3,"author":{"gitId":"Sasmik23"},"content":"import duke.ui.Duke;","lastModifiedDate":"2023-09-08"},{"lineNumber":4,"author":{"gitId":"Sasmik23"},"content":"import javafx.application.Application;","lastModifiedDate":"2023-09-07"},{"lineNumber":5,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-07"},{"lineNumber":6,"author":{"gitId":"Sasmik23"},"content":"/**","lastModifiedDate":"2023-09-07"},{"lineNumber":7,"author":{"gitId":"Sasmik23"},"content":" * A launcher class to workaround classpath issues.","lastModifiedDate":"2023-09-07"},{"lineNumber":8,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-09-07"},{"lineNumber":9,"author":{"gitId":"Sasmik23"},"content":"public class Launcher {","lastModifiedDate":"2023-09-07"},{"lineNumber":10,"author":{"gitId":"Sasmik23"},"content":" public static void main(String[] args) {","lastModifiedDate":"2023-09-07"},{"lineNumber":11,"author":{"gitId":"Sasmik23"},"content":" try {","lastModifiedDate":"2023-09-25"},{"lineNumber":12,"author":{"gitId":"Sasmik23"},"content":" Application.launch(Duke.class, args);","lastModifiedDate":"2023-09-07"},{"lineNumber":13,"author":{"gitId":"Sasmik23"},"content":" } catch (Exception e) {","lastModifiedDate":"2023-09-25"},{"lineNumber":14,"author":{"gitId":"Sasmik23"},"content":" System.out.println(e.getMessage());","lastModifiedDate":"2023-09-25"},{"lineNumber":15,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-09-25"},{"lineNumber":16,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-09-07"},{"lineNumber":17,"author":{"gitId":"Sasmik23"},"content":"}","lastModifiedDate":"2023-09-07"}],"authorContributionMap":{"Sasmik23":17}},{"path":"src/main/java/duke/exceptions/DukeException.java","fileType":"java","lines":[{"lineNumber":1,"author":{"gitId":"Sasmik23"},"content":"package duke.exceptions;","lastModifiedDate":"2023-09-01"},{"lineNumber":2,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-31"},{"lineNumber":3,"author":{"gitId":"Sasmik23"},"content":"public class DukeException extends Exception {","lastModifiedDate":"2023-08-24"},{"lineNumber":4,"author":{"gitId":"Sasmik23"},"content":" public DukeException(String message) {","lastModifiedDate":"2023-08-24"},{"lineNumber":5,"author":{"gitId":"Sasmik23"},"content":" super(message);","lastModifiedDate":"2023-08-24"},{"lineNumber":6,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-24"},{"lineNumber":7,"author":{"gitId":"Sasmik23"},"content":"}","lastModifiedDate":"2023-08-24"}],"authorContributionMap":{"Sasmik23":7}},{"path":"src/main/java/duke/exceptions/StorageException.java","fileType":"java","lines":[{"lineNumber":1,"author":{"gitId":"Sasmik23"},"content":"package duke.exceptions;","lastModifiedDate":"2023-09-20"},{"lineNumber":2,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-20"},{"lineNumber":3,"author":{"gitId":"Sasmik23"},"content":"public class StorageException extends Exception {","lastModifiedDate":"2023-09-20"},{"lineNumber":4,"author":{"gitId":"Sasmik23"},"content":" public StorageException(String message) {","lastModifiedDate":"2023-09-20"},{"lineNumber":5,"author":{"gitId":"Sasmik23"},"content":" super(message);","lastModifiedDate":"2023-09-20"},{"lineNumber":6,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-09-20"},{"lineNumber":7,"author":{"gitId":"Sasmik23"},"content":"}","lastModifiedDate":"2023-09-20"}],"authorContributionMap":{"Sasmik23":7}},{"path":"src/main/java/duke/filehandler/Storage.java","fileType":"java","lines":[{"lineNumber":1,"author":{"gitId":"Sasmik23"},"content":"package duke.filehandler;","lastModifiedDate":"2023-09-01"},{"lineNumber":2,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-31"},{"lineNumber":3,"author":{"gitId":"Sasmik23"},"content":"import duke.exceptions.DukeException;","lastModifiedDate":"2023-09-01"},{"lineNumber":4,"author":{"gitId":"Sasmik23"},"content":"import duke.tasks.Deadline;","lastModifiedDate":"2023-09-01"},{"lineNumber":5,"author":{"gitId":"Sasmik23"},"content":"import duke.tasks.Event;","lastModifiedDate":"2023-09-01"},{"lineNumber":6,"author":{"gitId":"Sasmik23"},"content":"import duke.tasks.Task;","lastModifiedDate":"2023-09-01"},{"lineNumber":7,"author":{"gitId":"Sasmik23"},"content":"import duke.tasks.Todo;","lastModifiedDate":"2023-09-01"},{"lineNumber":8,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-29"},{"lineNumber":9,"author":{"gitId":"Sasmik23"},"content":"import java.io.*;","lastModifiedDate":"2023-08-30"},{"lineNumber":10,"author":{"gitId":"Sasmik23"},"content":"import java.text.SimpleDateFormat;","lastModifiedDate":"2023-08-30"},{"lineNumber":11,"author":{"gitId":"Sasmik23"},"content":"import java.util.ArrayList;","lastModifiedDate":"2023-08-29"},{"lineNumber":12,"author":{"gitId":"Sasmik23"},"content":"import java.util.Date;","lastModifiedDate":"2023-08-30"},{"lineNumber":13,"author":{"gitId":"Sasmik23"},"content":"import java.util.Scanner;","lastModifiedDate":"2023-08-29"},{"lineNumber":14,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-31"},{"lineNumber":15,"author":{"gitId":"Sasmik23"},"content":"public class Storage {","lastModifiedDate":"2023-09-17"},{"lineNumber":16,"author":{"gitId":"Sasmik23"},"content":" private static String FILE_PATH;","lastModifiedDate":"2023-08-31"},{"lineNumber":17,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-17"},{"lineNumber":18,"author":{"gitId":"Sasmik23"},"content":" public Storage(String file_path) {","lastModifiedDate":"2023-08-31"},{"lineNumber":19,"author":{"gitId":"Sasmik23"},"content":" FILE_PATH \u003d file_path;","lastModifiedDate":"2023-08-31"},{"lineNumber":20,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-31"},{"lineNumber":21,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-29"},{"lineNumber":22,"author":{"gitId":"Sasmik23"},"content":" /**","lastModifiedDate":"2023-09-17"},{"lineNumber":23,"author":{"gitId":"Sasmik23"},"content":" * converts string from saved file to Date object","lastModifiedDate":"2023-09-01"},{"lineNumber":24,"author":{"gitId":"Sasmik23"},"content":" *","lastModifiedDate":"2023-09-17"},{"lineNumber":25,"author":{"gitId":"Sasmik23"},"content":" * @param dateString","lastModifiedDate":"2023-09-01"},{"lineNumber":26,"author":{"gitId":"Sasmik23"},"content":" * @return Date","lastModifiedDate":"2023-09-01"},{"lineNumber":27,"author":{"gitId":"Sasmik23"},"content":" * @throws DukeException","lastModifiedDate":"2023-09-01"},{"lineNumber":28,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-09-01"},{"lineNumber":29,"author":{"gitId":"Sasmik23"},"content":" public static Date fileDateParser(String dateString) throws DukeException {","lastModifiedDate":"2023-08-30"},{"lineNumber":30,"author":{"gitId":"Sasmik23"},"content":" SimpleDateFormat sdf \u003d new SimpleDateFormat(\"dd MMM yyyy h a\");","lastModifiedDate":"2023-08-30"},{"lineNumber":31,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-30"},{"lineNumber":32,"author":{"gitId":"Sasmik23"},"content":" try {","lastModifiedDate":"2023-08-30"},{"lineNumber":33,"author":{"gitId":"Sasmik23"},"content":" Date date \u003d sdf.parse(dateString);","lastModifiedDate":"2023-08-30"},{"lineNumber":34,"author":{"gitId":"Sasmik23"},"content":" return date;","lastModifiedDate":"2023-08-30"},{"lineNumber":35,"author":{"gitId":"Sasmik23"},"content":" } catch (Exception e) {","lastModifiedDate":"2023-08-30"},{"lineNumber":36,"author":{"gitId":"Sasmik23"},"content":" System.out.println(e);","lastModifiedDate":"2023-08-30"},{"lineNumber":37,"author":{"gitId":"Sasmik23"},"content":" throw new DukeException(\"Cannot read time from file\");","lastModifiedDate":"2023-08-30"},{"lineNumber":38,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-30"},{"lineNumber":39,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-30"},{"lineNumber":40,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-30"},{"lineNumber":41,"author":{"gitId":"Sasmik23"},"content":" /**","lastModifiedDate":"2023-09-17"},{"lineNumber":42,"author":{"gitId":"Sasmik23"},"content":" * Saves tasks in memory to file","lastModifiedDate":"2023-09-01"},{"lineNumber":43,"author":{"gitId":"Sasmik23"},"content":" *","lastModifiedDate":"2023-09-17"},{"lineNumber":44,"author":{"gitId":"Sasmik23"},"content":" * @param tasks","lastModifiedDate":"2023-09-01"},{"lineNumber":45,"author":{"gitId":"Sasmik23"},"content":" * @throws DukeException","lastModifiedDate":"2023-09-01"},{"lineNumber":46,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-09-01"},{"lineNumber":47,"author":{"gitId":"Sasmik23"},"content":" public static void saveTasks(ArrayList\u003cTask\u003e tasks) throws DukeException {","lastModifiedDate":"2023-08-29"},{"lineNumber":48,"author":{"gitId":"Sasmik23"},"content":" try {","lastModifiedDate":"2023-08-29"},{"lineNumber":49,"author":{"gitId":"Sasmik23"},"content":" File taskFile \u003d new File(FILE_PATH);","lastModifiedDate":"2023-08-29"},{"lineNumber":50,"author":{"gitId":"Sasmik23"},"content":" if (! taskFile.exists()) {","lastModifiedDate":"2023-08-29"},{"lineNumber":51,"author":{"gitId":"Sasmik23"},"content":" taskFile.getParentFile().mkdirs();","lastModifiedDate":"2023-09-25"},{"lineNumber":52,"author":{"gitId":"Sasmik23"},"content":" taskFile.createNewFile();","lastModifiedDate":"2023-08-29"},{"lineNumber":53,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-29"},{"lineNumber":54,"author":{"gitId":"Sasmik23"},"content":" assert taskFile.exists();","lastModifiedDate":"2023-09-17"},{"lineNumber":55,"author":{"gitId":"Sasmik23"},"content":" } catch (IOException e) {","lastModifiedDate":"2023-09-01"},{"lineNumber":56,"author":{"gitId":"Sasmik23"},"content":" throw new DukeException(\"Error creating task file!\");","lastModifiedDate":"2023-08-29"},{"lineNumber":57,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-29"},{"lineNumber":58,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-29"},{"lineNumber":59,"author":{"gitId":"Sasmik23"},"content":" try {","lastModifiedDate":"2023-08-29"},{"lineNumber":60,"author":{"gitId":"Sasmik23"},"content":" FileWriter taskWriter \u003d new FileWriter(FILE_PATH);","lastModifiedDate":"2023-08-29"},{"lineNumber":61,"author":{"gitId":"Sasmik23"},"content":" for (Task task : tasks) {","lastModifiedDate":"2023-08-29"},{"lineNumber":62,"author":{"gitId":"Sasmik23"},"content":" taskWriter.write(task.toString());","lastModifiedDate":"2023-08-29"},{"lineNumber":63,"author":{"gitId":"Sasmik23"},"content":" taskWriter.write(\"\\n\");","lastModifiedDate":"2023-08-29"},{"lineNumber":64,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-29"},{"lineNumber":65,"author":{"gitId":"Sasmik23"},"content":" taskWriter.close();","lastModifiedDate":"2023-08-29"},{"lineNumber":66,"author":{"gitId":"Sasmik23"},"content":" } catch (IOException e) {","lastModifiedDate":"2023-08-29"},{"lineNumber":67,"author":{"gitId":"Sasmik23"},"content":" throw new DukeException(\" Error saving tasks to file\");","lastModifiedDate":"2023-09-01"},{"lineNumber":68,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-29"},{"lineNumber":69,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-29"},{"lineNumber":70,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-29"},{"lineNumber":71,"author":{"gitId":"Sasmik23"},"content":" /**","lastModifiedDate":"2023-09-17"},{"lineNumber":72,"author":{"gitId":"Sasmik23"},"content":" * reads all tasks from saved file","lastModifiedDate":"2023-09-01"},{"lineNumber":73,"author":{"gitId":"Sasmik23"},"content":" *","lastModifiedDate":"2023-09-17"},{"lineNumber":74,"author":{"gitId":"Sasmik23"},"content":" * @return tasks as an ArrayList","lastModifiedDate":"2023-09-01"},{"lineNumber":75,"author":{"gitId":"Sasmik23"},"content":" * @throws DukeException","lastModifiedDate":"2023-09-01"},{"lineNumber":76,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-09-01"},{"lineNumber":77,"author":{"gitId":"Sasmik23"},"content":" public static ArrayList\u003cTask\u003e readTasks() throws DukeException {","lastModifiedDate":"2023-08-29"},{"lineNumber":78,"author":{"gitId":"Sasmik23"},"content":" ArrayList\u003cTask\u003e tasks \u003d new ArrayList\u003c\u003e();","lastModifiedDate":"2023-08-29"},{"lineNumber":79,"author":{"gitId":"Sasmik23"},"content":" try {","lastModifiedDate":"2023-08-29"},{"lineNumber":80,"author":{"gitId":"Sasmik23"},"content":" File taskFile \u003d new File(FILE_PATH);","lastModifiedDate":"2023-08-29"},{"lineNumber":81,"author":{"gitId":"Sasmik23"},"content":" if (! taskFile.exists()) {","lastModifiedDate":"2023-08-29"},{"lineNumber":82,"author":{"gitId":"Sasmik23"},"content":" taskFile.getParentFile().mkdirs();","lastModifiedDate":"2023-09-25"},{"lineNumber":83,"author":{"gitId":"Sasmik23"},"content":" taskFile.createNewFile();","lastModifiedDate":"2023-09-25"},{"lineNumber":84,"author":{"gitId":"Sasmik23"},"content":" return tasks;","lastModifiedDate":"2023-08-29"},{"lineNumber":85,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-29"},{"lineNumber":86,"author":{"gitId":"Sasmik23"},"content":" Scanner reader \u003d new Scanner(taskFile);","lastModifiedDate":"2023-08-29"},{"lineNumber":87,"author":{"gitId":"Sasmik23"},"content":" while (reader.hasNextLine()) {","lastModifiedDate":"2023-08-29"},{"lineNumber":88,"author":{"gitId":"Sasmik23"},"content":" String data \u003d reader.nextLine();","lastModifiedDate":"2023-08-29"},{"lineNumber":89,"author":{"gitId":"Sasmik23"},"content":" tasks \u003d taskCreator(data, tasks);","lastModifiedDate":"2023-09-17"},{"lineNumber":90,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-09-17"},{"lineNumber":91,"author":{"gitId":"Sasmik23"},"content":" } catch (IOException e) {","lastModifiedDate":"2023-09-17"},{"lineNumber":92,"author":{"gitId":"Sasmik23"},"content":" throw new DukeException(\"error reading from file\");","lastModifiedDate":"2023-09-17"},{"lineNumber":93,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-09-17"},{"lineNumber":94,"author":{"gitId":"Sasmik23"},"content":" return tasks;","lastModifiedDate":"2023-09-17"},{"lineNumber":95,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-09-17"},{"lineNumber":96,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-17"},{"lineNumber":97,"author":{"gitId":"Sasmik23"},"content":" public static ArrayList\u003cTask\u003e taskCreator(String data, ArrayList\u003cTask\u003e tasks) throws DukeException {","lastModifiedDate":"2023-09-17"},{"lineNumber":98,"author":{"gitId":"Sasmik23"},"content":" if (data.length() \u003d\u003d 0) {","lastModifiedDate":"2023-09-17"},{"lineNumber":99,"author":{"gitId":"Sasmik23"},"content":" return tasks;","lastModifiedDate":"2023-09-17"},{"lineNumber":100,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-09-17"},{"lineNumber":101,"author":{"gitId":"Sasmik23"},"content":" if (data.charAt(1) \u003d\u003d \u0027T\u0027) {","lastModifiedDate":"2023-08-29"},{"lineNumber":102,"author":{"gitId":"Sasmik23"},"content":" String[] description \u003d data.split(\"#\");","lastModifiedDate":"2023-09-25"},{"lineNumber":103,"author":{"gitId":"Sasmik23"},"content":" Todo todo \u003d new Todo(description[0].substring(7));","lastModifiedDate":"2023-09-25"},{"lineNumber":104,"author":{"gitId":"Sasmik23"},"content":" if (data.charAt(4) \u003d\u003d \u0027X\u0027) {","lastModifiedDate":"2023-08-29"},{"lineNumber":105,"author":{"gitId":"Sasmik23"},"content":" todo.setAction(\"mark\");","lastModifiedDate":"2023-08-29"},{"lineNumber":106,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-29"},{"lineNumber":107,"author":{"gitId":"Sasmik23"},"content":" todo.setTag(description[1]);","lastModifiedDate":"2023-09-25"},{"lineNumber":108,"author":{"gitId":"Sasmik23"},"content":" tasks.add(todo);","lastModifiedDate":"2023-08-29"},{"lineNumber":109,"author":{"gitId":"Sasmik23"},"content":" } else if (data.charAt(1) \u003d\u003d \u0027D\u0027) {","lastModifiedDate":"2023-09-01"},{"lineNumber":110,"author":{"gitId":"Sasmik23"},"content":" //format: [D][X] assignment (by: 02 Feb 2001 7 PM) #urgent","lastModifiedDate":"2023-09-25"},{"lineNumber":111,"author":{"gitId":"Sasmik23"},"content":" String tag \u003d data.split(\"#\")[1];","lastModifiedDate":"2023-09-25"},{"lineNumber":112,"author":{"gitId":"Sasmik23"},"content":" data \u003d data.split(\"#\")[0];","lastModifiedDate":"2023-09-25"},{"lineNumber":113,"author":{"gitId":"Sasmik23"},"content":" String dates \u003d data.split(\":\", 2)[1];","lastModifiedDate":"2023-08-30"},{"lineNumber":114,"author":{"gitId":"Sasmik23"},"content":" String desc \u003d data.split(\"\\\\(\")[0];","lastModifiedDate":"2023-08-29"},{"lineNumber":115,"author":{"gitId":"Sasmik23"},"content":" Date date \u003d fileDateParser(dates.substring(1, dates.length() - 1));","lastModifiedDate":"2023-08-30"},{"lineNumber":116,"author":{"gitId":"Sasmik23"},"content":" Deadline deadline \u003d new Deadline(desc.substring(7), date);","lastModifiedDate":"2023-08-30"},{"lineNumber":117,"author":{"gitId":"Sasmik23"},"content":" if (data.charAt(4) \u003d\u003d \u0027X\u0027) {","lastModifiedDate":"2023-08-29"},{"lineNumber":118,"author":{"gitId":"Sasmik23"},"content":" deadline.setAction(\"mark\");","lastModifiedDate":"2023-08-29"},{"lineNumber":119,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-29"},{"lineNumber":120,"author":{"gitId":"Sasmik23"},"content":" deadline.setTag(tag);","lastModifiedDate":"2023-09-25"},{"lineNumber":121,"author":{"gitId":"Sasmik23"},"content":" tasks.add(deadline);","lastModifiedDate":"2023-08-29"},{"lineNumber":122,"author":{"gitId":"Sasmik23"},"content":" } else if (data.charAt(1) \u003d\u003d \u0027E\u0027) {","lastModifiedDate":"2023-09-01"},{"lineNumber":123,"author":{"gitId":"Sasmik23"},"content":" String tag \u003d data.split(\"#\")[1];","lastModifiedDate":"2023-09-25"},{"lineNumber":124,"author":{"gitId":"Sasmik23"},"content":" data \u003d data.split(\"#\")[0];","lastModifiedDate":"2023-09-25"},{"lineNumber":125,"author":{"gitId":"Sasmik23"},"content":" String[] dates \u003d data.split(\":\");","lastModifiedDate":"2023-08-29"},{"lineNumber":126,"author":{"gitId":"Sasmik23"},"content":" String desc \u003d data.split(\"\\\\(\")[0];","lastModifiedDate":"2023-08-29"},{"lineNumber":127,"author":{"gitId":"Sasmik23"},"content":" Date from \u003d fileDateParser(dates[1].substring(1, dates[1].length() - 2));","lastModifiedDate":"2023-08-30"},{"lineNumber":128,"author":{"gitId":"Sasmik23"},"content":" Date to \u003d fileDateParser(dates[2].substring(1, dates[2].length() - 1));","lastModifiedDate":"2023-08-30"},{"lineNumber":129,"author":{"gitId":"Sasmik23"},"content":" Event event \u003d new Event(desc.substring(7), from, to);","lastModifiedDate":"2023-08-30"},{"lineNumber":130,"author":{"gitId":"Sasmik23"},"content":" if (data.charAt(4) \u003d\u003d \u0027X\u0027) {","lastModifiedDate":"2023-08-29"},{"lineNumber":131,"author":{"gitId":"Sasmik23"},"content":" event.setAction(\"mark\");","lastModifiedDate":"2023-08-29"},{"lineNumber":132,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-29"},{"lineNumber":133,"author":{"gitId":"Sasmik23"},"content":" event.setTag(tag);","lastModifiedDate":"2023-09-25"},{"lineNumber":134,"author":{"gitId":"Sasmik23"},"content":" tasks.add(event);","lastModifiedDate":"2023-08-29"},{"lineNumber":135,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-29"},{"lineNumber":136,"author":{"gitId":"Sasmik23"},"content":" return tasks;","lastModifiedDate":"2023-08-29"},{"lineNumber":137,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-29"},{"lineNumber":138,"author":{"gitId":"Sasmik23"},"content":"}","lastModifiedDate":"2023-08-29"},{"lineNumber":139,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-29"},{"lineNumber":140,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-29"},{"lineNumber":141,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-29"}],"authorContributionMap":{"Sasmik23":141}},{"path":"src/main/java/duke/parsers/InputParser.java","fileType":"java","lines":[{"lineNumber":1,"author":{"gitId":"Sasmik23"},"content":"package duke.parsers;","lastModifiedDate":"2023-09-01"},{"lineNumber":2,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-31"},{"lineNumber":3,"author":{"gitId":"Sasmik23"},"content":"import duke.exceptions.DukeException;","lastModifiedDate":"2023-09-01"},{"lineNumber":4,"author":{"gitId":"Sasmik23"},"content":"import duke.exceptions.StorageException;","lastModifiedDate":"2023-09-25"},{"lineNumber":5,"author":{"gitId":"Sasmik23"},"content":"import duke.filehandler.Storage;","lastModifiedDate":"2023-09-01"},{"lineNumber":6,"author":{"gitId":"Sasmik23"},"content":"import duke.tasks.Deadline;","lastModifiedDate":"2023-09-01"},{"lineNumber":7,"author":{"gitId":"Sasmik23"},"content":"import duke.tasks.Event;","lastModifiedDate":"2023-09-01"},{"lineNumber":8,"author":{"gitId":"Sasmik23"},"content":"import duke.tasks.Task;","lastModifiedDate":"2023-09-01"},{"lineNumber":9,"author":{"gitId":"Sasmik23"},"content":"import duke.tasks.Todo;","lastModifiedDate":"2023-09-01"},{"lineNumber":10,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-31"},{"lineNumber":11,"author":{"gitId":"Sasmik23"},"content":"import java.text.DateFormat;","lastModifiedDate":"2023-08-31"},{"lineNumber":12,"author":{"gitId":"Sasmik23"},"content":"import java.text.SimpleDateFormat;","lastModifiedDate":"2023-08-31"},{"lineNumber":13,"author":{"gitId":"Sasmik23"},"content":"import java.util.ArrayList;","lastModifiedDate":"2023-08-31"},{"lineNumber":14,"author":{"gitId":"Sasmik23"},"content":"import java.util.Date;","lastModifiedDate":"2023-08-31"},{"lineNumber":15,"author":{"gitId":"Sasmik23"},"content":"import java.util.Scanner;","lastModifiedDate":"2023-08-31"},{"lineNumber":16,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-31"},{"lineNumber":17,"author":{"gitId":"Sasmik23"},"content":"public class InputParser {","lastModifiedDate":"2023-08-31"},{"lineNumber":18,"author":{"gitId":"Sasmik23"},"content":" private ArrayList\u003cTask\u003e tasks;","lastModifiedDate":"2023-09-08"},{"lineNumber":19,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-08"},{"lineNumber":20,"author":{"gitId":"Sasmik23"},"content":" public InputParser(ArrayList\u003cTask\u003e existingTasks) {","lastModifiedDate":"2023-09-08"},{"lineNumber":21,"author":{"gitId":"Sasmik23"},"content":" tasks \u003d existingTasks;","lastModifiedDate":"2023-09-08"},{"lineNumber":22,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-09-08"},{"lineNumber":23,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-01"},{"lineNumber":24,"author":{"gitId":"Sasmik23"},"content":" /**","lastModifiedDate":"2023-09-17"},{"lineNumber":25,"author":{"gitId":"Sasmik23"},"content":" * Checks user inputs, if invalid throws DukeException","lastModifiedDate":"2023-08-31"},{"lineNumber":26,"author":{"gitId":"Sasmik23"},"content":" *","lastModifiedDate":"2023-09-17"},{"lineNumber":27,"author":{"gitId":"Sasmik23"},"content":" * @param str User input split by each word","lastModifiedDate":"2023-08-31"},{"lineNumber":28,"author":{"gitId":"Sasmik23"},"content":" * @param task type of task - todo,event,deadline,mark/unmark","lastModifiedDate":"2023-08-31"},{"lineNumber":29,"author":{"gitId":"Sasmik23"},"content":" * @throws DukeException","lastModifiedDate":"2023-08-31"},{"lineNumber":30,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-08-31"},{"lineNumber":31,"author":{"gitId":"Sasmik23"},"content":" public static void inputChecker(String[] str, String task) throws DukeException {","lastModifiedDate":"2023-08-31"},{"lineNumber":32,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-31"},{"lineNumber":33,"author":{"gitId":"Sasmik23"},"content":" if (str.length \u003c 2) {","lastModifiedDate":"2023-08-31"},{"lineNumber":34,"author":{"gitId":"Sasmik23"},"content":" throw new DukeException(\"☹ OOPS!!! The description of a \" + task + \" cannot be empty.\");","lastModifiedDate":"2023-08-31"},{"lineNumber":35,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-31"},{"lineNumber":36,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-31"},{"lineNumber":37,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-31"},{"lineNumber":38,"author":{"gitId":"Sasmik23"},"content":" /**","lastModifiedDate":"2023-09-17"},{"lineNumber":39,"author":{"gitId":"Sasmik23"},"content":" * receives string of date and time, returns Date object","lastModifiedDate":"2023-08-31"},{"lineNumber":40,"author":{"gitId":"Sasmik23"},"content":" *","lastModifiedDate":"2023-09-17"},{"lineNumber":41,"author":{"gitId":"Sasmik23"},"content":" * @param str","lastModifiedDate":"2023-08-31"},{"lineNumber":42,"author":{"gitId":"Sasmik23"},"content":" * @return Date","lastModifiedDate":"2023-08-31"},{"lineNumber":43,"author":{"gitId":"Sasmik23"},"content":" * @throws DukeException","lastModifiedDate":"2023-08-31"},{"lineNumber":44,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-08-31"},{"lineNumber":45,"author":{"gitId":"Sasmik23"},"content":" public static Date dateParser(String str) throws DukeException {","lastModifiedDate":"2023-08-31"},{"lineNumber":46,"author":{"gitId":"Sasmik23"},"content":" if (str.length() \u003c 15) {","lastModifiedDate":"2023-08-31"},{"lineNumber":47,"author":{"gitId":"Sasmik23"},"content":" throw new DukeException(\"Invalid date, must be of the form dd/mm/yyyy hhmm\");","lastModifiedDate":"2023-09-01"},{"lineNumber":48,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-31"},{"lineNumber":49,"author":{"gitId":"Sasmik23"},"content":" String newStr \u003d str.substring(0, 13) + \":\" + str.substring(13);","lastModifiedDate":"2023-08-31"},{"lineNumber":50,"author":{"gitId":"Sasmik23"},"content":" DateFormat df \u003d new SimpleDateFormat(\"dd/MM/yyyy HH:mm\");","lastModifiedDate":"2023-08-31"},{"lineNumber":51,"author":{"gitId":"Sasmik23"},"content":" try {","lastModifiedDate":"2023-08-31"},{"lineNumber":52,"author":{"gitId":"Sasmik23"},"content":" Date d1 \u003d df.parse(newStr);","lastModifiedDate":"2023-08-31"},{"lineNumber":53,"author":{"gitId":"Sasmik23"},"content":" return d1;","lastModifiedDate":"2023-08-31"},{"lineNumber":54,"author":{"gitId":"Sasmik23"},"content":" } catch (Exception e) {","lastModifiedDate":"2023-09-01"},{"lineNumber":55,"author":{"gitId":"Sasmik23"},"content":" throw new DukeException(\"Invalid date\");","lastModifiedDate":"2023-09-01"},{"lineNumber":56,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-31"},{"lineNumber":57,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-31"},{"lineNumber":58,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-31"},{"lineNumber":59,"author":{"gitId":"Sasmik23"},"content":" /**","lastModifiedDate":"2023-09-17"},{"lineNumber":60,"author":{"gitId":"Sasmik23"},"content":" * parses user input","lastModifiedDate":"2023-09-01"},{"lineNumber":61,"author":{"gitId":"Sasmik23"},"content":" *","lastModifiedDate":"2023-09-17"},{"lineNumber":62,"author":{"gitId":"Sasmik23"},"content":" * @param input","lastModifiedDate":"2023-09-01"},{"lineNumber":63,"author":{"gitId":"Sasmik23"},"content":" * @param toStore","lastModifiedDate":"2023-09-01"},{"lineNumber":64,"author":{"gitId":"Sasmik23"},"content":" * @return String \"exit app\" if user types in \"bye\", else returns respective response to input","lastModifiedDate":"2023-09-25"},{"lineNumber":65,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-09-01"},{"lineNumber":66,"author":{"gitId":"Sasmik23"},"content":" public String parse(String input, boolean toStore) {","lastModifiedDate":"2023-09-08"},{"lineNumber":67,"author":{"gitId":"Sasmik23"},"content":" String[] splitStr \u003d input.trim().split(\"\\\\s+\");","lastModifiedDate":"2023-08-31"},{"lineNumber":68,"author":{"gitId":"Sasmik23"},"content":" String reply \u003d \"\";","lastModifiedDate":"2023-09-08"},{"lineNumber":69,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-31"},{"lineNumber":70,"author":{"gitId":"Sasmik23"},"content":" if (input.equals(\"bye\")) {","lastModifiedDate":"2023-08-31"},{"lineNumber":71,"author":{"gitId":"Sasmik23"},"content":" try {","lastModifiedDate":"2023-09-25"},{"lineNumber":72,"author":{"gitId":"Sasmik23"},"content":" if (toStore) {","lastModifiedDate":"2023-09-25"},{"lineNumber":73,"author":{"gitId":"Sasmik23"},"content":" Storage.saveTasks(tasks);","lastModifiedDate":"2023-09-25"},{"lineNumber":74,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-09-25"},{"lineNumber":75,"author":{"gitId":"Sasmik23"},"content":" reply +\u003d \"exit app\";","lastModifiedDate":"2023-09-25"},{"lineNumber":76,"author":{"gitId":"Sasmik23"},"content":" } catch (DukeException e) {","lastModifiedDate":"2023-09-25"},{"lineNumber":77,"author":{"gitId":"Sasmik23"},"content":" reply +\u003d e.getMessage();","lastModifiedDate":"2023-09-25"},{"lineNumber":78,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-09-25"},{"lineNumber":79,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-31"},{"lineNumber":80,"author":{"gitId":"Sasmik23"},"content":" //list out each task from duke.ui.Duke.tasks ArrayList","lastModifiedDate":"2023-09-08"},{"lineNumber":81,"author":{"gitId":"Sasmik23"},"content":" else if (input.equals(\"list\")) {","lastModifiedDate":"2023-08-31"},{"lineNumber":82,"author":{"gitId":"Sasmik23"},"content":" reply +\u003d \" Here are the tasks in your list:\\n\";","lastModifiedDate":"2023-09-08"},{"lineNumber":83,"author":{"gitId":"Sasmik23"},"content":" for (int i \u003d 0; i \u003c Task.getSize(); i++) {","lastModifiedDate":"2023-08-31"},{"lineNumber":84,"author":{"gitId":"Sasmik23"},"content":" int index \u003d i + 1;","lastModifiedDate":"2023-08-31"},{"lineNumber":85,"author":{"gitId":"Sasmik23"},"content":" reply +\u003d \" \" + index + \".\" + tasks.get(i).toString() + \"\\n\";","lastModifiedDate":"2023-09-08"},{"lineNumber":86,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-31"},{"lineNumber":87,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-31"},{"lineNumber":88,"author":{"gitId":"Sasmik23"},"content":" //create Todo object","lastModifiedDate":"2023-08-31"},{"lineNumber":89,"author":{"gitId":"Sasmik23"},"content":" else if (splitStr[0].equals(\"todo\")) {","lastModifiedDate":"2023-08-31"},{"lineNumber":90,"author":{"gitId":"Sasmik23"},"content":" try {","lastModifiedDate":"2023-08-31"},{"lineNumber":91,"author":{"gitId":"Sasmik23"},"content":" inputChecker(splitStr, \"todo\");","lastModifiedDate":"2023-08-31"},{"lineNumber":92,"author":{"gitId":"Sasmik23"},"content":" Todo t \u003d new Todo(input.substring(5));","lastModifiedDate":"2023-08-31"},{"lineNumber":93,"author":{"gitId":"Sasmik23"},"content":" tasks.add(t);","lastModifiedDate":"2023-08-31"},{"lineNumber":94,"author":{"gitId":"Sasmik23"},"content":" reply +\u003d t.addedMessage();","lastModifiedDate":"2023-09-08"},{"lineNumber":95,"author":{"gitId":"Sasmik23"},"content":" } catch (DukeException e) {","lastModifiedDate":"2023-08-31"},{"lineNumber":96,"author":{"gitId":"Sasmik23"},"content":" reply +\u003d e.getMessage();","lastModifiedDate":"2023-09-08"},{"lineNumber":97,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-31"},{"lineNumber":98,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-31"},{"lineNumber":99,"author":{"gitId":"Sasmik23"},"content":" //create deadline object, splitting the due date by \"/\" and stripping off the by:","lastModifiedDate":"2023-08-31"},{"lineNumber":100,"author":{"gitId":"Sasmik23"},"content":" else if (splitStr[0].equals(\"deadline\")) {","lastModifiedDate":"2023-08-31"},{"lineNumber":101,"author":{"gitId":"Sasmik23"},"content":" try {","lastModifiedDate":"2023-08-31"},{"lineNumber":102,"author":{"gitId":"Sasmik23"},"content":" inputChecker(splitStr, \"deadline\");","lastModifiedDate":"2023-08-31"},{"lineNumber":103,"author":{"gitId":"Sasmik23"},"content":" String[] deadlineArr \u003d input.split(\"/by \");","lastModifiedDate":"2023-08-31"},{"lineNumber":104,"author":{"gitId":"Sasmik23"},"content":" Date deadline \u003d dateParser(deadlineArr[1]);","lastModifiedDate":"2023-08-31"},{"lineNumber":105,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-31"},{"lineNumber":106,"author":{"gitId":"Sasmik23"},"content":" Deadline d \u003d new Deadline(deadlineArr[0].substring(9), deadline);","lastModifiedDate":"2023-08-31"},{"lineNumber":107,"author":{"gitId":"Sasmik23"},"content":" tasks.add(d);","lastModifiedDate":"2023-08-31"},{"lineNumber":108,"author":{"gitId":"Sasmik23"},"content":" reply +\u003d d.addedMessage();","lastModifiedDate":"2023-09-08"},{"lineNumber":109,"author":{"gitId":"Sasmik23"},"content":" } catch (DukeException e) {","lastModifiedDate":"2023-08-31"},{"lineNumber":110,"author":{"gitId":"Sasmik23"},"content":" reply +\u003d e.getMessage();","lastModifiedDate":"2023-09-08"},{"lineNumber":111,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-31"},{"lineNumber":112,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-31"},{"lineNumber":113,"author":{"gitId":"Sasmik23"},"content":" //create event object, splitting the due date by \"/\" and stripping off the to: and from:","lastModifiedDate":"2023-08-31"},{"lineNumber":114,"author":{"gitId":"Sasmik23"},"content":" else if (splitStr[0].equals(\"event\")) {","lastModifiedDate":"2023-08-31"},{"lineNumber":115,"author":{"gitId":"Sasmik23"},"content":" try {","lastModifiedDate":"2023-08-31"},{"lineNumber":116,"author":{"gitId":"Sasmik23"},"content":" inputChecker(splitStr, \"event\");","lastModifiedDate":"2023-08-31"},{"lineNumber":117,"author":{"gitId":"Sasmik23"},"content":" int startIndex \u003d input.indexOf(\"/from \");","lastModifiedDate":"2023-08-31"},{"lineNumber":118,"author":{"gitId":"Sasmik23"},"content":" int endIndex \u003d input.indexOf(\"/to\");","lastModifiedDate":"2023-08-31"},{"lineNumber":119,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-31"},{"lineNumber":120,"author":{"gitId":"Sasmik23"},"content":" Date from \u003d dateParser(input.substring(startIndex + 6, endIndex - 1));","lastModifiedDate":"2023-08-31"},{"lineNumber":121,"author":{"gitId":"Sasmik23"},"content":" Date to \u003d dateParser(input.substring(endIndex + 4));","lastModifiedDate":"2023-08-31"},{"lineNumber":122,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-31"},{"lineNumber":123,"author":{"gitId":"Sasmik23"},"content":" Event e \u003d new Event(input.substring(6, startIndex), from, to);","lastModifiedDate":"2023-08-31"},{"lineNumber":124,"author":{"gitId":"Sasmik23"},"content":" tasks.add(e);","lastModifiedDate":"2023-08-31"},{"lineNumber":125,"author":{"gitId":"Sasmik23"},"content":" reply +\u003d e.addedMessage();","lastModifiedDate":"2023-09-08"},{"lineNumber":126,"author":{"gitId":"Sasmik23"},"content":" } catch (DukeException e) {","lastModifiedDate":"2023-08-31"},{"lineNumber":127,"author":{"gitId":"Sasmik23"},"content":" reply +\u003d e.getMessage();","lastModifiedDate":"2023-09-08"},{"lineNumber":128,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-31"},{"lineNumber":129,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-31"},{"lineNumber":130,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-31"},{"lineNumber":131,"author":{"gitId":"Sasmik23"},"content":" //find a certain task","lastModifiedDate":"2023-09-01"},{"lineNumber":132,"author":{"gitId":"Sasmik23"},"content":" else if (splitStr[0].equals(\"find\")) {","lastModifiedDate":"2023-09-01"},{"lineNumber":133,"author":{"gitId":"Sasmik23"},"content":" try {","lastModifiedDate":"2023-09-01"},{"lineNumber":134,"author":{"gitId":"Sasmik23"},"content":" inputChecker(splitStr, \"find\");","lastModifiedDate":"2023-09-01"},{"lineNumber":135,"author":{"gitId":"Sasmik23"},"content":" String toFind \u003d input.substring(5);","lastModifiedDate":"2023-09-01"},{"lineNumber":136,"author":{"gitId":"Sasmik23"},"content":" ArrayList\u003cTask\u003e foundTasks \u003d new ArrayList\u003c\u003e();","lastModifiedDate":"2023-09-01"},{"lineNumber":137,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-01"},{"lineNumber":138,"author":{"gitId":"Sasmik23"},"content":" for (Task task : tasks) {","lastModifiedDate":"2023-09-01"},{"lineNumber":139,"author":{"gitId":"Sasmik23"},"content":" if (task.getDescription().contains(toFind)) {","lastModifiedDate":"2023-09-01"},{"lineNumber":140,"author":{"gitId":"Sasmik23"},"content":" foundTasks.add(task);","lastModifiedDate":"2023-09-01"},{"lineNumber":141,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-09-01"},{"lineNumber":142,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-09-01"},{"lineNumber":143,"author":{"gitId":"Sasmik23"},"content":" if (foundTasks.size() \u003e 0) {","lastModifiedDate":"2023-09-01"},{"lineNumber":144,"author":{"gitId":"Sasmik23"},"content":" reply +\u003d \"Here are the matching tasks in your list:\\n\";","lastModifiedDate":"2023-09-08"},{"lineNumber":145,"author":{"gitId":"Sasmik23"},"content":" for (int i \u003d 0; i \u003c foundTasks.size(); i++) {","lastModifiedDate":"2023-09-01"},{"lineNumber":146,"author":{"gitId":"Sasmik23"},"content":" int index \u003d i + 1;","lastModifiedDate":"2023-09-01"},{"lineNumber":147,"author":{"gitId":"Sasmik23"},"content":" reply +\u003d \" \" + index + \".\" + foundTasks.get(i).toString() + \"\\n\";","lastModifiedDate":"2023-09-08"},{"lineNumber":148,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-09-01"},{"lineNumber":149,"author":{"gitId":"Sasmik23"},"content":" } else {","lastModifiedDate":"2023-09-01"},{"lineNumber":150,"author":{"gitId":"Sasmik23"},"content":" reply +\u003d \"No tasks called \" + toFind + \" found\\n\";","lastModifiedDate":"2023-09-08"},{"lineNumber":151,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-09-01"},{"lineNumber":152,"author":{"gitId":"Sasmik23"},"content":" } catch (DukeException e) {","lastModifiedDate":"2023-09-01"},{"lineNumber":153,"author":{"gitId":"Sasmik23"},"content":" reply +\u003d e.getMessage();","lastModifiedDate":"2023-09-08"},{"lineNumber":154,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-09-01"},{"lineNumber":155,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-09-01"},{"lineNumber":156,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-01"},{"lineNumber":157,"author":{"gitId":"Sasmik23"},"content":" //mark or unmark an existing task","lastModifiedDate":"2023-08-31"},{"lineNumber":158,"author":{"gitId":"Sasmik23"},"content":" else if (splitStr[0].equals(\"mark\") || splitStr[0].equals(\"unmark\")) {","lastModifiedDate":"2023-08-31"},{"lineNumber":159,"author":{"gitId":"Sasmik23"},"content":" try {","lastModifiedDate":"2023-08-31"},{"lineNumber":160,"author":{"gitId":"Sasmik23"},"content":" inputChecker(splitStr, \"mark/unmark\");","lastModifiedDate":"2023-08-31"},{"lineNumber":161,"author":{"gitId":"Sasmik23"},"content":" int index \u003d Integer.parseInt(splitStr[1]);","lastModifiedDate":"2023-08-31"},{"lineNumber":162,"author":{"gitId":"Sasmik23"},"content":" Task item \u003d tasks.get(index - 1);","lastModifiedDate":"2023-08-31"},{"lineNumber":163,"author":{"gitId":"Sasmik23"},"content":" reply +\u003d item.setAction(splitStr[0]);","lastModifiedDate":"2023-09-08"},{"lineNumber":164,"author":{"gitId":"Sasmik23"},"content":" } catch (DukeException e) {","lastModifiedDate":"2023-08-31"},{"lineNumber":165,"author":{"gitId":"Sasmik23"},"content":" reply +\u003d e.getMessage();","lastModifiedDate":"2023-09-08"},{"lineNumber":166,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-31"},{"lineNumber":167,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-31"},{"lineNumber":168,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-31"},{"lineNumber":169,"author":{"gitId":"Sasmik23"},"content":" //delete task from duke.ui.Duke.tasks ArrayList","lastModifiedDate":"2023-09-08"},{"lineNumber":170,"author":{"gitId":"Sasmik23"},"content":" else if (splitStr[0].equals(\"delete\")) {","lastModifiedDate":"2023-08-31"},{"lineNumber":171,"author":{"gitId":"Sasmik23"},"content":" try {","lastModifiedDate":"2023-08-31"},{"lineNumber":172,"author":{"gitId":"Sasmik23"},"content":" inputChecker(splitStr, \"delete\");","lastModifiedDate":"2023-08-31"},{"lineNumber":173,"author":{"gitId":"Sasmik23"},"content":" int index \u003d Integer.parseInt(splitStr[1]);","lastModifiedDate":"2023-08-31"},{"lineNumber":174,"author":{"gitId":"Sasmik23"},"content":" Task item \u003d tasks.remove(index - 1);","lastModifiedDate":"2023-08-31"},{"lineNumber":175,"author":{"gitId":"Sasmik23"},"content":" reply +\u003d item.delete();","lastModifiedDate":"2023-09-20"},{"lineNumber":176,"author":{"gitId":"Sasmik23"},"content":" } catch (DukeException e) {","lastModifiedDate":"2023-09-18"},{"lineNumber":177,"author":{"gitId":"Sasmik23"},"content":" reply +\u003d e.getMessage();","lastModifiedDate":"2023-09-18"},{"lineNumber":178,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-09-18"},{"lineNumber":179,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-09-18"},{"lineNumber":180,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-18"},{"lineNumber":181,"author":{"gitId":"Sasmik23"},"content":" //tag a task by its number in the list","lastModifiedDate":"2023-09-18"},{"lineNumber":182,"author":{"gitId":"Sasmik23"},"content":" else if (splitStr[0].equals(\"tag\")) {","lastModifiedDate":"2023-09-18"},{"lineNumber":183,"author":{"gitId":"Sasmik23"},"content":" try {","lastModifiedDate":"2023-09-18"},{"lineNumber":184,"author":{"gitId":"Sasmik23"},"content":" inputChecker(splitStr, \"tag\");","lastModifiedDate":"2023-09-18"},{"lineNumber":185,"author":{"gitId":"Sasmik23"},"content":" Task item \u003d tasks.get(Integer.parseInt(splitStr[1]) - 1);","lastModifiedDate":"2023-09-18"},{"lineNumber":186,"author":{"gitId":"Sasmik23"},"content":" String[] getTag \u003d input.split(\"#\");","lastModifiedDate":"2023-09-18"},{"lineNumber":187,"author":{"gitId":"Sasmik23"},"content":" inputChecker(getTag, \"tag\");","lastModifiedDate":"2023-09-20"},{"lineNumber":188,"author":{"gitId":"Sasmik23"},"content":" reply +\u003d item.setTag(getTag[1]);","lastModifiedDate":"2023-09-18"},{"lineNumber":189,"author":{"gitId":"Sasmik23"},"content":" } catch (DukeException e) {","lastModifiedDate":"2023-08-31"},{"lineNumber":190,"author":{"gitId":"Sasmik23"},"content":" reply +\u003d e.getMessage();","lastModifiedDate":"2023-09-08"},{"lineNumber":191,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-31"},{"lineNumber":192,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-31"},{"lineNumber":193,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-31"},{"lineNumber":194,"author":{"gitId":"Sasmik23"},"content":" //unknown command","lastModifiedDate":"2023-08-31"},{"lineNumber":195,"author":{"gitId":"Sasmik23"},"content":" else {","lastModifiedDate":"2023-08-31"},{"lineNumber":196,"author":{"gitId":"Sasmik23"},"content":" reply +\u003d \"☹ OOPS!!! I\u0027m sorry, but I don\u0027t know what that means :-(\\n\";","lastModifiedDate":"2023-09-08"},{"lineNumber":197,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-09-01"},{"lineNumber":198,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-01"},{"lineNumber":199,"author":{"gitId":"Sasmik23"},"content":" return reply;","lastModifiedDate":"2023-09-08"},{"lineNumber":200,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-31"},{"lineNumber":201,"author":{"gitId":"Sasmik23"},"content":"}","lastModifiedDate":"2023-08-31"}],"authorContributionMap":{"Sasmik23":201}},{"path":"src/main/java/duke/tasks/Deadline.java","fileType":"java","lines":[{"lineNumber":1,"author":{"gitId":"Sasmik23"},"content":"package duke.tasks;","lastModifiedDate":"2023-09-01"},{"lineNumber":2,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-31"},{"lineNumber":3,"author":{"gitId":"Sasmik23"},"content":"import java.text.SimpleDateFormat;","lastModifiedDate":"2023-08-30"},{"lineNumber":4,"author":{"gitId":"Sasmik23"},"content":"import java.util.Date;","lastModifiedDate":"2023-08-30"},{"lineNumber":5,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-30"},{"lineNumber":6,"author":{"gitId":"Sasmik23"},"content":"public class Deadline extends Task {","lastModifiedDate":"2023-08-23"},{"lineNumber":7,"author":{"gitId":"Sasmik23"},"content":" protected Date by;","lastModifiedDate":"2023-08-30"},{"lineNumber":8,"author":{"gitId":"Sasmik23"},"content":" protected String formatDate;","lastModifiedDate":"2023-08-30"},{"lineNumber":9,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-23"},{"lineNumber":10,"author":{"gitId":"Sasmik23"},"content":" public Deadline(String description, Date by) {","lastModifiedDate":"2023-08-30"},{"lineNumber":11,"author":{"gitId":"Sasmik23"},"content":" super(description);","lastModifiedDate":"2023-08-23"},{"lineNumber":12,"author":{"gitId":"Sasmik23"},"content":" this.by \u003d by;","lastModifiedDate":"2023-08-23"},{"lineNumber":13,"author":{"gitId":"Sasmik23"},"content":" SimpleDateFormat outputFormat \u003d new SimpleDateFormat(\"dd MMM yyyy h a\");","lastModifiedDate":"2023-08-30"},{"lineNumber":14,"author":{"gitId":"Sasmik23"},"content":" this.formatDate \u003d outputFormat.format(by);","lastModifiedDate":"2023-08-30"},{"lineNumber":15,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-23"},{"lineNumber":16,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-23"},{"lineNumber":17,"author":{"gitId":"Sasmik23"},"content":" public String addedMessage() {","lastModifiedDate":"2023-09-08"},{"lineNumber":18,"author":{"gitId":"Sasmik23"},"content":" String ret \u003d \"\";","lastModifiedDate":"2023-09-08"},{"lineNumber":19,"author":{"gitId":"Sasmik23"},"content":" ret +\u003d \"Got it. I\u0027ve added this task:\\n\";","lastModifiedDate":"2023-09-08"},{"lineNumber":20,"author":{"gitId":"Sasmik23"},"content":" ret +\u003d \" \" + this + \"\\n\";","lastModifiedDate":"2023-09-08"},{"lineNumber":21,"author":{"gitId":"Sasmik23"},"content":" ret +\u003d \"Now you have \" + super.size + \" tasks in the list.\\n\";","lastModifiedDate":"2023-09-08"},{"lineNumber":22,"author":{"gitId":"Sasmik23"},"content":" return ret;","lastModifiedDate":"2023-09-08"},{"lineNumber":23,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-09-08"},{"lineNumber":24,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-08"},{"lineNumber":25,"author":{"gitId":"Sasmik23"},"content":" @Override","lastModifiedDate":"2023-08-23"},{"lineNumber":26,"author":{"gitId":"Sasmik23"},"content":" public String toString() {","lastModifiedDate":"2023-08-23"},{"lineNumber":27,"author":{"gitId":"Sasmik23"},"content":" return \"[D]\" + super.toString() +","lastModifiedDate":"2023-09-25"},{"lineNumber":28,"author":{"gitId":"Sasmik23"},"content":" \"(by: \" + formatDate + \")\" + \" #\" + super.tag;","lastModifiedDate":"2023-09-25"},{"lineNumber":29,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-23"},{"lineNumber":30,"author":{"gitId":"Sasmik23"},"content":"}","lastModifiedDate":"2023-08-23"}],"authorContributionMap":{"Sasmik23":30}},{"path":"src/main/java/duke/tasks/Event.java","fileType":"java","lines":[{"lineNumber":1,"author":{"gitId":"Sasmik23"},"content":"package duke.tasks;","lastModifiedDate":"2023-09-01"},{"lineNumber":2,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-31"},{"lineNumber":3,"author":{"gitId":"Sasmik23"},"content":"import java.text.SimpleDateFormat;","lastModifiedDate":"2023-08-30"},{"lineNumber":4,"author":{"gitId":"Sasmik23"},"content":"import java.util.Date;","lastModifiedDate":"2023-08-30"},{"lineNumber":5,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-30"},{"lineNumber":6,"author":{"gitId":"Sasmik23"},"content":"public class Event extends Task {","lastModifiedDate":"2023-08-23"},{"lineNumber":7,"author":{"gitId":"Sasmik23"},"content":" protected Date from;","lastModifiedDate":"2023-08-30"},{"lineNumber":8,"author":{"gitId":"Sasmik23"},"content":" protected Date to;","lastModifiedDate":"2023-08-30"},{"lineNumber":9,"author":{"gitId":"Sasmik23"},"content":" protected String fromFormat;","lastModifiedDate":"2023-08-30"},{"lineNumber":10,"author":{"gitId":"Sasmik23"},"content":" protected String toFormat;","lastModifiedDate":"2023-08-30"},{"lineNumber":11,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-30"},{"lineNumber":12,"author":{"gitId":"Sasmik23"},"content":" public Event(String description, Date from, Date to) {","lastModifiedDate":"2023-08-30"},{"lineNumber":13,"author":{"gitId":"Sasmik23"},"content":" super(description);","lastModifiedDate":"2023-08-23"},{"lineNumber":14,"author":{"gitId":"Sasmik23"},"content":" this.from \u003d from;","lastModifiedDate":"2023-08-23"},{"lineNumber":15,"author":{"gitId":"Sasmik23"},"content":" this.to \u003d to;","lastModifiedDate":"2023-08-23"},{"lineNumber":16,"author":{"gitId":"Sasmik23"},"content":" SimpleDateFormat outputFormat \u003d new SimpleDateFormat(\"dd MMM yyyy h a\");","lastModifiedDate":"2023-08-30"},{"lineNumber":17,"author":{"gitId":"Sasmik23"},"content":" this.fromFormat \u003d outputFormat.format(from);","lastModifiedDate":"2023-08-30"},{"lineNumber":18,"author":{"gitId":"Sasmik23"},"content":" this.toFormat \u003d outputFormat.format(to);","lastModifiedDate":"2023-08-30"},{"lineNumber":19,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-23"},{"lineNumber":20,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-23"},{"lineNumber":21,"author":{"gitId":"Sasmik23"},"content":" public String addedMessage() {","lastModifiedDate":"2023-09-08"},{"lineNumber":22,"author":{"gitId":"Sasmik23"},"content":" String ret \u003d \"\";","lastModifiedDate":"2023-09-08"},{"lineNumber":23,"author":{"gitId":"Sasmik23"},"content":" ret +\u003d \"Got it. I\u0027ve added this task:\\n\";","lastModifiedDate":"2023-09-08"},{"lineNumber":24,"author":{"gitId":"Sasmik23"},"content":" ret +\u003d \" \" + this + \"\\n\";","lastModifiedDate":"2023-09-08"},{"lineNumber":25,"author":{"gitId":"Sasmik23"},"content":" ret +\u003d \"Now you have \" + super.size + \" tasks in the list.\\n\";","lastModifiedDate":"2023-09-08"},{"lineNumber":26,"author":{"gitId":"Sasmik23"},"content":" return ret;","lastModifiedDate":"2023-09-08"},{"lineNumber":27,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-09-08"},{"lineNumber":28,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-08"},{"lineNumber":29,"author":{"gitId":"Sasmik23"},"content":" @Override","lastModifiedDate":"2023-08-23"},{"lineNumber":30,"author":{"gitId":"Sasmik23"},"content":" public String toString() {","lastModifiedDate":"2023-08-23"},{"lineNumber":31,"author":{"gitId":"Sasmik23"},"content":" return \"[E]\" + super.toString() +","lastModifiedDate":"2023-09-25"},{"lineNumber":32,"author":{"gitId":"Sasmik23"},"content":" \"(from: \" + fromFormat + \" to: \" + toFormat + \")\" + \" #\" + super.tag;","lastModifiedDate":"2023-09-25"},{"lineNumber":33,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-23"},{"lineNumber":34,"author":{"gitId":"Sasmik23"},"content":"}","lastModifiedDate":"2023-08-23"}],"authorContributionMap":{"Sasmik23":34}},{"path":"src/main/java/duke/tasks/Task.java","fileType":"java","lines":[{"lineNumber":1,"author":{"gitId":"Sasmik23"},"content":"package duke.tasks;","lastModifiedDate":"2023-09-01"},{"lineNumber":2,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-31"},{"lineNumber":3,"author":{"gitId":"Sasmik23"},"content":"/**","lastModifiedDate":"2023-09-17"},{"lineNumber":4,"author":{"gitId":"Sasmik23"},"content":" * Task class, superclass to Todo, Deadline and Event subclasses","lastModifiedDate":"2023-08-24"},{"lineNumber":5,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-08-24"},{"lineNumber":6,"author":{"gitId":"Sasmik23"},"content":"public class Task {","lastModifiedDate":"2023-08-23"},{"lineNumber":7,"author":{"gitId":"Sasmik23"},"content":" //total number of tasks","lastModifiedDate":"2023-09-01"},{"lineNumber":8,"author":{"gitId":"Sasmik23"},"content":" protected static int size \u003d 0;","lastModifiedDate":"2023-08-23"},{"lineNumber":9,"author":{"gitId":"Sasmik23"},"content":" protected String description;","lastModifiedDate":"2023-09-17"},{"lineNumber":10,"author":{"gitId":"Sasmik23"},"content":" protected boolean isDone;","lastModifiedDate":"2023-09-17"},{"lineNumber":11,"author":{"gitId":"Sasmik23"},"content":" protected String tag \u003d \"no tag\";","lastModifiedDate":"2023-09-25"},{"lineNumber":12,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-24"},{"lineNumber":13,"author":{"gitId":"Sasmik23"},"content":" public Task(String description) {","lastModifiedDate":"2023-08-23"},{"lineNumber":14,"author":{"gitId":"Sasmik23"},"content":" this.description \u003d description;","lastModifiedDate":"2023-08-23"},{"lineNumber":15,"author":{"gitId":"Sasmik23"},"content":" this.isDone \u003d false;","lastModifiedDate":"2023-08-23"},{"lineNumber":16,"author":{"gitId":"Sasmik23"},"content":" size \u003d size + 1;","lastModifiedDate":"2023-08-23"},{"lineNumber":17,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-23"},{"lineNumber":18,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-23"},{"lineNumber":19,"author":{"gitId":"Sasmik23"},"content":" public static int getSize() {","lastModifiedDate":"2023-08-23"},{"lineNumber":20,"author":{"gitId":"Sasmik23"},"content":" return size;","lastModifiedDate":"2023-08-23"},{"lineNumber":21,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-23"},{"lineNumber":22,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-23"},{"lineNumber":23,"author":{"gitId":"Sasmik23"},"content":" public String getDescription() {","lastModifiedDate":"2023-09-17"},{"lineNumber":24,"author":{"gitId":"Sasmik23"},"content":" return this.description;","lastModifiedDate":"2023-09-17"},{"lineNumber":25,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-09-17"},{"lineNumber":26,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-17"},{"lineNumber":27,"author":{"gitId":"Sasmik23"},"content":" public String getStatusIcon() {","lastModifiedDate":"2023-08-23"},{"lineNumber":28,"author":{"gitId":"Sasmik23"},"content":" return (isDone ? \"X\" : \" \"); // mark done task with X","lastModifiedDate":"2023-08-23"},{"lineNumber":29,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-23"},{"lineNumber":30,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-23"},{"lineNumber":31,"author":{"gitId":"Sasmik23"},"content":" /**","lastModifiedDate":"2023-09-17"},{"lineNumber":32,"author":{"gitId":"Sasmik23"},"content":" * Sets isDone to true or false depending on user input","lastModifiedDate":"2023-08-24"},{"lineNumber":33,"author":{"gitId":"Sasmik23"},"content":" *","lastModifiedDate":"2023-09-17"},{"lineNumber":34,"author":{"gitId":"Sasmik23"},"content":" * @param action string mark or unmark","lastModifiedDate":"2023-08-24"},{"lineNumber":35,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-08-24"},{"lineNumber":36,"author":{"gitId":"Sasmik23"},"content":" public String setAction(String action) {","lastModifiedDate":"2023-09-08"},{"lineNumber":37,"author":{"gitId":"Sasmik23"},"content":" String result \u003d \"\";","lastModifiedDate":"2023-09-08"},{"lineNumber":38,"author":{"gitId":"Sasmik23"},"content":" if (action.equals(\"mark\")) {","lastModifiedDate":"2023-08-23"},{"lineNumber":39,"author":{"gitId":"Sasmik23"},"content":" this.isDone \u003d true;","lastModifiedDate":"2023-08-23"},{"lineNumber":40,"author":{"gitId":"Sasmik23"},"content":" result \u003d \"Nice! I\u0027ve marked this task as done:\\n\";","lastModifiedDate":"2023-09-08"},{"lineNumber":41,"author":{"gitId":"Sasmik23"},"content":" } else if (action.equals(\"unmark\")) {","lastModifiedDate":"2023-09-01"},{"lineNumber":42,"author":{"gitId":"Sasmik23"},"content":" this.isDone \u003d false;","lastModifiedDate":"2023-08-23"},{"lineNumber":43,"author":{"gitId":"Sasmik23"},"content":" result \u003d \"OK, I\u0027ve marked this task as not done yet:\\n\";","lastModifiedDate":"2023-09-08"},{"lineNumber":44,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-23"},{"lineNumber":45,"author":{"gitId":"Sasmik23"},"content":" result +\u003d \" \" + this;","lastModifiedDate":"2023-09-08"},{"lineNumber":46,"author":{"gitId":"Sasmik23"},"content":" return result;","lastModifiedDate":"2023-09-08"},{"lineNumber":47,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-24"},{"lineNumber":48,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-24"},{"lineNumber":49,"author":{"gitId":"Sasmik23"},"content":" public String setTag(String newTag) {","lastModifiedDate":"2023-09-18"},{"lineNumber":50,"author":{"gitId":"Sasmik23"},"content":" this.tag \u003d newTag;","lastModifiedDate":"2023-09-18"},{"lineNumber":51,"author":{"gitId":"Sasmik23"},"content":" return (\"#\" + newTag + \" has been set!\");","lastModifiedDate":"2023-09-18"},{"lineNumber":52,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-09-18"},{"lineNumber":53,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-18"},{"lineNumber":54,"author":{"gitId":"Sasmik23"},"content":" /**","lastModifiedDate":"2023-09-17"},{"lineNumber":55,"author":{"gitId":"Sasmik23"},"content":" * reduce size of tasks and print remaining number","lastModifiedDate":"2023-09-01"},{"lineNumber":56,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-08-24"},{"lineNumber":57,"author":{"gitId":"Sasmik23"},"content":" public String delete() {","lastModifiedDate":"2023-09-20"},{"lineNumber":58,"author":{"gitId":"Sasmik23"},"content":" size \u003d size - 1;","lastModifiedDate":"2023-08-24"},{"lineNumber":59,"author":{"gitId":"Sasmik23"},"content":" String ret \u003d \"\";","lastModifiedDate":"2023-09-20"},{"lineNumber":60,"author":{"gitId":"Sasmik23"},"content":" ret +\u003d \"Noted. I\u0027ve removed this task:\\n\";","lastModifiedDate":"2023-09-20"},{"lineNumber":61,"author":{"gitId":"Sasmik23"},"content":" ret +\u003d \" \" + this + \"\\n\";","lastModifiedDate":"2023-09-20"},{"lineNumber":62,"author":{"gitId":"Sasmik23"},"content":" ret +\u003d \"Now you have \" + size + \" tasks in the list.\\n\";","lastModifiedDate":"2023-09-25"},{"lineNumber":63,"author":{"gitId":"Sasmik23"},"content":" return ret;","lastModifiedDate":"2023-09-20"},{"lineNumber":64,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-23"},{"lineNumber":65,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-17"},{"lineNumber":66,"author":{"gitId":"Sasmik23"},"content":" @Override","lastModifiedDate":"2023-08-23"},{"lineNumber":67,"author":{"gitId":"Sasmik23"},"content":" public String toString() {","lastModifiedDate":"2023-08-23"},{"lineNumber":68,"author":{"gitId":"Sasmik23"},"content":" return \"[\" + this.getStatusIcon() + \"] \"","lastModifiedDate":"2023-09-18"},{"lineNumber":69,"author":{"gitId":"Sasmik23"},"content":" + this.description;","lastModifiedDate":"2023-09-25"},{"lineNumber":70,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-23"},{"lineNumber":71,"author":{"gitId":"Sasmik23"},"content":"}","lastModifiedDate":"2023-08-23"}],"authorContributionMap":{"Sasmik23":71}},{"path":"src/main/java/duke/tasks/Todo.java","fileType":"java","lines":[{"lineNumber":1,"author":{"gitId":"Sasmik23"},"content":"package duke.tasks;","lastModifiedDate":"2023-09-01"},{"lineNumber":2,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-31"},{"lineNumber":3,"author":{"gitId":"Sasmik23"},"content":"public class Todo extends Task {","lastModifiedDate":"2023-08-23"},{"lineNumber":4,"author":{"gitId":"Sasmik23"},"content":" public Todo(String description) {","lastModifiedDate":"2023-08-23"},{"lineNumber":5,"author":{"gitId":"Sasmik23"},"content":" super(description);","lastModifiedDate":"2023-08-23"},{"lineNumber":6,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-23"},{"lineNumber":7,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-23"},{"lineNumber":8,"author":{"gitId":"Sasmik23"},"content":" public String addedMessage() {","lastModifiedDate":"2023-09-08"},{"lineNumber":9,"author":{"gitId":"Sasmik23"},"content":" String ret \u003d \"\";","lastModifiedDate":"2023-09-08"},{"lineNumber":10,"author":{"gitId":"Sasmik23"},"content":" ret +\u003d \"Got it. I\u0027ve added this task:\\n\";","lastModifiedDate":"2023-09-08"},{"lineNumber":11,"author":{"gitId":"Sasmik23"},"content":" ret +\u003d \" \" + this + \"\\n\";","lastModifiedDate":"2023-09-08"},{"lineNumber":12,"author":{"gitId":"Sasmik23"},"content":" ret +\u003d \"Now you have \" + super.size + \" tasks in the list.\\n\";","lastModifiedDate":"2023-09-08"},{"lineNumber":13,"author":{"gitId":"Sasmik23"},"content":" return ret;","lastModifiedDate":"2023-09-08"},{"lineNumber":14,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-09-08"},{"lineNumber":15,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-08"},{"lineNumber":16,"author":{"gitId":"Sasmik23"},"content":" @Override","lastModifiedDate":"2023-08-23"},{"lineNumber":17,"author":{"gitId":"Sasmik23"},"content":" public String toString() {","lastModifiedDate":"2023-08-23"},{"lineNumber":18,"author":{"gitId":"Sasmik23"},"content":" return \"[T]\" + super.toString() + \" #\" + super.tag;","lastModifiedDate":"2023-09-25"},{"lineNumber":19,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-23"},{"lineNumber":20,"author":{"gitId":"Sasmik23"},"content":"}","lastModifiedDate":"2023-08-23"}],"authorContributionMap":{"Sasmik23":20}},{"path":"src/main/java/duke/ui/DialogBox.java","fileType":"java","lines":[{"lineNumber":1,"author":{"gitId":"Sasmik23"},"content":"package duke.ui;","lastModifiedDate":"2023-09-08"},{"lineNumber":2,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-08"},{"lineNumber":3,"author":{"gitId":"Sasmik23"},"content":"import javafx.geometry.Pos;","lastModifiedDate":"2023-09-08"},{"lineNumber":4,"author":{"gitId":"Sasmik23"},"content":"import javafx.scene.control.Label;","lastModifiedDate":"2023-09-08"},{"lineNumber":5,"author":{"gitId":"Sasmik23"},"content":"import javafx.scene.image.ImageView;","lastModifiedDate":"2023-09-08"},{"lineNumber":6,"author":{"gitId":"Sasmik23"},"content":"import javafx.scene.layout.HBox;","lastModifiedDate":"2023-09-08"},{"lineNumber":7,"author":{"gitId":"Sasmik23"},"content":"import javafx.collections.FXCollections;","lastModifiedDate":"2023-09-08"},{"lineNumber":8,"author":{"gitId":"Sasmik23"},"content":"import javafx.collections.ObservableList;","lastModifiedDate":"2023-09-08"},{"lineNumber":9,"author":{"gitId":"Sasmik23"},"content":"import javafx.geometry.Pos;","lastModifiedDate":"2023-09-08"},{"lineNumber":10,"author":{"gitId":"Sasmik23"},"content":"import javafx.scene.Node;","lastModifiedDate":"2023-09-08"},{"lineNumber":11,"author":{"gitId":"Sasmik23"},"content":"import javafx.scene.control.Label;","lastModifiedDate":"2023-09-08"},{"lineNumber":12,"author":{"gitId":"Sasmik23"},"content":"import javafx.scene.image.ImageView;","lastModifiedDate":"2023-09-08"},{"lineNumber":13,"author":{"gitId":"Sasmik23"},"content":"import javafx.scene.layout.HBox;","lastModifiedDate":"2023-09-08"},{"lineNumber":14,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-08"},{"lineNumber":15,"author":{"gitId":"Sasmik23"},"content":"public class DialogBox extends HBox {","lastModifiedDate":"2023-09-08"},{"lineNumber":16,"author":{"gitId":"Sasmik23"},"content":" private Label text;","lastModifiedDate":"2023-09-08"},{"lineNumber":17,"author":{"gitId":"Sasmik23"},"content":" private ImageView displayPicture;","lastModifiedDate":"2023-09-08"},{"lineNumber":18,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-08"},{"lineNumber":19,"author":{"gitId":"Sasmik23"},"content":" public DialogBox(Label l, ImageView iv) {","lastModifiedDate":"2023-09-08"},{"lineNumber":20,"author":{"gitId":"Sasmik23"},"content":" super(10);","lastModifiedDate":"2023-09-22"},{"lineNumber":21,"author":{"gitId":"Sasmik23"},"content":" text \u003d l;","lastModifiedDate":"2023-09-08"},{"lineNumber":22,"author":{"gitId":"Sasmik23"},"content":" displayPicture \u003d iv;","lastModifiedDate":"2023-09-08"},{"lineNumber":23,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-08"},{"lineNumber":24,"author":{"gitId":"Sasmik23"},"content":" text.setWrapText(true);","lastModifiedDate":"2023-09-08"},{"lineNumber":25,"author":{"gitId":"Sasmik23"},"content":" displayPicture.setFitWidth(100.0);","lastModifiedDate":"2023-09-08"},{"lineNumber":26,"author":{"gitId":"Sasmik23"},"content":" displayPicture.setFitHeight(100.0);","lastModifiedDate":"2023-09-08"},{"lineNumber":27,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-08"},{"lineNumber":28,"author":{"gitId":"Sasmik23"},"content":" this.setAlignment(Pos.TOP_RIGHT);","lastModifiedDate":"2023-09-08"},{"lineNumber":29,"author":{"gitId":"Sasmik23"},"content":" this.getChildren().addAll(text, displayPicture);","lastModifiedDate":"2023-09-08"},{"lineNumber":30,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-09-08"},{"lineNumber":31,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-08"},{"lineNumber":32,"author":{"gitId":"Sasmik23"},"content":" public static DialogBox getUserDialog(Label l, ImageView iv) {","lastModifiedDate":"2023-09-08"},{"lineNumber":33,"author":{"gitId":"Sasmik23"},"content":" return new DialogBox(l, iv);","lastModifiedDate":"2023-09-08"},{"lineNumber":34,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-09-08"},{"lineNumber":35,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-08"},{"lineNumber":36,"author":{"gitId":"Sasmik23"},"content":" public static DialogBox getDukeDialog(Label l, ImageView iv) {","lastModifiedDate":"2023-09-08"},{"lineNumber":37,"author":{"gitId":"Sasmik23"},"content":" var db \u003d new DialogBox(l, iv);","lastModifiedDate":"2023-09-08"},{"lineNumber":38,"author":{"gitId":"Sasmik23"},"content":" db.flip();","lastModifiedDate":"2023-09-08"},{"lineNumber":39,"author":{"gitId":"Sasmik23"},"content":" return db;","lastModifiedDate":"2023-09-08"},{"lineNumber":40,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-09-08"},{"lineNumber":41,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-20"},{"lineNumber":42,"author":{"gitId":"Sasmik23"},"content":" /**","lastModifiedDate":"2023-09-20"},{"lineNumber":43,"author":{"gitId":"Sasmik23"},"content":" * Flips the dialog box such that the ImageView is on the left and text on the right.","lastModifiedDate":"2023-09-20"},{"lineNumber":44,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-09-20"},{"lineNumber":45,"author":{"gitId":"Sasmik23"},"content":" private void flip() {","lastModifiedDate":"2023-09-20"},{"lineNumber":46,"author":{"gitId":"Sasmik23"},"content":" this.setAlignment(Pos.TOP_LEFT);","lastModifiedDate":"2023-09-20"},{"lineNumber":47,"author":{"gitId":"Sasmik23"},"content":" ObservableList\u003cNode\u003e tmp \u003d FXCollections.observableArrayList(this.getChildren());","lastModifiedDate":"2023-09-20"},{"lineNumber":48,"author":{"gitId":"Sasmik23"},"content":" FXCollections.reverse(tmp);","lastModifiedDate":"2023-09-20"},{"lineNumber":49,"author":{"gitId":"Sasmik23"},"content":" this.getChildren().setAll(tmp);","lastModifiedDate":"2023-09-20"},{"lineNumber":50,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-09-20"},{"lineNumber":51,"author":{"gitId":"Sasmik23"},"content":"}","lastModifiedDate":"2023-09-08"}],"authorContributionMap":{"Sasmik23":51}},{"path":"src/main/java/duke/ui/Duke.java","fileType":"java","lines":[{"lineNumber":1,"author":{"gitId":"Sasmik23"},"content":"package duke.ui;","lastModifiedDate":"2023-09-08"},{"lineNumber":2,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-08"},{"lineNumber":3,"author":{"gitId":"Sasmik23"},"content":"import duke.exceptions.DukeException;","lastModifiedDate":"2023-09-08"},{"lineNumber":4,"author":{"gitId":"Sasmik23"},"content":"import duke.exceptions.StorageException;","lastModifiedDate":"2023-09-20"},{"lineNumber":5,"author":{"gitId":"Sasmik23"},"content":"import duke.filehandler.Storage;","lastModifiedDate":"2023-09-08"},{"lineNumber":6,"author":{"gitId":"Sasmik23"},"content":"import duke.parsers.InputParser;","lastModifiedDate":"2023-09-08"},{"lineNumber":7,"author":{"gitId":"Sasmik23"},"content":"import duke.tasks.Task;","lastModifiedDate":"2023-09-08"},{"lineNumber":8,"author":{"gitId":"Sasmik23"},"content":"import javafx.application.Application;","lastModifiedDate":"2023-09-08"},{"lineNumber":9,"author":{"gitId":"Sasmik23"},"content":"import javafx.application.Platform;","lastModifiedDate":"2023-09-08"},{"lineNumber":10,"author":{"gitId":"Sasmik23"},"content":"import javafx.geometry.Insets;","lastModifiedDate":"2023-09-20"},{"lineNumber":11,"author":{"gitId":"Sasmik23"},"content":"import javafx.scene.Scene;","lastModifiedDate":"2023-09-08"},{"lineNumber":12,"author":{"gitId":"Sasmik23"},"content":"import javafx.scene.control.Button;","lastModifiedDate":"2023-09-08"},{"lineNumber":13,"author":{"gitId":"Sasmik23"},"content":"import javafx.scene.control.ScrollPane;","lastModifiedDate":"2023-09-08"},{"lineNumber":14,"author":{"gitId":"Sasmik23"},"content":"import javafx.scene.control.TextField;","lastModifiedDate":"2023-09-08"},{"lineNumber":15,"author":{"gitId":"Sasmik23"},"content":"import javafx.scene.layout.AnchorPane;","lastModifiedDate":"2023-09-08"},{"lineNumber":16,"author":{"gitId":"Sasmik23"},"content":"import javafx.scene.layout.VBox;","lastModifiedDate":"2023-09-08"},{"lineNumber":17,"author":{"gitId":"Sasmik23"},"content":"import javafx.stage.Stage;","lastModifiedDate":"2023-09-08"},{"lineNumber":18,"author":{"gitId":"Sasmik23"},"content":"import javafx.scene.layout.Region;","lastModifiedDate":"2023-09-08"},{"lineNumber":19,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-08"},{"lineNumber":20,"author":{"gitId":"Sasmik23"},"content":"import java.util.ArrayList;","lastModifiedDate":"2023-09-17"},{"lineNumber":21,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-08"},{"lineNumber":22,"author":{"gitId":"Sasmik23"},"content":"import javafx.scene.control.Label;","lastModifiedDate":"2023-09-17"},{"lineNumber":23,"author":{"gitId":"Sasmik23"},"content":"import javafx.scene.image.ImageView;","lastModifiedDate":"2023-09-08"},{"lineNumber":24,"author":{"gitId":"Sasmik23"},"content":"import javafx.scene.image.Image;","lastModifiedDate":"2023-09-08"},{"lineNumber":25,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-08"},{"lineNumber":26,"author":{"gitId":"Sasmik23"},"content":"public class Duke extends Application {","lastModifiedDate":"2023-09-08"},{"lineNumber":27,"author":{"gitId":"Sasmik23"},"content":" private static ArrayList\u003cTask\u003e tasks;","lastModifiedDate":"2023-09-17"},{"lineNumber":28,"author":{"gitId":"Sasmik23"},"content":" private ScrollPane scrollPane;","lastModifiedDate":"2023-09-08"},{"lineNumber":29,"author":{"gitId":"Sasmik23"},"content":" private VBox dialogContainer;","lastModifiedDate":"2023-09-08"},{"lineNumber":30,"author":{"gitId":"Sasmik23"},"content":" private TextField userInput;","lastModifiedDate":"2023-09-08"},{"lineNumber":31,"author":{"gitId":"Sasmik23"},"content":" private Button sendButton;","lastModifiedDate":"2023-09-08"},{"lineNumber":32,"author":{"gitId":"Sasmik23"},"content":" private Scene scene;","lastModifiedDate":"2023-09-08"},{"lineNumber":33,"author":{"gitId":"Sasmik23"},"content":" private Storage storage;","lastModifiedDate":"2023-09-08"},{"lineNumber":34,"author":{"gitId":"Sasmik23"},"content":" private Image user \u003d new Image(this.getClass().getResourceAsStream(\"/images/little-asian-boy-surprised-1432293.jpg\"));","lastModifiedDate":"2023-09-26"},{"lineNumber":35,"author":{"gitId":"Sasmik23"},"content":" private Image duke \u003d new Image(this.getClass().getResourceAsStream(\"/images/puppy-1371458.jpg\"));","lastModifiedDate":"2023-09-26"},{"lineNumber":36,"author":{"gitId":"Sasmik23"},"content":" private InputParser parser;","lastModifiedDate":"2023-09-08"},{"lineNumber":37,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-08"},{"lineNumber":38,"author":{"gitId":"Sasmik23"},"content":" public Duke() {","lastModifiedDate":"2023-09-20"},{"lineNumber":39,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-09-20"},{"lineNumber":40,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-20"},{"lineNumber":41,"author":{"gitId":"Sasmik23"},"content":" /**","lastModifiedDate":"2023-09-20"},{"lineNumber":42,"author":{"gitId":"Sasmik23"},"content":" * Gets tasks from stored text file, stores tasks in parser object","lastModifiedDate":"2023-09-20"},{"lineNumber":43,"author":{"gitId":"Sasmik23"},"content":" *","lastModifiedDate":"2023-09-20"},{"lineNumber":44,"author":{"gitId":"Sasmik23"},"content":" * @param filePath","lastModifiedDate":"2023-09-20"},{"lineNumber":45,"author":{"gitId":"Sasmik23"},"content":" * @throws StorageException","lastModifiedDate":"2023-09-20"},{"lineNumber":46,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-09-20"},{"lineNumber":47,"author":{"gitId":"Sasmik23"},"content":" public void retrieveFromStorage(String filePath) throws StorageException {","lastModifiedDate":"2023-09-20"},{"lineNumber":48,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-20"},{"lineNumber":49,"author":{"gitId":"Sasmik23"},"content":" storage \u003d new Storage(filePath);","lastModifiedDate":"2023-09-08"},{"lineNumber":50,"author":{"gitId":"Sasmik23"},"content":" try {","lastModifiedDate":"2023-09-08"},{"lineNumber":51,"author":{"gitId":"Sasmik23"},"content":" tasks \u003d storage.readTasks();","lastModifiedDate":"2023-09-08"},{"lineNumber":52,"author":{"gitId":"Sasmik23"},"content":" } catch (DukeException e) {","lastModifiedDate":"2023-09-08"},{"lineNumber":53,"author":{"gitId":"Sasmik23"},"content":" throw new StorageException(e.getMessage());","lastModifiedDate":"2023-09-20"},{"lineNumber":54,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-09-08"},{"lineNumber":55,"author":{"gitId":"Sasmik23"},"content":" this.parser \u003d new InputParser(tasks);","lastModifiedDate":"2023-09-08"},{"lineNumber":56,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-09-08"},{"lineNumber":57,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-17"},{"lineNumber":58,"author":{"gitId":"Sasmik23"},"content":" /**","lastModifiedDate":"2023-09-20"},{"lineNumber":59,"author":{"gitId":"Sasmik23"},"content":" * Sets up main window","lastModifiedDate":"2023-09-20"},{"lineNumber":60,"author":{"gitId":"Sasmik23"},"content":" *","lastModifiedDate":"2023-09-20"},{"lineNumber":61,"author":{"gitId":"Sasmik23"},"content":" * @param stage the primary stage for this application, onto which","lastModifiedDate":"2023-09-20"},{"lineNumber":62,"author":{"gitId":"Sasmik23"},"content":" * the application scene can be set.","lastModifiedDate":"2023-09-20"},{"lineNumber":63,"author":{"gitId":"Sasmik23"},"content":" * Applications may create other stages, if needed, but they will not be","lastModifiedDate":"2023-09-20"},{"lineNumber":64,"author":{"gitId":"Sasmik23"},"content":" * primary stages.","lastModifiedDate":"2023-09-20"},{"lineNumber":65,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-09-20"},{"lineNumber":66,"author":{"gitId":"Sasmik23"},"content":" @Override","lastModifiedDate":"2023-09-08"},{"lineNumber":67,"author":{"gitId":"Sasmik23"},"content":" public void start(Stage stage) {","lastModifiedDate":"2023-09-08"},{"lineNumber":68,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-08"},{"lineNumber":69,"author":{"gitId":"Sasmik23"},"content":" //Step 1. Setting up required components","lastModifiedDate":"2023-09-08"},{"lineNumber":70,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-08"},{"lineNumber":71,"author":{"gitId":"Sasmik23"},"content":" //The container for the content of the chat to scroll.","lastModifiedDate":"2023-09-08"},{"lineNumber":72,"author":{"gitId":"Sasmik23"},"content":" scrollPane \u003d new ScrollPane();","lastModifiedDate":"2023-09-08"},{"lineNumber":73,"author":{"gitId":"Sasmik23"},"content":" dialogContainer \u003d new VBox();","lastModifiedDate":"2023-09-08"},{"lineNumber":74,"author":{"gitId":"Sasmik23"},"content":" scrollPane.setContent(dialogContainer);","lastModifiedDate":"2023-09-08"},{"lineNumber":75,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-08"},{"lineNumber":76,"author":{"gitId":"Sasmik23"},"content":" userInput \u003d new TextField();","lastModifiedDate":"2023-09-08"},{"lineNumber":77,"author":{"gitId":"Sasmik23"},"content":" sendButton \u003d new Button(\"Send\");","lastModifiedDate":"2023-09-08"},{"lineNumber":78,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-08"},{"lineNumber":79,"author":{"gitId":"Sasmik23"},"content":" AnchorPane mainLayout \u003d new AnchorPane();","lastModifiedDate":"2023-09-08"},{"lineNumber":80,"author":{"gitId":"Sasmik23"},"content":" mainLayout.getChildren().addAll(scrollPane, userInput, sendButton);","lastModifiedDate":"2023-09-08"},{"lineNumber":81,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-08"},{"lineNumber":82,"author":{"gitId":"Sasmik23"},"content":" scene \u003d new Scene(mainLayout);","lastModifiedDate":"2023-09-08"},{"lineNumber":83,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-08"},{"lineNumber":84,"author":{"gitId":"Sasmik23"},"content":" stage.setScene(scene);","lastModifiedDate":"2023-09-08"},{"lineNumber":85,"author":{"gitId":"Sasmik23"},"content":" stage.show();","lastModifiedDate":"2023-09-08"},{"lineNumber":86,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-08"},{"lineNumber":87,"author":{"gitId":"Sasmik23"},"content":" stage.setTitle(\"duke.ui.Duke\");","lastModifiedDate":"2023-09-08"},{"lineNumber":88,"author":{"gitId":"Sasmik23"},"content":" stage.setResizable(false);","lastModifiedDate":"2023-09-08"},{"lineNumber":89,"author":{"gitId":"Sasmik23"},"content":" stage.setMinHeight(600.0);","lastModifiedDate":"2023-09-08"},{"lineNumber":90,"author":{"gitId":"Sasmik23"},"content":" stage.setMinWidth(600.0);","lastModifiedDate":"2023-09-20"},{"lineNumber":91,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-08"},{"lineNumber":92,"author":{"gitId":"Sasmik23"},"content":" mainLayout.setPrefSize(600.0, 600.0);","lastModifiedDate":"2023-09-20"},{"lineNumber":93,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-08"},{"lineNumber":94,"author":{"gitId":"Sasmik23"},"content":" scrollPane.setPrefSize(585, 535);","lastModifiedDate":"2023-09-20"},{"lineNumber":95,"author":{"gitId":"Sasmik23"},"content":" scrollPane.setHbarPolicy(ScrollPane.ScrollBarPolicy.NEVER);","lastModifiedDate":"2023-09-08"},{"lineNumber":96,"author":{"gitId":"Sasmik23"},"content":" scrollPane.setVbarPolicy(ScrollPane.ScrollBarPolicy.ALWAYS);","lastModifiedDate":"2023-09-08"},{"lineNumber":97,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-08"},{"lineNumber":98,"author":{"gitId":"Sasmik23"},"content":" scrollPane.setVvalue(1.0);","lastModifiedDate":"2023-09-08"},{"lineNumber":99,"author":{"gitId":"Sasmik23"},"content":" scrollPane.setFitToWidth(true);","lastModifiedDate":"2023-09-08"},{"lineNumber":100,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-08"},{"lineNumber":101,"author":{"gitId":"Sasmik23"},"content":" // You will need to import `javafx.scene.layout.Region` for this.","lastModifiedDate":"2023-09-08"},{"lineNumber":102,"author":{"gitId":"Sasmik23"},"content":" dialogContainer.setPrefHeight(Region.USE_COMPUTED_SIZE);","lastModifiedDate":"2023-09-08"},{"lineNumber":103,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-08"},{"lineNumber":104,"author":{"gitId":"Sasmik23"},"content":" userInput.setPrefWidth(525.0);","lastModifiedDate":"2023-09-20"},{"lineNumber":105,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-08"},{"lineNumber":106,"author":{"gitId":"Sasmik23"},"content":" sendButton.setPrefWidth(55.0);","lastModifiedDate":"2023-09-08"},{"lineNumber":107,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-08"},{"lineNumber":108,"author":{"gitId":"Sasmik23"},"content":" AnchorPane.setTopAnchor(scrollPane, 1.0);","lastModifiedDate":"2023-09-08"},{"lineNumber":109,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-08"},{"lineNumber":110,"author":{"gitId":"Sasmik23"},"content":" AnchorPane.setBottomAnchor(sendButton, 1.0);","lastModifiedDate":"2023-09-08"},{"lineNumber":111,"author":{"gitId":"Sasmik23"},"content":" AnchorPane.setRightAnchor(sendButton, 1.0);","lastModifiedDate":"2023-09-08"},{"lineNumber":112,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-08"},{"lineNumber":113,"author":{"gitId":"Sasmik23"},"content":" AnchorPane.setLeftAnchor(userInput, 1.0);","lastModifiedDate":"2023-09-08"},{"lineNumber":114,"author":{"gitId":"Sasmik23"},"content":" AnchorPane.setBottomAnchor(userInput, 1.0);","lastModifiedDate":"2023-09-08"},{"lineNumber":115,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-08"},{"lineNumber":116,"author":{"gitId":"Sasmik23"},"content":" //Retrieve existing tasks from storage, display welcome message","lastModifiedDate":"2023-09-20"},{"lineNumber":117,"author":{"gitId":"Sasmik23"},"content":" try {","lastModifiedDate":"2023-09-20"},{"lineNumber":118,"author":{"gitId":"Sasmik23"},"content":" retrieveFromStorage(\"./samData/tasks.txt\");","lastModifiedDate":"2023-09-25"},{"lineNumber":119,"author":{"gitId":"Sasmik23"},"content":" Label success \u003d new Label(Ui.greetingText());","lastModifiedDate":"2023-09-20"},{"lineNumber":120,"author":{"gitId":"Sasmik23"},"content":" dialogContainer.getChildren().add(DialogBox.getDukeDialog(success, new ImageView(duke)));","lastModifiedDate":"2023-09-20"},{"lineNumber":121,"author":{"gitId":"Sasmik23"},"content":" } catch (StorageException e) {","lastModifiedDate":"2023-09-20"},{"lineNumber":122,"author":{"gitId":"Sasmik23"},"content":" Label error \u003d new Label(e.getMessage());","lastModifiedDate":"2023-09-20"},{"lineNumber":123,"author":{"gitId":"Sasmik23"},"content":" dialogContainer.getChildren().add(DialogBox.getDukeDialog(error, new ImageView(duke)));","lastModifiedDate":"2023-09-20"},{"lineNumber":124,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-09-20"},{"lineNumber":125,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-08"},{"lineNumber":126,"author":{"gitId":"Sasmik23"},"content":" //Part 3. Add functionality to handle user input.","lastModifiedDate":"2023-09-08"},{"lineNumber":127,"author":{"gitId":"Sasmik23"},"content":" sendButton.setOnMouseClicked((event) -\u003e {","lastModifiedDate":"2023-09-08"},{"lineNumber":128,"author":{"gitId":"Sasmik23"},"content":" handleUserInput();","lastModifiedDate":"2023-09-08"},{"lineNumber":129,"author":{"gitId":"Sasmik23"},"content":" });","lastModifiedDate":"2023-09-08"},{"lineNumber":130,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-08"},{"lineNumber":131,"author":{"gitId":"Sasmik23"},"content":" userInput.setOnAction((event) -\u003e {","lastModifiedDate":"2023-09-08"},{"lineNumber":132,"author":{"gitId":"Sasmik23"},"content":" handleUserInput();","lastModifiedDate":"2023-09-08"},{"lineNumber":133,"author":{"gitId":"Sasmik23"},"content":" });","lastModifiedDate":"2023-09-08"},{"lineNumber":134,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-08"},{"lineNumber":135,"author":{"gitId":"Sasmik23"},"content":" dialogContainer.heightProperty().addListener((observable) -\u003e scrollPane.setVvalue(1.0));","lastModifiedDate":"2023-09-08"},{"lineNumber":136,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-09-08"},{"lineNumber":137,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-08"},{"lineNumber":138,"author":{"gitId":"Sasmik23"},"content":" /**","lastModifiedDate":"2023-09-08"},{"lineNumber":139,"author":{"gitId":"Sasmik23"},"content":" * Iteration 2:","lastModifiedDate":"2023-09-08"},{"lineNumber":140,"author":{"gitId":"Sasmik23"},"content":" * Creates two dialog boxes, one echoing user input and the other containing duke.ui.Duke\u0027s reply and then appends them to","lastModifiedDate":"2023-09-08"},{"lineNumber":141,"author":{"gitId":"Sasmik23"},"content":" * the dialog container. Clears the user input after processing.","lastModifiedDate":"2023-09-08"},{"lineNumber":142,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-09-08"},{"lineNumber":143,"author":{"gitId":"Sasmik23"},"content":" private void handleUserInput() {","lastModifiedDate":"2023-09-08"},{"lineNumber":144,"author":{"gitId":"Sasmik23"},"content":" Label userText \u003d new Label(userInput.getText());","lastModifiedDate":"2023-09-26"},{"lineNumber":145,"author":{"gitId":"Sasmik23"},"content":" userText.setPadding(new Insets(5));","lastModifiedDate":"2023-09-20"},{"lineNumber":146,"author":{"gitId":"Sasmik23"},"content":" String dukeReplyStr \u003d getResponse(userInput.getText());","lastModifiedDate":"2023-09-20"},{"lineNumber":147,"author":{"gitId":"Sasmik23"},"content":" //If user types \"bye\", programme will quit","lastModifiedDate":"2023-09-20"},{"lineNumber":148,"author":{"gitId":"Sasmik23"},"content":" if (dukeReplyStr.equals(\"exit app\")) {","lastModifiedDate":"2023-09-20"},{"lineNumber":149,"author":{"gitId":"Sasmik23"},"content":" Label end \u003d new Label(Ui.endingText());","lastModifiedDate":"2023-09-20"},{"lineNumber":150,"author":{"gitId":"Sasmik23"},"content":" dialogContainer.getChildren().add(DialogBox.getDukeDialog(end, new ImageView(duke)));","lastModifiedDate":"2023-09-20"},{"lineNumber":151,"author":{"gitId":"Sasmik23"},"content":" Platform.exit();","lastModifiedDate":"2023-09-20"},{"lineNumber":152,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-09-20"},{"lineNumber":153,"author":{"gitId":"Sasmik23"},"content":" Label dukeText \u003d new Label(dukeReplyStr);","lastModifiedDate":"2023-09-20"},{"lineNumber":154,"author":{"gitId":"Sasmik23"},"content":" dukeText.setPadding(new Insets(5));","lastModifiedDate":"2023-09-20"},{"lineNumber":155,"author":{"gitId":"Sasmik23"},"content":" dialogContainer.getChildren().addAll(","lastModifiedDate":"2023-09-08"},{"lineNumber":156,"author":{"gitId":"Sasmik23"},"content":" DialogBox.getUserDialog(userText, new ImageView(user)),","lastModifiedDate":"2023-09-08"},{"lineNumber":157,"author":{"gitId":"Sasmik23"},"content":" DialogBox.getDukeDialog(dukeText, new ImageView(duke))","lastModifiedDate":"2023-09-08"},{"lineNumber":158,"author":{"gitId":"Sasmik23"},"content":" );","lastModifiedDate":"2023-09-08"},{"lineNumber":159,"author":{"gitId":"Sasmik23"},"content":" userInput.clear();","lastModifiedDate":"2023-09-08"},{"lineNumber":160,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-09-08"},{"lineNumber":161,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-17"},{"lineNumber":162,"author":{"gitId":"Sasmik23"},"content":" /**","lastModifiedDate":"2023-09-08"},{"lineNumber":163,"author":{"gitId":"Sasmik23"},"content":" * Sends user input to parser file","lastModifiedDate":"2023-09-20"},{"lineNumber":164,"author":{"gitId":"Sasmik23"},"content":" *","lastModifiedDate":"2023-09-20"},{"lineNumber":165,"author":{"gitId":"Sasmik23"},"content":" * @param input","lastModifiedDate":"2023-09-20"},{"lineNumber":166,"author":{"gitId":"Sasmik23"},"content":" * @return parsed String","lastModifiedDate":"2023-09-20"},{"lineNumber":167,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-09-08"},{"lineNumber":168,"author":{"gitId":"Sasmik23"},"content":" private String getResponse(String input) {","lastModifiedDate":"2023-09-08"},{"lineNumber":169,"author":{"gitId":"Sasmik23"},"content":" return parser.parse(input, true);","lastModifiedDate":"2023-09-20"},{"lineNumber":170,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-09-08"},{"lineNumber":171,"author":{"gitId":"Sasmik23"},"content":"}","lastModifiedDate":"2023-09-08"}],"authorContributionMap":{"Sasmik23":171}},{"path":"src/main/java/duke/ui/Ui.java","fileType":"java","lines":[{"lineNumber":1,"author":{"gitId":"Sasmik23"},"content":"package duke.ui;","lastModifiedDate":"2023-09-01"},{"lineNumber":2,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-31"},{"lineNumber":3,"author":{"gitId":"Sasmik23"},"content":"public class Ui {","lastModifiedDate":"2023-08-31"},{"lineNumber":4,"author":{"gitId":"Sasmik23"},"content":" public static String greetingText() {","lastModifiedDate":"2023-09-20"},{"lineNumber":5,"author":{"gitId":"Sasmik23"},"content":" String ret \u003d \"\";","lastModifiedDate":"2023-09-20"},{"lineNumber":6,"author":{"gitId":"Sasmik23"},"content":" ret +\u003d \"Welcome to Samantha\u0027s chatBot!\\n\";","lastModifiedDate":"2023-09-20"},{"lineNumber":7,"author":{"gitId":"Sasmik23"},"content":" ret +\u003d \"You may add tasks in the following format:\\n\\n\";","lastModifiedDate":"2023-09-25"},{"lineNumber":8,"author":{"gitId":"Sasmik23"},"content":" ret +\u003d \"Todo {description}\\n\";","lastModifiedDate":"2023-09-20"},{"lineNumber":9,"author":{"gitId":"Sasmik23"},"content":" ret +\u003d \"Deadline {description} /by {DD/MM/YYYY HHMM}\\n\";","lastModifiedDate":"2023-09-20"},{"lineNumber":10,"author":{"gitId":"Sasmik23"},"content":" ret +\u003d \"Event {description} /from {DD/MM/YYYY HHMM} /to {DD/MM/YYYY HHMM}\\n\";","lastModifiedDate":"2023-09-20"},{"lineNumber":11,"author":{"gitId":"Sasmik23"},"content":" return ret;","lastModifiedDate":"2023-09-20"},{"lineNumber":12,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-31"},{"lineNumber":13,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-31"},{"lineNumber":14,"author":{"gitId":"Sasmik23"},"content":" public static String endingText() {","lastModifiedDate":"2023-09-20"},{"lineNumber":15,"author":{"gitId":"Sasmik23"},"content":" return \"See you soon\";","lastModifiedDate":"2023-09-20"},{"lineNumber":16,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-09-01"},{"lineNumber":17,"author":{"gitId":"Sasmik23"},"content":"}","lastModifiedDate":"2023-08-31"}],"authorContributionMap":{"Sasmik23":17}},{"path":"src/test/java/duke/DukeTest.java","fileType":"java","lines":[{"lineNumber":1,"author":{"gitId":"Sasmik23"},"content":"package duke;","lastModifiedDate":"2023-09-01"},{"lineNumber":2,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-31"},{"lineNumber":3,"author":{"gitId":"Sasmik23"},"content":"import duke.parsers.InputParser;","lastModifiedDate":"2023-09-01"},{"lineNumber":4,"author":{"gitId":"Sasmik23"},"content":"import org.junit.jupiter.api.MethodOrderer;","lastModifiedDate":"2023-09-25"},{"lineNumber":5,"author":{"gitId":"Sasmik23"},"content":"import org.junit.jupiter.api.Order;","lastModifiedDate":"2023-09-25"},{"lineNumber":6,"author":{"gitId":"Sasmik23"},"content":"import org.junit.jupiter.api.Test;","lastModifiedDate":"2023-08-31"},{"lineNumber":7,"author":{"gitId":"Sasmik23"},"content":"import org.junit.jupiter.api.TestMethodOrder;","lastModifiedDate":"2023-09-25"},{"lineNumber":8,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-31"},{"lineNumber":9,"author":{"gitId":"Sasmik23"},"content":"import java.util.ArrayList;","lastModifiedDate":"2023-09-08"},{"lineNumber":10,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-01"},{"lineNumber":11,"author":{"gitId":"Sasmik23"},"content":"import static org.junit.jupiter.api.Assertions.assertEquals;","lastModifiedDate":"2023-08-31"},{"lineNumber":12,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-31"},{"lineNumber":13,"author":{"gitId":"Sasmik23"},"content":"@TestMethodOrder(MethodOrderer.OrderAnnotation.class)","lastModifiedDate":"2023-09-25"},{"lineNumber":14,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-25"},{"lineNumber":15,"author":{"gitId":"Sasmik23"},"content":"public class DukeTest {","lastModifiedDate":"2023-08-31"},{"lineNumber":16,"author":{"gitId":"Sasmik23"},"content":" private InputParser parser \u003d new InputParser(new ArrayList\u003c\u003e());","lastModifiedDate":"2023-09-08"},{"lineNumber":17,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-08"},{"lineNumber":18,"author":{"gitId":"Sasmik23"},"content":" @Test","lastModifiedDate":"2023-08-31"},{"lineNumber":19,"author":{"gitId":"Sasmik23"},"content":" @Order(1)","lastModifiedDate":"2023-09-25"},{"lineNumber":20,"author":{"gitId":"Sasmik23"},"content":" public void todoTest() {","lastModifiedDate":"2023-09-25"},{"lineNumber":21,"author":{"gitId":"Sasmik23"},"content":" String actual \u003d parser.parse(\"todo gym\", false);","lastModifiedDate":"2023-09-25"},{"lineNumber":22,"author":{"gitId":"Sasmik23"},"content":" String expected \u003d \"Got it. I\u0027ve added this task:\" + \"\\n\" + \" [T][ ] gym #no tag\" + \"\\n\" + \"Now you have 1 tasks in the list.\\n\";","lastModifiedDate":"2023-09-25"},{"lineNumber":23,"author":{"gitId":"Sasmik23"},"content":" assertEquals(expected, actual);","lastModifiedDate":"2023-09-25"},{"lineNumber":24,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-31"},{"lineNumber":25,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-01"},{"lineNumber":26,"author":{"gitId":"Sasmik23"},"content":" @Test","lastModifiedDate":"2023-09-01"},{"lineNumber":27,"author":{"gitId":"Sasmik23"},"content":" @Order(2)","lastModifiedDate":"2023-09-25"},{"lineNumber":28,"author":{"gitId":"Sasmik23"},"content":" public void deadlineTest() {","lastModifiedDate":"2023-09-25"},{"lineNumber":29,"author":{"gitId":"Sasmik23"},"content":" String actual \u003d parser.parse(\"deadline assignment /by 02/05/2024 1900\", false);","lastModifiedDate":"2023-09-25"},{"lineNumber":30,"author":{"gitId":"Sasmik23"},"content":" String expected \u003d \"Got it. I\u0027ve added this task:\" + \"\\n\" + \" [D][ ] assignment (by: 02 May 2024 7 PM) #no tag\" + \"\\n\" + \"Now you have 2 tasks in the list.\\n\";","lastModifiedDate":"2023-09-25"},{"lineNumber":31,"author":{"gitId":"Sasmik23"},"content":" assertEquals(expected, actual);","lastModifiedDate":"2023-09-25"},{"lineNumber":32,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-09-25"},{"lineNumber":33,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-01"},{"lineNumber":34,"author":{"gitId":"Sasmik23"},"content":" @Test","lastModifiedDate":"2023-09-25"},{"lineNumber":35,"author":{"gitId":"Sasmik23"},"content":" @Order(3)","lastModifiedDate":"2023-09-25"},{"lineNumber":36,"author":{"gitId":"Sasmik23"},"content":" public void eventTest() {","lastModifiedDate":"2023-09-25"},{"lineNumber":37,"author":{"gitId":"Sasmik23"},"content":" String actual \u003d parser.parse(\"event soc fair /from 10/05/2023 1000 /to 11/05/2023 1000\", false);","lastModifiedDate":"2023-09-25"},{"lineNumber":38,"author":{"gitId":"Sasmik23"},"content":" String expected \u003d \"Got it. I\u0027ve added this task:\" + \"\\n\" +","lastModifiedDate":"2023-09-25"},{"lineNumber":39,"author":{"gitId":"Sasmik23"},"content":" \" [E][ ] soc fair (from: 10 May 2023 10 AM to: 11 May 2023 10 AM) #no tag\" +","lastModifiedDate":"2023-09-25"},{"lineNumber":40,"author":{"gitId":"Sasmik23"},"content":" \"\\n\" + \"Now you have 3 tasks in the list.\\n\";","lastModifiedDate":"2023-09-25"},{"lineNumber":41,"author":{"gitId":"Sasmik23"},"content":" assertEquals(expected, actual);","lastModifiedDate":"2023-09-08"},{"lineNumber":42,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-09-01"},{"lineNumber":43,"author":{"gitId":"Sasmik23"},"content":"}","lastModifiedDate":"2023-08-31"}],"authorContributionMap":{"Sasmik23":43}},{"path":"text-ui-test/input.txt","fileType":"txt","lines":[{"lineNumber":1,"author":{"gitId":"Sasmik23"},"content":"deadline return book /by Sunday","lastModifiedDate":"2023-08-23"},{"lineNumber":2,"author":{"gitId":"Sasmik23"},"content":"list","lastModifiedDate":"2023-08-23"},{"lineNumber":3,"author":{"gitId":"Sasmik23"},"content":"event project meeting /from Mon 2pm /to 4pm","lastModifiedDate":"2023-08-23"},{"lineNumber":4,"author":{"gitId":"Sasmik23"},"content":"todo borrow book","lastModifiedDate":"2023-08-23"},{"lineNumber":5,"author":{"gitId":"Sasmik23"},"content":"mark 2","lastModifiedDate":"2023-08-23"},{"lineNumber":6,"author":{"gitId":"Sasmik23"},"content":"list","lastModifiedDate":"2023-08-23"},{"lineNumber":7,"author":{"gitId":"Sasmik23"},"content":"bye","lastModifiedDate":"2023-08-23"}],"authorContributionMap":{"Sasmik23":7}},{"path":"text-ui-test/runtest.bat","fileType":"bat","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"@ECHO OFF","lastModifiedDate":"2020-05-25"},{"lineNumber":2,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2020-05-25"},{"lineNumber":3,"author":{"gitId":"-"},"content":"REM create bin directory if it doesn\u0027t exist","lastModifiedDate":"2020-05-25"},{"lineNumber":4,"author":{"gitId":"-"},"content":"if not exist ..\\bin mkdir ..\\bin","lastModifiedDate":"2020-05-25"},{"lineNumber":5,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2020-05-25"},{"lineNumber":6,"author":{"gitId":"-"},"content":"REM delete output from previous run","lastModifiedDate":"2020-05-25"},{"lineNumber":7,"author":{"gitId":"-"},"content":"if exist ACTUAL.TXT del ACTUAL.TXT","lastModifiedDate":"2020-08-25"},{"lineNumber":8,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2020-05-25"},{"lineNumber":9,"author":{"gitId":"-"},"content":"REM compile the code into the bin folder","lastModifiedDate":"2020-05-25"},{"lineNumber":10,"author":{"gitId":"-"},"content":"javac -cp ..\\src\\main\\java -Xlint:none -d ..\\bin ..\\src\\main\\java\\*.java","lastModifiedDate":"2020-08-25"},{"lineNumber":11,"author":{"gitId":"-"},"content":"IF ERRORLEVEL 1 (","lastModifiedDate":"2020-05-25"},{"lineNumber":12,"author":{"gitId":"-"},"content":" echo ********** BUILD FAILURE **********","lastModifiedDate":"2020-05-25"},{"lineNumber":13,"author":{"gitId":"-"},"content":" exit /b 1","lastModifiedDate":"2020-05-25"},{"lineNumber":14,"author":{"gitId":"-"},"content":")","lastModifiedDate":"2020-05-25"},{"lineNumber":15,"author":{"gitId":"-"},"content":"REM no error here, errorlevel \u003d\u003d 0","lastModifiedDate":"2020-05-25"},{"lineNumber":16,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2020-05-25"},{"lineNumber":17,"author":{"gitId":"-"},"content":"REM run the program, feed commands from input.txt file and redirect the output to the ACTUAL.TXT","lastModifiedDate":"2020-05-25"},{"lineNumber":18,"author":{"gitId":"Sasmik23"},"content":"java -classpath ..\\bin duke.duke \u003c input.txt \u003e ACTUAL.TXT","lastModifiedDate":"2023-09-01"},{"lineNumber":19,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2020-05-25"},{"lineNumber":20,"author":{"gitId":"-"},"content":"REM compare the output to the expected output","lastModifiedDate":"2020-05-25"},{"lineNumber":21,"author":{"gitId":"-"},"content":"FC ACTUAL.TXT EXPECTED.TXT","lastModifiedDate":"2020-05-25"}],"authorContributionMap":{"Sasmik23":1,"-":20}}] +[{"path":"README.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"Sasmik23"},"content":"# Samantha - duke project template","lastModifiedDate":"2023-09-25"},{"lineNumber":2,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2020-05-25"},{"lineNumber":3,"author":{"gitId":"Sasmik23"},"content":"This is a project template for a greenfield Java project. It\u0027s named after the Java mascot _Duke_. Given below are","lastModifiedDate":"2023-09-25"},{"lineNumber":4,"author":{"gitId":"Sasmik23"},"content":"instructions on how to use it.","lastModifiedDate":"2023-09-25"},{"lineNumber":5,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2020-05-25"},{"lineNumber":6,"author":{"gitId":"-"},"content":"## Setting up in Intellij","lastModifiedDate":"2020-05-25"},{"lineNumber":7,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2020-05-25"},{"lineNumber":8,"author":{"gitId":"-"},"content":"Prerequisites: JDK 11, update Intellij to the most recent version.","lastModifiedDate":"2020-05-25"},{"lineNumber":9,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2020-05-25"},{"lineNumber":10,"author":{"gitId":"Sasmik23"},"content":"1. Open Intellij (if you are not in the welcome screen, click `File` \u003e `Close Project` to close the existing project","lastModifiedDate":"2023-09-25"},{"lineNumber":11,"author":{"gitId":"Sasmik23"},"content":" first)","lastModifiedDate":"2023-09-25"},{"lineNumber":12,"author":{"gitId":"-"},"content":"1. Open the project into Intellij as follows:","lastModifiedDate":"2021-01-17"},{"lineNumber":13,"author":{"gitId":"-"},"content":" 1. Click `Open`.","lastModifiedDate":"2021-01-17"},{"lineNumber":14,"author":{"gitId":"-"},"content":" 1. Select the project directory, and click `OK`.","lastModifiedDate":"2021-01-17"},{"lineNumber":15,"author":{"gitId":"-"},"content":" 1. If there are any further prompts, accept the defaults.","lastModifiedDate":"2020-05-25"},{"lineNumber":16,"author":{"gitId":"Sasmik23"},"content":"1. Configure the project to use **JDK 11** (not other versions) as explained","lastModifiedDate":"2023-09-25"},{"lineNumber":17,"author":{"gitId":"Sasmik23"},"content":" in [here](https://www.jetbrains.com/help/idea/sdk.html#set-up-jdk).\u003cbr\u003e","lastModifiedDate":"2023-09-25"},{"lineNumber":18,"author":{"gitId":"-"},"content":" In the same dialog, set the **Project language level** field to the `SDK default` option.","lastModifiedDate":"2021-07-29"},{"lineNumber":19,"author":{"gitId":"Sasmik23"},"content":"3. After that, locate the `src/main/java/duke.Launcher.java` file, right-click it, and choose `Run Launcher.main()` (if","lastModifiedDate":"2023-09-25"},{"lineNumber":20,"author":{"gitId":"Sasmik23"},"content":" the code editor is showing compile errors, try restarting the IDE). If the setup is correct, you should see something","lastModifiedDate":"2023-09-25"},{"lineNumber":21,"author":{"gitId":"Sasmik23"},"content":" like the below as the output:","lastModifiedDate":"2023-09-25"},{"lineNumber":22,"author":{"gitId":"-"},"content":" ```","lastModifiedDate":"2020-05-25"},{"lineNumber":23,"author":{"gitId":"-"},"content":" Hello from","lastModifiedDate":"2020-05-25"},{"lineNumber":24,"author":{"gitId":"-"},"content":" ____ _ ","lastModifiedDate":"2020-05-25"},{"lineNumber":25,"author":{"gitId":"-"},"content":" | _ \\ _ _| | _____ ","lastModifiedDate":"2020-05-25"},{"lineNumber":26,"author":{"gitId":"-"},"content":" | | | | | | | |/ / _ \\","lastModifiedDate":"2020-05-25"},{"lineNumber":27,"author":{"gitId":"-"},"content":" | |_| | |_| | \u003c __/","lastModifiedDate":"2020-05-25"},{"lineNumber":28,"author":{"gitId":"-"},"content":" |____/ \\__,_|_|\\_\\___|","lastModifiedDate":"2020-05-25"},{"lineNumber":29,"author":{"gitId":"-"},"content":" ```","lastModifiedDate":"2020-05-25"}],"authorContributionMap":{"Sasmik23":10,"-":19}},{"path":"build.gradle","fileType":"gradle","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"plugins {","lastModifiedDate":"2020-05-25"},{"lineNumber":2,"author":{"gitId":"-"},"content":" id \u0027java\u0027","lastModifiedDate":"2020-05-25"},{"lineNumber":3,"author":{"gitId":"-"},"content":" id \u0027application\u0027","lastModifiedDate":"2020-05-25"},{"lineNumber":4,"author":{"gitId":"-"},"content":" id \u0027com.github.johnrengelman.shadow\u0027 version \u00277.1.2\u0027","lastModifiedDate":"2023-08-05"},{"lineNumber":5,"author":{"gitId":"-"},"content":"}","lastModifiedDate":"2020-05-25"},{"lineNumber":6,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2020-05-25"},{"lineNumber":7,"author":{"gitId":"-"},"content":"repositories {","lastModifiedDate":"2020-05-25"},{"lineNumber":8,"author":{"gitId":"-"},"content":" mavenCentral()","lastModifiedDate":"2020-05-25"},{"lineNumber":9,"author":{"gitId":"-"},"content":"}","lastModifiedDate":"2020-05-25"},{"lineNumber":10,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2020-05-25"},{"lineNumber":11,"author":{"gitId":"-"},"content":"dependencies {","lastModifiedDate":"2020-05-25"},{"lineNumber":12,"author":{"gitId":"-"},"content":" testImplementation group: \u0027org.junit.jupiter\u0027, name: \u0027junit-jupiter-api\u0027, version: \u00275.10.0\u0027","lastModifiedDate":"2023-08-05"},{"lineNumber":13,"author":{"gitId":"Sasmik23"},"content":" testImplementation \u0027junit:junit:4.13.1\u0027","lastModifiedDate":"2023-09-01"},{"lineNumber":14,"author":{"gitId":"Sasmik23"},"content":" testImplementation \u0027junit:junit:4.13.1\u0027","lastModifiedDate":"2023-09-01"},{"lineNumber":15,"author":{"gitId":"-"},"content":" testRuntimeOnly group: \u0027org.junit.jupiter\u0027, name: \u0027junit-jupiter-engine\u0027, version: \u00275.10.0\u0027","lastModifiedDate":"2023-08-05"},{"lineNumber":16,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-07"},{"lineNumber":17,"author":{"gitId":"Sasmik23"},"content":" String javaFxVersion \u003d \u002717.0.7\u0027","lastModifiedDate":"2023-09-07"},{"lineNumber":18,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-07"},{"lineNumber":19,"author":{"gitId":"Sasmik23"},"content":" implementation group: \u0027org.openjfx\u0027, name: \u0027javafx-base\u0027, version: javaFxVersion, classifier: \u0027win\u0027","lastModifiedDate":"2023-09-07"},{"lineNumber":20,"author":{"gitId":"Sasmik23"},"content":" implementation group: \u0027org.openjfx\u0027, name: \u0027javafx-base\u0027, version: javaFxVersion, classifier: \u0027mac\u0027","lastModifiedDate":"2023-09-07"},{"lineNumber":21,"author":{"gitId":"Sasmik23"},"content":" implementation group: \u0027org.openjfx\u0027, name: \u0027javafx-base\u0027, version: javaFxVersion, classifier: \u0027linux\u0027","lastModifiedDate":"2023-09-07"},{"lineNumber":22,"author":{"gitId":"Sasmik23"},"content":" implementation group: \u0027org.openjfx\u0027, name: \u0027javafx-controls\u0027, version: javaFxVersion, classifier: \u0027win\u0027","lastModifiedDate":"2023-09-07"},{"lineNumber":23,"author":{"gitId":"Sasmik23"},"content":" implementation group: \u0027org.openjfx\u0027, name: \u0027javafx-controls\u0027, version: javaFxVersion, classifier: \u0027mac\u0027","lastModifiedDate":"2023-09-07"},{"lineNumber":24,"author":{"gitId":"Sasmik23"},"content":" implementation group: \u0027org.openjfx\u0027, name: \u0027javafx-controls\u0027, version: javaFxVersion, classifier: \u0027linux\u0027","lastModifiedDate":"2023-09-07"},{"lineNumber":25,"author":{"gitId":"Sasmik23"},"content":" implementation group: \u0027org.openjfx\u0027, name: \u0027javafx-fxml\u0027, version: javaFxVersion, classifier: \u0027win\u0027","lastModifiedDate":"2023-09-07"},{"lineNumber":26,"author":{"gitId":"Sasmik23"},"content":" implementation group: \u0027org.openjfx\u0027, name: \u0027javafx-fxml\u0027, version: javaFxVersion, classifier: \u0027mac\u0027","lastModifiedDate":"2023-09-07"},{"lineNumber":27,"author":{"gitId":"Sasmik23"},"content":" implementation group: \u0027org.openjfx\u0027, name: \u0027javafx-fxml\u0027, version: javaFxVersion, classifier: \u0027linux\u0027","lastModifiedDate":"2023-09-07"},{"lineNumber":28,"author":{"gitId":"Sasmik23"},"content":" implementation group: \u0027org.openjfx\u0027, name: \u0027javafx-graphics\u0027, version: javaFxVersion, classifier: \u0027win\u0027","lastModifiedDate":"2023-09-07"},{"lineNumber":29,"author":{"gitId":"Sasmik23"},"content":" implementation group: \u0027org.openjfx\u0027, name: \u0027javafx-graphics\u0027, version: javaFxVersion, classifier: \u0027mac\u0027","lastModifiedDate":"2023-09-07"},{"lineNumber":30,"author":{"gitId":"Sasmik23"},"content":" implementation group: \u0027org.openjfx\u0027, name: \u0027javafx-graphics\u0027, version: javaFxVersion, classifier: \u0027linux\u0027","lastModifiedDate":"2023-09-07"},{"lineNumber":31,"author":{"gitId":"-"},"content":"}","lastModifiedDate":"2020-05-25"},{"lineNumber":32,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2020-05-25"},{"lineNumber":33,"author":{"gitId":"-"},"content":"test {","lastModifiedDate":"2020-05-25"},{"lineNumber":34,"author":{"gitId":"-"},"content":" useJUnitPlatform()","lastModifiedDate":"2020-05-25"},{"lineNumber":35,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2020-05-25"},{"lineNumber":36,"author":{"gitId":"-"},"content":" testLogging {","lastModifiedDate":"2020-05-25"},{"lineNumber":37,"author":{"gitId":"-"},"content":" events \"passed\", \"skipped\", \"failed\"","lastModifiedDate":"2020-05-25"},{"lineNumber":38,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2020-05-25"},{"lineNumber":39,"author":{"gitId":"-"},"content":" showExceptions true","lastModifiedDate":"2020-05-25"},{"lineNumber":40,"author":{"gitId":"-"},"content":" exceptionFormat \"full\"","lastModifiedDate":"2020-05-25"},{"lineNumber":41,"author":{"gitId":"-"},"content":" showCauses true","lastModifiedDate":"2020-05-25"},{"lineNumber":42,"author":{"gitId":"-"},"content":" showStackTraces true","lastModifiedDate":"2020-05-25"},{"lineNumber":43,"author":{"gitId":"-"},"content":" showStandardStreams \u003d false","lastModifiedDate":"2020-05-25"},{"lineNumber":44,"author":{"gitId":"-"},"content":" }","lastModifiedDate":"2020-05-25"},{"lineNumber":45,"author":{"gitId":"-"},"content":"}","lastModifiedDate":"2020-05-25"},{"lineNumber":46,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2020-05-25"},{"lineNumber":47,"author":{"gitId":"-"},"content":"application {","lastModifiedDate":"2020-05-25"},{"lineNumber":48,"author":{"gitId":"Sasmik23"},"content":" mainClass.set(\"duke.Launcher\")","lastModifiedDate":"2023-09-08"},{"lineNumber":49,"author":{"gitId":"-"},"content":"}","lastModifiedDate":"2020-05-25"},{"lineNumber":50,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2020-05-25"},{"lineNumber":51,"author":{"gitId":"-"},"content":"shadowJar {","lastModifiedDate":"2020-05-25"},{"lineNumber":52,"author":{"gitId":"Sasmik23"},"content":" archiveBaseName \u003d \"samantha\"","lastModifiedDate":"2023-09-25"},{"lineNumber":53,"author":{"gitId":"-"},"content":" archiveClassifier \u003d null","lastModifiedDate":"2020-05-25"},{"lineNumber":54,"author":{"gitId":"-"},"content":" dependsOn(\"distZip\", \"distTar\")","lastModifiedDate":"2023-08-05"},{"lineNumber":55,"author":{"gitId":"-"},"content":"}","lastModifiedDate":"2020-05-25"},{"lineNumber":56,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2020-05-25"},{"lineNumber":57,"author":{"gitId":"-"},"content":"run {","lastModifiedDate":"2020-05-25"},{"lineNumber":58,"author":{"gitId":"-"},"content":" standardInput \u003d System.in","lastModifiedDate":"2020-05-25"},{"lineNumber":59,"author":{"gitId":"-"},"content":"}","lastModifiedDate":"2020-05-25"}],"authorContributionMap":{"Sasmik23":19,"-":40}},{"path":"docs/README.md","fileType":"md","lines":[{"lineNumber":1,"author":{"gitId":"Sasmik23"},"content":"# Samantha ChatBot","lastModifiedDate":"2023-09-22"},{"lineNumber":2,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2023-09-22"},{"lineNumber":3,"author":{"gitId":"Sasmik23"},"content":"Samantha ChatBot is a **desktop app for tracking tasks** using a sophusticated GUI(Graphic User Interface).","lastModifiedDate":"2023-09-22"},{"lineNumber":4,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2023-09-22"},{"lineNumber":5,"author":{"gitId":"Sasmik23"},"content":"--------------------------------------------------------------------------------------------------------------------","lastModifiedDate":"2023-09-22"},{"lineNumber":6,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2023-09-22"},{"lineNumber":7,"author":{"gitId":"Sasmik23"},"content":"## Quick start","lastModifiedDate":"2023-09-22"},{"lineNumber":8,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2023-09-22"},{"lineNumber":9,"author":{"gitId":"Sasmik23"},"content":"1. Ensure you have Java `11` or above installed in your Computer.","lastModifiedDate":"2023-09-22"},{"lineNumber":10,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2023-09-22"},{"lineNumber":11,"author":{"gitId":"Sasmik23"},"content":"1. Download the latest `samantha.jar`.","lastModifiedDate":"2023-09-25"},{"lineNumber":12,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2023-09-22"},{"lineNumber":13,"author":{"gitId":"Sasmik23"},"content":"1. Open a command terminal, `cd` into the folder you put the jar file in, and use the `java -jar samantha.jar`","lastModifiedDate":"2023-09-25"},{"lineNumber":14,"author":{"gitId":"Sasmik23"},"content":" command to run the application.\u003cbr\u003e","lastModifiedDate":"2023-09-22"},{"lineNumber":15,"author":{"gitId":"Sasmik23"},"content":" A GUI similar to the below should appear in a few seconds. Note how the app contains some sample data.\u003cbr\u003e","lastModifiedDate":"2023-09-22"},{"lineNumber":16,"author":{"gitId":"Sasmik23"},"content":" ![Ui](Ui.png)","lastModifiedDate":"2023-09-25"},{"lineNumber":17,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2023-09-22"},{"lineNumber":18,"author":{"gitId":"Sasmik23"},"content":"1. Refer to the [Features](#features) below for details of each command.","lastModifiedDate":"2023-09-22"},{"lineNumber":19,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2023-09-22"},{"lineNumber":20,"author":{"gitId":"Sasmik23"},"content":"--------------------------------------------------------------------------------------------------------------------","lastModifiedDate":"2023-09-22"},{"lineNumber":21,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2019-07-29"},{"lineNumber":22,"author":{"gitId":"-"},"content":"## Features","lastModifiedDate":"2019-07-29"},{"lineNumber":23,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2019-07-29"},{"lineNumber":24,"author":{"gitId":"Sasmik23"},"content":"### 1) Adding tasks","lastModifiedDate":"2023-09-22"},{"lineNumber":25,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2023-09-22"},{"lineNumber":26,"author":{"gitId":"Sasmik23"},"content":"You can add three types of tasks : `Todo`, `Deadline` and `Event`","lastModifiedDate":"2023-09-22"},{"lineNumber":27,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2023-09-22"},{"lineNumber":28,"author":{"gitId":"Sasmik23"},"content":"1. Adding **todo** task : `todo DESCRIPTION`","lastModifiedDate":"2023-09-22"},{"lineNumber":29,"author":{"gitId":"Sasmik23"},"content":"2. Adding **deadline** task : `deadline DESCRIPTION /by DATETIME`","lastModifiedDate":"2023-09-22"},{"lineNumber":30,"author":{"gitId":"Sasmik23"},"content":"3. Adding **event** task: `event DESCRIPTION /from DATETIME /to DATETIME`","lastModifiedDate":"2023-09-22"},{"lineNumber":31,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2023-09-22"},{"lineNumber":32,"author":{"gitId":"Sasmik23"},"content":"* DATETIME must be in the format {DD/MM/YYYY HHMM}","lastModifiedDate":"2023-09-22"},{"lineNumber":33,"author":{"gitId":"Sasmik23"},"content":" * example: 02/05/2023 1900","lastModifiedDate":"2023-09-22"},{"lineNumber":34,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-22"},{"lineNumber":35,"author":{"gitId":"Sasmik23"},"content":"### 2) Listing all persons : `list`","lastModifiedDate":"2023-09-22"},{"lineNumber":36,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-22"},{"lineNumber":37,"author":{"gitId":"Sasmik23"},"content":"Shows a list of all persons in the address book.","lastModifiedDate":"2023-09-22"},{"lineNumber":38,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-22"},{"lineNumber":39,"author":{"gitId":"Sasmik23"},"content":"Format: `list`","lastModifiedDate":"2023-09-22"},{"lineNumber":40,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-22"},{"lineNumber":41,"author":{"gitId":"Sasmik23"},"content":"### 3) Editing a person : `delete`","lastModifiedDate":"2023-09-22"},{"lineNumber":42,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-22"},{"lineNumber":43,"author":{"gitId":"Sasmik23"},"content":"Deletes an existing task in the task list.","lastModifiedDate":"2023-09-22"},{"lineNumber":44,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-22"},{"lineNumber":45,"author":{"gitId":"Sasmik23"},"content":"Format: `delete INDEX`","lastModifiedDate":"2023-09-22"},{"lineNumber":46,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-22"},{"lineNumber":47,"author":{"gitId":"Sasmik23"},"content":"* Edits the person at the specified `INDEX`. The index refers to the index number shown in the displayed person list.","lastModifiedDate":"2023-09-22"},{"lineNumber":48,"author":{"gitId":"Sasmik23"},"content":" The index **must be a positive integer** 1, 2, 3, …​","lastModifiedDate":"2023-09-22"},{"lineNumber":49,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-22"},{"lineNumber":50,"author":{"gitId":"Sasmik23"},"content":"### 4) Locating tasks by description: `find`","lastModifiedDate":"2023-09-22"},{"lineNumber":51,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-22"},{"lineNumber":52,"author":{"gitId":"Sasmik23"},"content":"Find tasks with description that contain any of the given keywords.","lastModifiedDate":"2023-09-22"},{"lineNumber":53,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-22"},{"lineNumber":54,"author":{"gitId":"Sasmik23"},"content":"Format: `find KEYWORD`","lastModifiedDate":"2023-09-22"},{"lineNumber":55,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-22"},{"lineNumber":56,"author":{"gitId":"Sasmik23"},"content":"### 5) Marking tasks : `mark`","lastModifiedDate":"2023-09-22"},{"lineNumber":57,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-22"},{"lineNumber":58,"author":{"gitId":"Sasmik23"},"content":"Mark tasks to indicate if they are completed","lastModifiedDate":"2023-09-22"},{"lineNumber":59,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-22"},{"lineNumber":60,"author":{"gitId":"Sasmik23"},"content":"Format: `mark INDEX`","lastModifiedDate":"2023-09-22"},{"lineNumber":61,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-22"},{"lineNumber":62,"author":{"gitId":"Sasmik23"},"content":"* To unmark a task, use `unmark INDEX` instead","lastModifiedDate":"2023-09-22"},{"lineNumber":63,"author":{"gitId":"Sasmik23"},"content":"* To get the specific index number, use `list` command first","lastModifiedDate":"2023-09-22"},{"lineNumber":64,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2021-07-17"},{"lineNumber":65,"author":{"gitId":"Sasmik23"},"content":"### 6) Tagging","lastModifiedDate":"2023-09-22"},{"lineNumber":66,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2021-07-17"},{"lineNumber":67,"author":{"gitId":"Sasmik23"},"content":"Create tags for tasks to group them together.","lastModifiedDate":"2023-09-22"},{"lineNumber":68,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2021-07-17"},{"lineNumber":69,"author":{"gitId":"Sasmik23"},"content":"Format: `tag INDEX #TAG_NAME`","lastModifiedDate":"2023-09-22"},{"lineNumber":70,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2019-07-29"},{"lineNumber":71,"author":{"gitId":"Sasmik23"},"content":"### 7) Exiting the program : `bye`","lastModifiedDate":"2023-09-22"},{"lineNumber":72,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2019-07-29"},{"lineNumber":73,"author":{"gitId":"Sasmik23"},"content":"Exits the program.","lastModifiedDate":"2023-09-22"},{"lineNumber":74,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2019-07-29"},{"lineNumber":75,"author":{"gitId":"Sasmik23"},"content":"Format: `bye`","lastModifiedDate":"2023-09-22"},{"lineNumber":76,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2019-07-29"},{"lineNumber":77,"author":{"gitId":"Sasmik23"},"content":"### Saving the data","lastModifiedDate":"2023-09-22"},{"lineNumber":78,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2019-07-29"},{"lineNumber":79,"author":{"gitId":"Sasmik23"},"content":"Task data are saved into the tasks.txt file automatically after any command that changes the data. There is no need to","lastModifiedDate":"2023-09-22"},{"lineNumber":80,"author":{"gitId":"Sasmik23"},"content":"save manually.","lastModifiedDate":"2023-09-22"},{"lineNumber":81,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2019-07-29"},{"lineNumber":82,"author":{"gitId":"Sasmik23"},"content":"--------------------------------------------------------------------------------------------------------------------","lastModifiedDate":"2023-09-22"},{"lineNumber":83,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2019-07-29"},{"lineNumber":84,"author":{"gitId":"Sasmik23"},"content":"## Command summary","lastModifiedDate":"2023-09-22"},{"lineNumber":85,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2021-07-17"},{"lineNumber":86,"author":{"gitId":"Sasmik23"},"content":" Action | Format, Examples ","lastModifiedDate":"2023-09-22"},{"lineNumber":87,"author":{"gitId":"Sasmik23"},"content":"------------|------------------------------------------------------------------------------------------------------------------","lastModifiedDate":"2023-09-22"},{"lineNumber":88,"author":{"gitId":"Sasmik23"},"content":" **Add** | `todo DESCRIPTION` \u003cbr\u003e `deadline DESCRIPTION /by DATETIME` \u003cbr\u003e `event DESCRIPTION /from DATETIME /to DATETIME` ","lastModifiedDate":"2023-09-22"},{"lineNumber":89,"author":{"gitId":"Sasmik23"},"content":" **Mark** | `mark INDEX` \u003cbr\u003e `unmark INDEX` ","lastModifiedDate":"2023-09-22"},{"lineNumber":90,"author":{"gitId":"Sasmik23"},"content":" **Delete** | `delete INDEX`\u003cbr\u003e e.g., `delete 2` ","lastModifiedDate":"2023-09-22"},{"lineNumber":91,"author":{"gitId":"Sasmik23"},"content":" **Tag** | `tag INDEX #TAGNAME` \u003cbr\u003e e.g.,`tag 2 #urgent` ","lastModifiedDate":"2023-09-22"},{"lineNumber":92,"author":{"gitId":"Sasmik23"},"content":" **Find** | `find KEYWORD`\u003cbr\u003e e.g., `find homework2` ","lastModifiedDate":"2023-09-22"},{"lineNumber":93,"author":{"gitId":"Sasmik23"},"content":" **List** | `list` ","lastModifiedDate":"2023-09-22"},{"lineNumber":94,"author":{"gitId":"Sasmik23"},"content":" **Exit** | `bye` ","lastModifiedDate":"2023-09-22"}],"authorContributionMap":{"Sasmik23":69,"-":25}},{"path":"src/main/java/duke/Launcher.java","fileType":"java","lines":[{"lineNumber":1,"author":{"gitId":"Sasmik23"},"content":"package duke;","lastModifiedDate":"2023-09-07"},{"lineNumber":2,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-07"},{"lineNumber":3,"author":{"gitId":"Sasmik23"},"content":"import duke.ui.Duke;","lastModifiedDate":"2023-09-08"},{"lineNumber":4,"author":{"gitId":"Sasmik23"},"content":"import javafx.application.Application;","lastModifiedDate":"2023-09-07"},{"lineNumber":5,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-07"},{"lineNumber":6,"author":{"gitId":"Sasmik23"},"content":"/**","lastModifiedDate":"2023-09-07"},{"lineNumber":7,"author":{"gitId":"Sasmik23"},"content":" * A launcher class to workaround classpath issues.","lastModifiedDate":"2023-09-07"},{"lineNumber":8,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-09-07"},{"lineNumber":9,"author":{"gitId":"Sasmik23"},"content":"public class Launcher {","lastModifiedDate":"2023-09-07"},{"lineNumber":10,"author":{"gitId":"Sasmik23"},"content":" public static void main(String[] args) {","lastModifiedDate":"2023-09-07"},{"lineNumber":11,"author":{"gitId":"Sasmik23"},"content":" try {","lastModifiedDate":"2023-09-25"},{"lineNumber":12,"author":{"gitId":"Sasmik23"},"content":" Application.launch(Duke.class, args);","lastModifiedDate":"2023-09-07"},{"lineNumber":13,"author":{"gitId":"Sasmik23"},"content":" } catch (Exception e) {","lastModifiedDate":"2023-09-25"},{"lineNumber":14,"author":{"gitId":"Sasmik23"},"content":" System.out.println(e.getMessage());","lastModifiedDate":"2023-09-25"},{"lineNumber":15,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-09-25"},{"lineNumber":16,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-09-07"},{"lineNumber":17,"author":{"gitId":"Sasmik23"},"content":"}","lastModifiedDate":"2023-09-07"}],"authorContributionMap":{"Sasmik23":17}},{"path":"src/main/java/duke/commands/ByeCommand.java","fileType":"java","lines":[{"lineNumber":1,"author":{"gitId":"Sasmik23"},"content":"package duke.commands;","lastModifiedDate":"2023-10-23"},{"lineNumber":2,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-10-23"},{"lineNumber":3,"author":{"gitId":"Sasmik23"},"content":"import duke.exceptions.DukeException;","lastModifiedDate":"2023-10-23"},{"lineNumber":4,"author":{"gitId":"Sasmik23"},"content":"import duke.filehandler.Storage;","lastModifiedDate":"2023-10-23"},{"lineNumber":5,"author":{"gitId":"Sasmik23"},"content":"import duke.tasks.TaskList;","lastModifiedDate":"2023-10-23"},{"lineNumber":6,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-10-23"},{"lineNumber":7,"author":{"gitId":"Sasmik23"},"content":"/**","lastModifiedDate":"2023-10-23"},{"lineNumber":8,"author":{"gitId":"Sasmik23"},"content":" * Represents Bye command to be executed","lastModifiedDate":"2023-10-23"},{"lineNumber":9,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-10-23"},{"lineNumber":10,"author":{"gitId":"Sasmik23"},"content":"public class ByeCommand extends Command {","lastModifiedDate":"2023-10-23"},{"lineNumber":11,"author":{"gitId":"Sasmik23"},"content":" private boolean toStore;","lastModifiedDate":"2023-10-23"},{"lineNumber":12,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-10-23"},{"lineNumber":13,"author":{"gitId":"Sasmik23"},"content":" public ByeCommand(TaskList taskList, boolean toStore) {","lastModifiedDate":"2023-10-23"},{"lineNumber":14,"author":{"gitId":"Sasmik23"},"content":" super(taskList);","lastModifiedDate":"2023-10-23"},{"lineNumber":15,"author":{"gitId":"Sasmik23"},"content":" this.toStore \u003d toStore;","lastModifiedDate":"2023-10-23"},{"lineNumber":16,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-10-23"},{"lineNumber":17,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-10-23"},{"lineNumber":18,"author":{"gitId":"Sasmik23"},"content":" /**","lastModifiedDate":"2023-10-23"},{"lineNumber":19,"author":{"gitId":"Sasmik23"},"content":" * saves tasks to storage before exiting app","lastModifiedDate":"2023-10-23"},{"lineNumber":20,"author":{"gitId":"Sasmik23"},"content":" *","lastModifiedDate":"2023-10-23"},{"lineNumber":21,"author":{"gitId":"Sasmik23"},"content":" * @return \"exit app\" string which will signal Duke to stop","lastModifiedDate":"2023-10-23"},{"lineNumber":22,"author":{"gitId":"Sasmik23"},"content":" * @throws DukeException","lastModifiedDate":"2023-10-23"},{"lineNumber":23,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-10-23"},{"lineNumber":24,"author":{"gitId":"Sasmik23"},"content":" @Override","lastModifiedDate":"2023-10-23"},{"lineNumber":25,"author":{"gitId":"Sasmik23"},"content":" public String execute() throws DukeException {","lastModifiedDate":"2023-10-23"},{"lineNumber":26,"author":{"gitId":"Sasmik23"},"content":" if (toStore) {","lastModifiedDate":"2023-10-23"},{"lineNumber":27,"author":{"gitId":"Sasmik23"},"content":" Storage.saveTasks(taskList.getTasks());","lastModifiedDate":"2023-10-23"},{"lineNumber":28,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-10-23"},{"lineNumber":29,"author":{"gitId":"Sasmik23"},"content":" return \"exit app\";","lastModifiedDate":"2023-10-23"},{"lineNumber":30,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-10-23"},{"lineNumber":31,"author":{"gitId":"Sasmik23"},"content":"}","lastModifiedDate":"2023-10-23"}],"authorContributionMap":{"Sasmik23":31}},{"path":"src/main/java/duke/commands/Command.java","fileType":"java","lines":[{"lineNumber":1,"author":{"gitId":"Sasmik23"},"content":"package duke.commands;","lastModifiedDate":"2023-10-23"},{"lineNumber":2,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-10-23"},{"lineNumber":3,"author":{"gitId":"Sasmik23"},"content":"import duke.exceptions.DukeException;","lastModifiedDate":"2023-10-23"},{"lineNumber":4,"author":{"gitId":"Sasmik23"},"content":"import duke.tasks.Task;","lastModifiedDate":"2023-10-23"},{"lineNumber":5,"author":{"gitId":"Sasmik23"},"content":"import duke.tasks.TaskList;","lastModifiedDate":"2023-10-23"},{"lineNumber":6,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-10-23"},{"lineNumber":7,"author":{"gitId":"Sasmik23"},"content":"import java.text.DateFormat;","lastModifiedDate":"2023-10-23"},{"lineNumber":8,"author":{"gitId":"Sasmik23"},"content":"import java.text.SimpleDateFormat;","lastModifiedDate":"2023-10-23"},{"lineNumber":9,"author":{"gitId":"Sasmik23"},"content":"import java.util.Date;","lastModifiedDate":"2023-10-23"},{"lineNumber":10,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-10-23"},{"lineNumber":11,"author":{"gitId":"Sasmik23"},"content":"/**","lastModifiedDate":"2023-10-23"},{"lineNumber":12,"author":{"gitId":"Sasmik23"},"content":" * Each user input created into an executable Command","lastModifiedDate":"2023-10-23"},{"lineNumber":13,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-10-23"},{"lineNumber":14,"author":{"gitId":"Sasmik23"},"content":"public abstract class Command {","lastModifiedDate":"2023-10-23"},{"lineNumber":15,"author":{"gitId":"Sasmik23"},"content":" protected TaskList taskList;","lastModifiedDate":"2023-10-23"},{"lineNumber":16,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-10-23"},{"lineNumber":17,"author":{"gitId":"Sasmik23"},"content":" public Command(TaskList taskList) {","lastModifiedDate":"2023-10-23"},{"lineNumber":18,"author":{"gitId":"Sasmik23"},"content":" this.taskList \u003d taskList;","lastModifiedDate":"2023-10-23"},{"lineNumber":19,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-10-23"},{"lineNumber":20,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-10-23"},{"lineNumber":21,"author":{"gitId":"Sasmik23"},"content":" /**","lastModifiedDate":"2023-10-23"},{"lineNumber":22,"author":{"gitId":"Sasmik23"},"content":" * Checks user inputs, if invalid throws DukeException","lastModifiedDate":"2023-10-23"},{"lineNumber":23,"author":{"gitId":"Sasmik23"},"content":" *","lastModifiedDate":"2023-10-23"},{"lineNumber":24,"author":{"gitId":"Sasmik23"},"content":" * @param str User input split by each word","lastModifiedDate":"2023-10-23"},{"lineNumber":25,"author":{"gitId":"Sasmik23"},"content":" * @param task type of task - todo,event,deadline,mark/unmark","lastModifiedDate":"2023-10-23"},{"lineNumber":26,"author":{"gitId":"Sasmik23"},"content":" * @throws DukeException","lastModifiedDate":"2023-10-23"},{"lineNumber":27,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-10-23"},{"lineNumber":28,"author":{"gitId":"Sasmik23"},"content":" public static void inputChecker(String[] str, String task) throws DukeException {","lastModifiedDate":"2023-10-23"},{"lineNumber":29,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-10-23"},{"lineNumber":30,"author":{"gitId":"Sasmik23"},"content":" if (str.length \u003c 2) {","lastModifiedDate":"2023-10-23"},{"lineNumber":31,"author":{"gitId":"Sasmik23"},"content":" throw new DukeException(\"☹ OOPS!!! The description of a \" + task + \" cannot be empty.\");","lastModifiedDate":"2023-10-23"},{"lineNumber":32,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-10-23"},{"lineNumber":33,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-10-23"},{"lineNumber":34,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-10-23"},{"lineNumber":35,"author":{"gitId":"Sasmik23"},"content":" /**","lastModifiedDate":"2023-10-23"},{"lineNumber":36,"author":{"gitId":"Sasmik23"},"content":" * receives string of date and time, returns Date object","lastModifiedDate":"2023-10-23"},{"lineNumber":37,"author":{"gitId":"Sasmik23"},"content":" *","lastModifiedDate":"2023-10-23"},{"lineNumber":38,"author":{"gitId":"Sasmik23"},"content":" * @param str","lastModifiedDate":"2023-10-23"},{"lineNumber":39,"author":{"gitId":"Sasmik23"},"content":" * @return Date","lastModifiedDate":"2023-10-23"},{"lineNumber":40,"author":{"gitId":"Sasmik23"},"content":" * @throws DukeException","lastModifiedDate":"2023-10-23"},{"lineNumber":41,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-10-23"},{"lineNumber":42,"author":{"gitId":"Sasmik23"},"content":" public static Date dateParser(String str) throws DukeException {","lastModifiedDate":"2023-10-23"},{"lineNumber":43,"author":{"gitId":"Sasmik23"},"content":" if (str.length() \u003c 15) {","lastModifiedDate":"2023-10-23"},{"lineNumber":44,"author":{"gitId":"Sasmik23"},"content":" throw new DukeException(\"Invalid date, must be of the form dd/mm/yyyy hhmm\");","lastModifiedDate":"2023-10-23"},{"lineNumber":45,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-10-23"},{"lineNumber":46,"author":{"gitId":"Sasmik23"},"content":" String newStr \u003d str.substring(0, 13) + \":\" + str.substring(13);","lastModifiedDate":"2023-10-23"},{"lineNumber":47,"author":{"gitId":"Sasmik23"},"content":" DateFormat df \u003d new SimpleDateFormat(\"dd/MM/yyyy HH:mm\");","lastModifiedDate":"2023-10-23"},{"lineNumber":48,"author":{"gitId":"Sasmik23"},"content":" try {","lastModifiedDate":"2023-10-23"},{"lineNumber":49,"author":{"gitId":"Sasmik23"},"content":" Date d1 \u003d df.parse(newStr);","lastModifiedDate":"2023-10-23"},{"lineNumber":50,"author":{"gitId":"Sasmik23"},"content":" return d1;","lastModifiedDate":"2023-10-23"},{"lineNumber":51,"author":{"gitId":"Sasmik23"},"content":" } catch (Exception e) {","lastModifiedDate":"2023-10-23"},{"lineNumber":52,"author":{"gitId":"Sasmik23"},"content":" throw new DukeException(\"Invalid date\");","lastModifiedDate":"2023-10-23"},{"lineNumber":53,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-10-23"},{"lineNumber":54,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-10-23"},{"lineNumber":55,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-10-23"},{"lineNumber":56,"author":{"gitId":"Sasmik23"},"content":" abstract public String execute() throws DukeException;","lastModifiedDate":"2023-10-23"},{"lineNumber":57,"author":{"gitId":"Sasmik23"},"content":"}","lastModifiedDate":"2023-10-23"}],"authorContributionMap":{"Sasmik23":57}},{"path":"src/main/java/duke/commands/DeadlineCommand.java","fileType":"java","lines":[{"lineNumber":1,"author":{"gitId":"Sasmik23"},"content":"package duke.commands;","lastModifiedDate":"2023-10-23"},{"lineNumber":2,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-10-23"},{"lineNumber":3,"author":{"gitId":"Sasmik23"},"content":"import duke.exceptions.DukeException;","lastModifiedDate":"2023-10-23"},{"lineNumber":4,"author":{"gitId":"Sasmik23"},"content":"import duke.tasks.Deadline;","lastModifiedDate":"2023-10-23"},{"lineNumber":5,"author":{"gitId":"Sasmik23"},"content":"import duke.tasks.TaskList;","lastModifiedDate":"2023-10-23"},{"lineNumber":6,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-10-23"},{"lineNumber":7,"author":{"gitId":"Sasmik23"},"content":"import java.util.Date;","lastModifiedDate":"2023-10-23"},{"lineNumber":8,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-10-23"},{"lineNumber":9,"author":{"gitId":"Sasmik23"},"content":"/**","lastModifiedDate":"2023-10-23"},{"lineNumber":10,"author":{"gitId":"Sasmik23"},"content":" * Represents a Deadline Command to be executed","lastModifiedDate":"2023-10-23"},{"lineNumber":11,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-10-23"},{"lineNumber":12,"author":{"gitId":"Sasmik23"},"content":"public class DeadlineCommand extends Command {","lastModifiedDate":"2023-10-23"},{"lineNumber":13,"author":{"gitId":"Sasmik23"},"content":" String input;","lastModifiedDate":"2023-10-23"},{"lineNumber":14,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-10-23"},{"lineNumber":15,"author":{"gitId":"Sasmik23"},"content":" public DeadlineCommand(String input, TaskList taskList) {","lastModifiedDate":"2023-10-23"},{"lineNumber":16,"author":{"gitId":"Sasmik23"},"content":" super(taskList);","lastModifiedDate":"2023-10-23"},{"lineNumber":17,"author":{"gitId":"Sasmik23"},"content":" this.input \u003d input;","lastModifiedDate":"2023-10-23"},{"lineNumber":18,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-10-23"},{"lineNumber":19,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-10-23"},{"lineNumber":20,"author":{"gitId":"Sasmik23"},"content":" /**","lastModifiedDate":"2023-10-23"},{"lineNumber":21,"author":{"gitId":"Sasmik23"},"content":" * create deadline object, splitting the due date by \"/\" and stripping off the by:","lastModifiedDate":"2023-10-23"},{"lineNumber":22,"author":{"gitId":"Sasmik23"},"content":" *","lastModifiedDate":"2023-10-23"},{"lineNumber":23,"author":{"gitId":"Sasmik23"},"content":" * @return response String","lastModifiedDate":"2023-10-23"},{"lineNumber":24,"author":{"gitId":"Sasmik23"},"content":" * @throws DukeException","lastModifiedDate":"2023-10-23"},{"lineNumber":25,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-10-23"},{"lineNumber":26,"author":{"gitId":"Sasmik23"},"content":" @Override","lastModifiedDate":"2023-10-23"},{"lineNumber":27,"author":{"gitId":"Sasmik23"},"content":" public String execute() throws DukeException {","lastModifiedDate":"2023-10-23"},{"lineNumber":28,"author":{"gitId":"Sasmik23"},"content":" String[] splitStr \u003d input.trim().split(\"\\\\s+\");","lastModifiedDate":"2023-10-23"},{"lineNumber":29,"author":{"gitId":"Sasmik23"},"content":" inputChecker(splitStr, \"deadline\");","lastModifiedDate":"2023-10-23"},{"lineNumber":30,"author":{"gitId":"Sasmik23"},"content":" String[] deadlineArr \u003d input.split(\"/by \");","lastModifiedDate":"2023-10-23"},{"lineNumber":31,"author":{"gitId":"Sasmik23"},"content":" Date deadline \u003d dateParser(deadlineArr[1]);","lastModifiedDate":"2023-10-23"},{"lineNumber":32,"author":{"gitId":"Sasmik23"},"content":" Deadline d \u003d new Deadline(deadlineArr[0].substring(9), deadline);","lastModifiedDate":"2023-10-23"},{"lineNumber":33,"author":{"gitId":"Sasmik23"},"content":" taskList.addTask(d);","lastModifiedDate":"2023-10-23"},{"lineNumber":34,"author":{"gitId":"Sasmik23"},"content":" return d.addedMessage();","lastModifiedDate":"2023-10-23"},{"lineNumber":35,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-10-23"},{"lineNumber":36,"author":{"gitId":"Sasmik23"},"content":"}","lastModifiedDate":"2023-10-23"}],"authorContributionMap":{"Sasmik23":36}},{"path":"src/main/java/duke/commands/DeleteCommand.java","fileType":"java","lines":[{"lineNumber":1,"author":{"gitId":"Sasmik23"},"content":"package duke.commands;","lastModifiedDate":"2023-10-23"},{"lineNumber":2,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-10-23"},{"lineNumber":3,"author":{"gitId":"Sasmik23"},"content":"import duke.exceptions.DukeException;","lastModifiedDate":"2023-10-23"},{"lineNumber":4,"author":{"gitId":"Sasmik23"},"content":"import duke.tasks.Task;","lastModifiedDate":"2023-10-23"},{"lineNumber":5,"author":{"gitId":"Sasmik23"},"content":"import duke.tasks.TaskList;","lastModifiedDate":"2023-10-23"},{"lineNumber":6,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-10-23"},{"lineNumber":7,"author":{"gitId":"Sasmik23"},"content":"/**","lastModifiedDate":"2023-10-23"},{"lineNumber":8,"author":{"gitId":"Sasmik23"},"content":" * Represents Delete Command to be executed","lastModifiedDate":"2023-10-23"},{"lineNumber":9,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-10-23"},{"lineNumber":10,"author":{"gitId":"Sasmik23"},"content":"public class DeleteCommand extends Command {","lastModifiedDate":"2023-10-23"},{"lineNumber":11,"author":{"gitId":"Sasmik23"},"content":" private String input;","lastModifiedDate":"2023-10-23"},{"lineNumber":12,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-10-23"},{"lineNumber":13,"author":{"gitId":"Sasmik23"},"content":" public DeleteCommand(String input, TaskList taskList) {","lastModifiedDate":"2023-10-23"},{"lineNumber":14,"author":{"gitId":"Sasmik23"},"content":" super(taskList);","lastModifiedDate":"2023-10-23"},{"lineNumber":15,"author":{"gitId":"Sasmik23"},"content":" this.input \u003d input;","lastModifiedDate":"2023-10-23"},{"lineNumber":16,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-10-23"},{"lineNumber":17,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-10-23"},{"lineNumber":18,"author":{"gitId":"Sasmik23"},"content":" /**","lastModifiedDate":"2023-10-23"},{"lineNumber":19,"author":{"gitId":"Sasmik23"},"content":" * Deletes specified task from taskList","lastModifiedDate":"2023-10-23"},{"lineNumber":20,"author":{"gitId":"Sasmik23"},"content":" *","lastModifiedDate":"2023-10-23"},{"lineNumber":21,"author":{"gitId":"Sasmik23"},"content":" * @return response string","lastModifiedDate":"2023-10-23"},{"lineNumber":22,"author":{"gitId":"Sasmik23"},"content":" * @throws DukeException","lastModifiedDate":"2023-10-23"},{"lineNumber":23,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-10-23"},{"lineNumber":24,"author":{"gitId":"Sasmik23"},"content":" @Override","lastModifiedDate":"2023-10-23"},{"lineNumber":25,"author":{"gitId":"Sasmik23"},"content":" public String execute() throws DukeException {","lastModifiedDate":"2023-10-23"},{"lineNumber":26,"author":{"gitId":"Sasmik23"},"content":" String[] splitStr \u003d input.trim().split(\"\\\\s+\");","lastModifiedDate":"2023-10-23"},{"lineNumber":27,"author":{"gitId":"Sasmik23"},"content":" inputChecker(splitStr, \"delete\");","lastModifiedDate":"2023-10-23"},{"lineNumber":28,"author":{"gitId":"Sasmik23"},"content":" int index \u003d Integer.parseInt(splitStr[1]);","lastModifiedDate":"2023-10-23"},{"lineNumber":29,"author":{"gitId":"Sasmik23"},"content":" Task item \u003d taskList.removeTask(index - 1);","lastModifiedDate":"2023-10-23"},{"lineNumber":30,"author":{"gitId":"Sasmik23"},"content":" return item.delete();","lastModifiedDate":"2023-10-23"},{"lineNumber":31,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-10-23"},{"lineNumber":32,"author":{"gitId":"Sasmik23"},"content":"}","lastModifiedDate":"2023-10-23"}],"authorContributionMap":{"Sasmik23":32}},{"path":"src/main/java/duke/commands/EventCommand.java","fileType":"java","lines":[{"lineNumber":1,"author":{"gitId":"Sasmik23"},"content":"package duke.commands;","lastModifiedDate":"2023-10-23"},{"lineNumber":2,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-10-23"},{"lineNumber":3,"author":{"gitId":"Sasmik23"},"content":"import duke.exceptions.DukeException;","lastModifiedDate":"2023-10-23"},{"lineNumber":4,"author":{"gitId":"Sasmik23"},"content":"import duke.tasks.Event;","lastModifiedDate":"2023-10-23"},{"lineNumber":5,"author":{"gitId":"Sasmik23"},"content":"import duke.tasks.TaskList;","lastModifiedDate":"2023-10-23"},{"lineNumber":6,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-10-23"},{"lineNumber":7,"author":{"gitId":"Sasmik23"},"content":"import java.util.Date;","lastModifiedDate":"2023-10-23"},{"lineNumber":8,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-10-23"},{"lineNumber":9,"author":{"gitId":"Sasmik23"},"content":"/**","lastModifiedDate":"2023-10-23"},{"lineNumber":10,"author":{"gitId":"Sasmik23"},"content":" * Represents and Event Command to be executed","lastModifiedDate":"2023-10-23"},{"lineNumber":11,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-10-23"},{"lineNumber":12,"author":{"gitId":"Sasmik23"},"content":"public class EventCommand extends Command {","lastModifiedDate":"2023-10-23"},{"lineNumber":13,"author":{"gitId":"Sasmik23"},"content":" private String input;","lastModifiedDate":"2023-10-23"},{"lineNumber":14,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-10-23"},{"lineNumber":15,"author":{"gitId":"Sasmik23"},"content":" public EventCommand(String input, TaskList taskList) {","lastModifiedDate":"2023-10-23"},{"lineNumber":16,"author":{"gitId":"Sasmik23"},"content":" super(taskList);","lastModifiedDate":"2023-10-23"},{"lineNumber":17,"author":{"gitId":"Sasmik23"},"content":" this.input \u003d input;","lastModifiedDate":"2023-10-23"},{"lineNumber":18,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-10-23"},{"lineNumber":19,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-10-23"},{"lineNumber":20,"author":{"gitId":"Sasmik23"},"content":" /**","lastModifiedDate":"2023-10-23"},{"lineNumber":21,"author":{"gitId":"Sasmik23"},"content":" * create event object, splitting the due date by \"/\" and stripping off the to: and from:","lastModifiedDate":"2023-10-23"},{"lineNumber":22,"author":{"gitId":"Sasmik23"},"content":" *","lastModifiedDate":"2023-10-23"},{"lineNumber":23,"author":{"gitId":"Sasmik23"},"content":" * @return","lastModifiedDate":"2023-10-23"},{"lineNumber":24,"author":{"gitId":"Sasmik23"},"content":" * @throws DukeException","lastModifiedDate":"2023-10-23"},{"lineNumber":25,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-10-23"},{"lineNumber":26,"author":{"gitId":"Sasmik23"},"content":" @Override","lastModifiedDate":"2023-10-23"},{"lineNumber":27,"author":{"gitId":"Sasmik23"},"content":" public String execute() throws DukeException {","lastModifiedDate":"2023-10-23"},{"lineNumber":28,"author":{"gitId":"Sasmik23"},"content":" String[] splitStr \u003d input.trim().split(\"\\\\s+\");","lastModifiedDate":"2023-10-23"},{"lineNumber":29,"author":{"gitId":"Sasmik23"},"content":" inputChecker(splitStr, \"event\");","lastModifiedDate":"2023-10-23"},{"lineNumber":30,"author":{"gitId":"Sasmik23"},"content":" int startIndex \u003d input.indexOf(\"/from \");","lastModifiedDate":"2023-10-23"},{"lineNumber":31,"author":{"gitId":"Sasmik23"},"content":" int endIndex \u003d input.indexOf(\"/to\");","lastModifiedDate":"2023-10-23"},{"lineNumber":32,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-10-23"},{"lineNumber":33,"author":{"gitId":"Sasmik23"},"content":" Date from \u003d dateParser(input.substring(startIndex + 6, endIndex - 1));","lastModifiedDate":"2023-10-23"},{"lineNumber":34,"author":{"gitId":"Sasmik23"},"content":" Date to \u003d dateParser(input.substring(endIndex + 4));","lastModifiedDate":"2023-10-23"},{"lineNumber":35,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-10-23"},{"lineNumber":36,"author":{"gitId":"Sasmik23"},"content":" Event e \u003d new Event(input.substring(6, startIndex), from, to);","lastModifiedDate":"2023-10-23"},{"lineNumber":37,"author":{"gitId":"Sasmik23"},"content":" taskList.addTask(e);","lastModifiedDate":"2023-10-23"},{"lineNumber":38,"author":{"gitId":"Sasmik23"},"content":" return e.addedMessage();","lastModifiedDate":"2023-10-23"},{"lineNumber":39,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-10-23"},{"lineNumber":40,"author":{"gitId":"Sasmik23"},"content":"}","lastModifiedDate":"2023-10-23"}],"authorContributionMap":{"Sasmik23":40}},{"path":"src/main/java/duke/commands/FindCommand.java","fileType":"java","lines":[{"lineNumber":1,"author":{"gitId":"Sasmik23"},"content":"package duke.commands;","lastModifiedDate":"2023-10-23"},{"lineNumber":2,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-10-23"},{"lineNumber":3,"author":{"gitId":"Sasmik23"},"content":"import duke.exceptions.DukeException;","lastModifiedDate":"2023-10-23"},{"lineNumber":4,"author":{"gitId":"Sasmik23"},"content":"import duke.tasks.Task;","lastModifiedDate":"2023-10-23"},{"lineNumber":5,"author":{"gitId":"Sasmik23"},"content":"import duke.tasks.TaskList;","lastModifiedDate":"2023-10-23"},{"lineNumber":6,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-10-23"},{"lineNumber":7,"author":{"gitId":"Sasmik23"},"content":"import java.util.ArrayList;","lastModifiedDate":"2023-10-23"},{"lineNumber":8,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-10-23"},{"lineNumber":9,"author":{"gitId":"Sasmik23"},"content":"/**","lastModifiedDate":"2023-10-23"},{"lineNumber":10,"author":{"gitId":"Sasmik23"},"content":" * Represents Find Command to be executed","lastModifiedDate":"2023-10-23"},{"lineNumber":11,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-10-23"},{"lineNumber":12,"author":{"gitId":"Sasmik23"},"content":"public class FindCommand extends Command {","lastModifiedDate":"2023-10-23"},{"lineNumber":13,"author":{"gitId":"Sasmik23"},"content":" private String input;","lastModifiedDate":"2023-10-23"},{"lineNumber":14,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-10-23"},{"lineNumber":15,"author":{"gitId":"Sasmik23"},"content":" public FindCommand(String input, TaskList taskList) {","lastModifiedDate":"2023-10-23"},{"lineNumber":16,"author":{"gitId":"Sasmik23"},"content":" super(taskList);","lastModifiedDate":"2023-10-23"},{"lineNumber":17,"author":{"gitId":"Sasmik23"},"content":" this.input \u003d input;","lastModifiedDate":"2023-10-23"},{"lineNumber":18,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-10-23"},{"lineNumber":19,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-10-23"},{"lineNumber":20,"author":{"gitId":"Sasmik23"},"content":" /**","lastModifiedDate":"2023-10-23"},{"lineNumber":21,"author":{"gitId":"Sasmik23"},"content":" * Finds user input in list of tasks","lastModifiedDate":"2023-10-23"},{"lineNumber":22,"author":{"gitId":"Sasmik23"},"content":" *","lastModifiedDate":"2023-10-23"},{"lineNumber":23,"author":{"gitId":"Sasmik23"},"content":" * @return matching tasks if found, else no tasks found message","lastModifiedDate":"2023-10-23"},{"lineNumber":24,"author":{"gitId":"Sasmik23"},"content":" * @throws DukeException","lastModifiedDate":"2023-10-23"},{"lineNumber":25,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-10-23"},{"lineNumber":26,"author":{"gitId":"Sasmik23"},"content":" @Override","lastModifiedDate":"2023-10-23"},{"lineNumber":27,"author":{"gitId":"Sasmik23"},"content":" public String execute() throws DukeException {","lastModifiedDate":"2023-10-23"},{"lineNumber":28,"author":{"gitId":"Sasmik23"},"content":" String reply \u003d \"\";","lastModifiedDate":"2023-10-23"},{"lineNumber":29,"author":{"gitId":"Sasmik23"},"content":" String[] splitStr \u003d input.trim().split(\"\\\\s+\");","lastModifiedDate":"2023-10-23"},{"lineNumber":30,"author":{"gitId":"Sasmik23"},"content":" inputChecker(splitStr, \"find\");","lastModifiedDate":"2023-10-23"},{"lineNumber":31,"author":{"gitId":"Sasmik23"},"content":" String toFind \u003d input.substring(5);","lastModifiedDate":"2023-10-23"},{"lineNumber":32,"author":{"gitId":"Sasmik23"},"content":" ArrayList\u003cTask\u003e foundTasks \u003d new ArrayList\u003c\u003e();","lastModifiedDate":"2023-10-23"},{"lineNumber":33,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-10-23"},{"lineNumber":34,"author":{"gitId":"Sasmik23"},"content":" for (Task task : taskList.getTasks()) {","lastModifiedDate":"2023-10-23"},{"lineNumber":35,"author":{"gitId":"Sasmik23"},"content":" if (task.getDescription().contains(toFind)) {","lastModifiedDate":"2023-10-23"},{"lineNumber":36,"author":{"gitId":"Sasmik23"},"content":" foundTasks.add(task);","lastModifiedDate":"2023-10-23"},{"lineNumber":37,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-10-23"},{"lineNumber":38,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-10-23"},{"lineNumber":39,"author":{"gitId":"Sasmik23"},"content":" if (foundTasks.size() \u003e 0) {","lastModifiedDate":"2023-10-23"},{"lineNumber":40,"author":{"gitId":"Sasmik23"},"content":" reply +\u003d \"Here are the matching tasks in your list:\\n\";","lastModifiedDate":"2023-10-23"},{"lineNumber":41,"author":{"gitId":"Sasmik23"},"content":" for (int i \u003d 0; i \u003c foundTasks.size(); i++) {","lastModifiedDate":"2023-10-23"},{"lineNumber":42,"author":{"gitId":"Sasmik23"},"content":" int index \u003d i + 1;","lastModifiedDate":"2023-10-23"},{"lineNumber":43,"author":{"gitId":"Sasmik23"},"content":" reply +\u003d \" \" + index + \".\" + foundTasks.get(i).toString() + \"\\n\";","lastModifiedDate":"2023-10-23"},{"lineNumber":44,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-10-23"},{"lineNumber":45,"author":{"gitId":"Sasmik23"},"content":" } else {","lastModifiedDate":"2023-10-23"},{"lineNumber":46,"author":{"gitId":"Sasmik23"},"content":" reply +\u003d \"No tasks called \" + toFind + \" found\\n\";","lastModifiedDate":"2023-10-23"},{"lineNumber":47,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-10-23"},{"lineNumber":48,"author":{"gitId":"Sasmik23"},"content":" return reply;","lastModifiedDate":"2023-10-23"},{"lineNumber":49,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-10-23"},{"lineNumber":50,"author":{"gitId":"Sasmik23"},"content":"}","lastModifiedDate":"2023-10-23"}],"authorContributionMap":{"Sasmik23":50}},{"path":"src/main/java/duke/commands/ListCommand.java","fileType":"java","lines":[{"lineNumber":1,"author":{"gitId":"Sasmik23"},"content":"package duke.commands;","lastModifiedDate":"2023-10-23"},{"lineNumber":2,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-10-23"},{"lineNumber":3,"author":{"gitId":"Sasmik23"},"content":"import duke.exceptions.DukeException;","lastModifiedDate":"2023-10-23"},{"lineNumber":4,"author":{"gitId":"Sasmik23"},"content":"import duke.tasks.Task;","lastModifiedDate":"2023-10-23"},{"lineNumber":5,"author":{"gitId":"Sasmik23"},"content":"import duke.tasks.TaskList;","lastModifiedDate":"2023-10-23"},{"lineNumber":6,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-10-23"},{"lineNumber":7,"author":{"gitId":"Sasmik23"},"content":"/**","lastModifiedDate":"2023-10-23"},{"lineNumber":8,"author":{"gitId":"Sasmik23"},"content":" * Represents List command to be executed","lastModifiedDate":"2023-10-23"},{"lineNumber":9,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-10-23"},{"lineNumber":10,"author":{"gitId":"Sasmik23"},"content":"public class ListCommand extends Command {","lastModifiedDate":"2023-10-23"},{"lineNumber":11,"author":{"gitId":"Sasmik23"},"content":" public ListCommand(TaskList taskList) {","lastModifiedDate":"2023-10-23"},{"lineNumber":12,"author":{"gitId":"Sasmik23"},"content":" super(taskList);","lastModifiedDate":"2023-10-23"},{"lineNumber":13,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-10-23"},{"lineNumber":14,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-10-23"},{"lineNumber":15,"author":{"gitId":"Sasmik23"},"content":" /**","lastModifiedDate":"2023-10-23"},{"lineNumber":16,"author":{"gitId":"Sasmik23"},"content":" * List out tasks in taskList","lastModifiedDate":"2023-10-23"},{"lineNumber":17,"author":{"gitId":"Sasmik23"},"content":" *","lastModifiedDate":"2023-10-23"},{"lineNumber":18,"author":{"gitId":"Sasmik23"},"content":" * @return response string","lastModifiedDate":"2023-10-23"},{"lineNumber":19,"author":{"gitId":"Sasmik23"},"content":" * @throws DukeException","lastModifiedDate":"2023-10-23"},{"lineNumber":20,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-10-23"},{"lineNumber":21,"author":{"gitId":"Sasmik23"},"content":" @Override","lastModifiedDate":"2023-10-23"},{"lineNumber":22,"author":{"gitId":"Sasmik23"},"content":" public String execute() throws DukeException {","lastModifiedDate":"2023-10-23"},{"lineNumber":23,"author":{"gitId":"Sasmik23"},"content":" String reply \u003d \"\";","lastModifiedDate":"2023-10-23"},{"lineNumber":24,"author":{"gitId":"Sasmik23"},"content":" reply +\u003d \" Here are the tasks in your list:\\n\";","lastModifiedDate":"2023-10-23"},{"lineNumber":25,"author":{"gitId":"Sasmik23"},"content":" for (int i \u003d 0; i \u003c taskList.listSize(); i++) {","lastModifiedDate":"2023-10-23"},{"lineNumber":26,"author":{"gitId":"Sasmik23"},"content":" int index \u003d i + 1;","lastModifiedDate":"2023-10-23"},{"lineNumber":27,"author":{"gitId":"Sasmik23"},"content":" reply +\u003d \" \" + index + \".\" + taskList.getOneTask(i).toString() + \"\\n\";","lastModifiedDate":"2023-10-23"},{"lineNumber":28,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-10-23"},{"lineNumber":29,"author":{"gitId":"Sasmik23"},"content":" return reply;","lastModifiedDate":"2023-10-23"},{"lineNumber":30,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-10-23"},{"lineNumber":31,"author":{"gitId":"Sasmik23"},"content":"}","lastModifiedDate":"2023-10-23"}],"authorContributionMap":{"Sasmik23":31}},{"path":"src/main/java/duke/commands/MarkCommand.java","fileType":"java","lines":[{"lineNumber":1,"author":{"gitId":"Sasmik23"},"content":"package duke.commands;","lastModifiedDate":"2023-10-23"},{"lineNumber":2,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-10-23"},{"lineNumber":3,"author":{"gitId":"Sasmik23"},"content":"import duke.exceptions.DukeException;","lastModifiedDate":"2023-10-23"},{"lineNumber":4,"author":{"gitId":"Sasmik23"},"content":"import duke.tasks.Task;","lastModifiedDate":"2023-10-23"},{"lineNumber":5,"author":{"gitId":"Sasmik23"},"content":"import duke.tasks.TaskList;","lastModifiedDate":"2023-10-23"},{"lineNumber":6,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-10-23"},{"lineNumber":7,"author":{"gitId":"Sasmik23"},"content":"/**","lastModifiedDate":"2023-10-23"},{"lineNumber":8,"author":{"gitId":"Sasmik23"},"content":" * Represents Mark/Unmark Command to be executed","lastModifiedDate":"2023-10-23"},{"lineNumber":9,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-10-23"},{"lineNumber":10,"author":{"gitId":"Sasmik23"},"content":"public class MarkCommand extends Command {","lastModifiedDate":"2023-10-23"},{"lineNumber":11,"author":{"gitId":"Sasmik23"},"content":" String input;","lastModifiedDate":"2023-10-23"},{"lineNumber":12,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-10-23"},{"lineNumber":13,"author":{"gitId":"Sasmik23"},"content":" public MarkCommand(String input, TaskList taskList) {","lastModifiedDate":"2023-10-23"},{"lineNumber":14,"author":{"gitId":"Sasmik23"},"content":" super(taskList);","lastModifiedDate":"2023-10-23"},{"lineNumber":15,"author":{"gitId":"Sasmik23"},"content":" this.input \u003d input;","lastModifiedDate":"2023-10-23"},{"lineNumber":16,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-10-23"},{"lineNumber":17,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-10-23"},{"lineNumber":18,"author":{"gitId":"Sasmik23"},"content":" /**","lastModifiedDate":"2023-10-23"},{"lineNumber":19,"author":{"gitId":"Sasmik23"},"content":" * mark or unmark an existing task","lastModifiedDate":"2023-10-23"},{"lineNumber":20,"author":{"gitId":"Sasmik23"},"content":" *","lastModifiedDate":"2023-10-23"},{"lineNumber":21,"author":{"gitId":"Sasmik23"},"content":" * @return response String","lastModifiedDate":"2023-10-23"},{"lineNumber":22,"author":{"gitId":"Sasmik23"},"content":" * @throws DukeException","lastModifiedDate":"2023-10-23"},{"lineNumber":23,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-10-23"},{"lineNumber":24,"author":{"gitId":"Sasmik23"},"content":" @Override","lastModifiedDate":"2023-10-23"},{"lineNumber":25,"author":{"gitId":"Sasmik23"},"content":" public String execute() throws DukeException {","lastModifiedDate":"2023-10-23"},{"lineNumber":26,"author":{"gitId":"Sasmik23"},"content":" String[] splitStr \u003d input.trim().split(\"\\\\s+\");","lastModifiedDate":"2023-10-23"},{"lineNumber":27,"author":{"gitId":"Sasmik23"},"content":" inputChecker(splitStr, \"mark/unmark\");","lastModifiedDate":"2023-10-23"},{"lineNumber":28,"author":{"gitId":"Sasmik23"},"content":" int index \u003d Integer.parseInt(splitStr[1]);","lastModifiedDate":"2023-10-23"},{"lineNumber":29,"author":{"gitId":"Sasmik23"},"content":" Task item \u003d taskList.getOneTask(index - 1);","lastModifiedDate":"2023-10-23"},{"lineNumber":30,"author":{"gitId":"Sasmik23"},"content":" return item.setAction(splitStr[0]);","lastModifiedDate":"2023-10-23"},{"lineNumber":31,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-10-23"},{"lineNumber":32,"author":{"gitId":"Sasmik23"},"content":"}","lastModifiedDate":"2023-10-23"}],"authorContributionMap":{"Sasmik23":32}},{"path":"src/main/java/duke/commands/TagCommand.java","fileType":"java","lines":[{"lineNumber":1,"author":{"gitId":"Sasmik23"},"content":"package duke.commands;","lastModifiedDate":"2023-10-23"},{"lineNumber":2,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-10-23"},{"lineNumber":3,"author":{"gitId":"Sasmik23"},"content":"import duke.exceptions.DukeException;","lastModifiedDate":"2023-10-23"},{"lineNumber":4,"author":{"gitId":"Sasmik23"},"content":"import duke.tasks.Task;","lastModifiedDate":"2023-10-23"},{"lineNumber":5,"author":{"gitId":"Sasmik23"},"content":"import duke.tasks.TaskList;","lastModifiedDate":"2023-10-23"},{"lineNumber":6,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-10-23"},{"lineNumber":7,"author":{"gitId":"Sasmik23"},"content":"/**","lastModifiedDate":"2023-10-23"},{"lineNumber":8,"author":{"gitId":"Sasmik23"},"content":" * Represents Tag command to be executed","lastModifiedDate":"2023-10-23"},{"lineNumber":9,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-10-23"},{"lineNumber":10,"author":{"gitId":"Sasmik23"},"content":"public class TagCommand extends Command {","lastModifiedDate":"2023-10-23"},{"lineNumber":11,"author":{"gitId":"Sasmik23"},"content":" private String input;","lastModifiedDate":"2023-10-23"},{"lineNumber":12,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-10-23"},{"lineNumber":13,"author":{"gitId":"Sasmik23"},"content":" public TagCommand(String input, TaskList taskList) {","lastModifiedDate":"2023-10-23"},{"lineNumber":14,"author":{"gitId":"Sasmik23"},"content":" super(taskList);","lastModifiedDate":"2023-10-23"},{"lineNumber":15,"author":{"gitId":"Sasmik23"},"content":" this.input \u003d input;","lastModifiedDate":"2023-10-23"},{"lineNumber":16,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-10-23"},{"lineNumber":17,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-10-23"},{"lineNumber":18,"author":{"gitId":"Sasmik23"},"content":" /**","lastModifiedDate":"2023-10-23"},{"lineNumber":19,"author":{"gitId":"Sasmik23"},"content":" * tag a task by its index in the taskList","lastModifiedDate":"2023-10-23"},{"lineNumber":20,"author":{"gitId":"Sasmik23"},"content":" *","lastModifiedDate":"2023-10-23"},{"lineNumber":21,"author":{"gitId":"Sasmik23"},"content":" * @return response string","lastModifiedDate":"2023-10-23"},{"lineNumber":22,"author":{"gitId":"Sasmik23"},"content":" * @throws DukeException","lastModifiedDate":"2023-10-23"},{"lineNumber":23,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-10-23"},{"lineNumber":24,"author":{"gitId":"Sasmik23"},"content":" @Override","lastModifiedDate":"2023-10-23"},{"lineNumber":25,"author":{"gitId":"Sasmik23"},"content":" public String execute() throws DukeException {","lastModifiedDate":"2023-10-23"},{"lineNumber":26,"author":{"gitId":"Sasmik23"},"content":" String[] splitStr \u003d input.trim().split(\"\\\\s+\");","lastModifiedDate":"2023-10-23"},{"lineNumber":27,"author":{"gitId":"Sasmik23"},"content":" inputChecker(splitStr, \"tag\");","lastModifiedDate":"2023-10-23"},{"lineNumber":28,"author":{"gitId":"Sasmik23"},"content":" Task item \u003d taskList.getOneTask(Integer.parseInt(splitStr[1]) - 1);","lastModifiedDate":"2023-10-23"},{"lineNumber":29,"author":{"gitId":"Sasmik23"},"content":" String[] getTag \u003d input.split(\"#\");","lastModifiedDate":"2023-10-23"},{"lineNumber":30,"author":{"gitId":"Sasmik23"},"content":" inputChecker(getTag, \"tag\");","lastModifiedDate":"2023-10-23"},{"lineNumber":31,"author":{"gitId":"Sasmik23"},"content":" return item.setTag(getTag[1]);","lastModifiedDate":"2023-10-23"},{"lineNumber":32,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-10-23"},{"lineNumber":33,"author":{"gitId":"Sasmik23"},"content":"}","lastModifiedDate":"2023-10-23"}],"authorContributionMap":{"Sasmik23":33}},{"path":"src/main/java/duke/commands/TodoCommand.java","fileType":"java","lines":[{"lineNumber":1,"author":{"gitId":"Sasmik23"},"content":"package duke.commands;","lastModifiedDate":"2023-10-23"},{"lineNumber":2,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-10-23"},{"lineNumber":3,"author":{"gitId":"Sasmik23"},"content":"import duke.exceptions.DukeException;","lastModifiedDate":"2023-10-23"},{"lineNumber":4,"author":{"gitId":"Sasmik23"},"content":"import duke.tasks.TaskList;","lastModifiedDate":"2023-10-23"},{"lineNumber":5,"author":{"gitId":"Sasmik23"},"content":"import duke.tasks.Todo;","lastModifiedDate":"2023-10-23"},{"lineNumber":6,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-10-23"},{"lineNumber":7,"author":{"gitId":"Sasmik23"},"content":"/**","lastModifiedDate":"2023-10-23"},{"lineNumber":8,"author":{"gitId":"Sasmik23"},"content":" * Represents a Todo Command to be executed","lastModifiedDate":"2023-10-23"},{"lineNumber":9,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-10-23"},{"lineNumber":10,"author":{"gitId":"Sasmik23"},"content":"public class TodoCommand extends Command {","lastModifiedDate":"2023-10-23"},{"lineNumber":11,"author":{"gitId":"Sasmik23"},"content":" private String input;","lastModifiedDate":"2023-10-23"},{"lineNumber":12,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-10-23"},{"lineNumber":13,"author":{"gitId":"Sasmik23"},"content":" public TodoCommand(String input, TaskList taskList) {","lastModifiedDate":"2023-10-23"},{"lineNumber":14,"author":{"gitId":"Sasmik23"},"content":" super(taskList);","lastModifiedDate":"2023-10-23"},{"lineNumber":15,"author":{"gitId":"Sasmik23"},"content":" this.input \u003d input;","lastModifiedDate":"2023-10-23"},{"lineNumber":16,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-10-23"},{"lineNumber":17,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-10-23"},{"lineNumber":18,"author":{"gitId":"Sasmik23"},"content":" /**","lastModifiedDate":"2023-10-23"},{"lineNumber":19,"author":{"gitId":"Sasmik23"},"content":" * Adds todo Task to taskList","lastModifiedDate":"2023-10-23"},{"lineNumber":20,"author":{"gitId":"Sasmik23"},"content":" *","lastModifiedDate":"2023-10-23"},{"lineNumber":21,"author":{"gitId":"Sasmik23"},"content":" * @return response string","lastModifiedDate":"2023-10-23"},{"lineNumber":22,"author":{"gitId":"Sasmik23"},"content":" * @throws DukeException","lastModifiedDate":"2023-10-23"},{"lineNumber":23,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-10-23"},{"lineNumber":24,"author":{"gitId":"Sasmik23"},"content":" @Override","lastModifiedDate":"2023-10-23"},{"lineNumber":25,"author":{"gitId":"Sasmik23"},"content":" public String execute() throws DukeException {","lastModifiedDate":"2023-10-23"},{"lineNumber":26,"author":{"gitId":"Sasmik23"},"content":" String[] splitStr \u003d input.trim().split(\"\\\\s+\");","lastModifiedDate":"2023-10-23"},{"lineNumber":27,"author":{"gitId":"Sasmik23"},"content":" inputChecker(splitStr, \"todo\");","lastModifiedDate":"2023-10-23"},{"lineNumber":28,"author":{"gitId":"Sasmik23"},"content":" Todo t \u003d new Todo(input.substring(5));","lastModifiedDate":"2023-10-23"},{"lineNumber":29,"author":{"gitId":"Sasmik23"},"content":" taskList.addTask(t);","lastModifiedDate":"2023-10-23"},{"lineNumber":30,"author":{"gitId":"Sasmik23"},"content":" return t.addedMessage();","lastModifiedDate":"2023-10-23"},{"lineNumber":31,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-10-23"},{"lineNumber":32,"author":{"gitId":"Sasmik23"},"content":"}","lastModifiedDate":"2023-10-23"}],"authorContributionMap":{"Sasmik23":32}},{"path":"src/main/java/duke/commands/UnknownCommand.java","fileType":"java","lines":[{"lineNumber":1,"author":{"gitId":"Sasmik23"},"content":"package duke.commands;","lastModifiedDate":"2023-10-23"},{"lineNumber":2,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-10-23"},{"lineNumber":3,"author":{"gitId":"Sasmik23"},"content":"import duke.exceptions.DukeException;","lastModifiedDate":"2023-10-23"},{"lineNumber":4,"author":{"gitId":"Sasmik23"},"content":"import duke.tasks.TaskList;","lastModifiedDate":"2023-10-23"},{"lineNumber":5,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-10-23"},{"lineNumber":6,"author":{"gitId":"Sasmik23"},"content":"/**","lastModifiedDate":"2023-10-23"},{"lineNumber":7,"author":{"gitId":"Sasmik23"},"content":" * Represents Unknown command to be executed","lastModifiedDate":"2023-10-23"},{"lineNumber":8,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-10-23"},{"lineNumber":9,"author":{"gitId":"Sasmik23"},"content":"public class UnknownCommand extends Command {","lastModifiedDate":"2023-10-23"},{"lineNumber":10,"author":{"gitId":"Sasmik23"},"content":" public UnknownCommand(TaskList taskList) {","lastModifiedDate":"2023-10-23"},{"lineNumber":11,"author":{"gitId":"Sasmik23"},"content":" super(taskList);","lastModifiedDate":"2023-10-23"},{"lineNumber":12,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-10-23"},{"lineNumber":13,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-10-23"},{"lineNumber":14,"author":{"gitId":"Sasmik23"},"content":" @Override","lastModifiedDate":"2023-10-23"},{"lineNumber":15,"author":{"gitId":"Sasmik23"},"content":" public String execute() throws DukeException {","lastModifiedDate":"2023-10-23"},{"lineNumber":16,"author":{"gitId":"Sasmik23"},"content":" return \"☹ OOPS!!! I\u0027m sorry, but I don\u0027t know what that means :-(\\n\";","lastModifiedDate":"2023-10-23"},{"lineNumber":17,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-10-23"},{"lineNumber":18,"author":{"gitId":"Sasmik23"},"content":"}","lastModifiedDate":"2023-10-23"}],"authorContributionMap":{"Sasmik23":18}},{"path":"src/main/java/duke/exceptions/DukeException.java","fileType":"java","lines":[{"lineNumber":1,"author":{"gitId":"Sasmik23"},"content":"package duke.exceptions;","lastModifiedDate":"2023-09-01"},{"lineNumber":2,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-31"},{"lineNumber":3,"author":{"gitId":"Sasmik23"},"content":"public class DukeException extends Exception {","lastModifiedDate":"2023-08-24"},{"lineNumber":4,"author":{"gitId":"Sasmik23"},"content":" public DukeException(String message) {","lastModifiedDate":"2023-08-24"},{"lineNumber":5,"author":{"gitId":"Sasmik23"},"content":" super(message);","lastModifiedDate":"2023-08-24"},{"lineNumber":6,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-24"},{"lineNumber":7,"author":{"gitId":"Sasmik23"},"content":"}","lastModifiedDate":"2023-08-24"}],"authorContributionMap":{"Sasmik23":7}},{"path":"src/main/java/duke/exceptions/StorageException.java","fileType":"java","lines":[{"lineNumber":1,"author":{"gitId":"Sasmik23"},"content":"package duke.exceptions;","lastModifiedDate":"2023-09-20"},{"lineNumber":2,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-20"},{"lineNumber":3,"author":{"gitId":"Sasmik23"},"content":"public class StorageException extends Exception {","lastModifiedDate":"2023-09-20"},{"lineNumber":4,"author":{"gitId":"Sasmik23"},"content":" public StorageException(String message) {","lastModifiedDate":"2023-09-20"},{"lineNumber":5,"author":{"gitId":"Sasmik23"},"content":" super(message);","lastModifiedDate":"2023-09-20"},{"lineNumber":6,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-09-20"},{"lineNumber":7,"author":{"gitId":"Sasmik23"},"content":"}","lastModifiedDate":"2023-09-20"}],"authorContributionMap":{"Sasmik23":7}},{"path":"src/main/java/duke/filehandler/Storage.java","fileType":"java","lines":[{"lineNumber":1,"author":{"gitId":"Sasmik23"},"content":"package duke.filehandler;","lastModifiedDate":"2023-09-01"},{"lineNumber":2,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-31"},{"lineNumber":3,"author":{"gitId":"Sasmik23"},"content":"import duke.exceptions.DukeException;","lastModifiedDate":"2023-09-01"},{"lineNumber":4,"author":{"gitId":"Sasmik23"},"content":"import duke.tasks.Deadline;","lastModifiedDate":"2023-09-01"},{"lineNumber":5,"author":{"gitId":"Sasmik23"},"content":"import duke.tasks.Event;","lastModifiedDate":"2023-09-01"},{"lineNumber":6,"author":{"gitId":"Sasmik23"},"content":"import duke.tasks.Task;","lastModifiedDate":"2023-09-01"},{"lineNumber":7,"author":{"gitId":"Sasmik23"},"content":"import duke.tasks.Todo;","lastModifiedDate":"2023-09-01"},{"lineNumber":8,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-29"},{"lineNumber":9,"author":{"gitId":"Sasmik23"},"content":"import java.io.*;","lastModifiedDate":"2023-08-30"},{"lineNumber":10,"author":{"gitId":"Sasmik23"},"content":"import java.text.SimpleDateFormat;","lastModifiedDate":"2023-08-30"},{"lineNumber":11,"author":{"gitId":"Sasmik23"},"content":"import java.util.ArrayList;","lastModifiedDate":"2023-08-29"},{"lineNumber":12,"author":{"gitId":"Sasmik23"},"content":"import java.util.Date;","lastModifiedDate":"2023-08-30"},{"lineNumber":13,"author":{"gitId":"Sasmik23"},"content":"import java.util.Scanner;","lastModifiedDate":"2023-08-29"},{"lineNumber":14,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-31"},{"lineNumber":15,"author":{"gitId":"Sasmik23"},"content":"/**","lastModifiedDate":"2023-10-23"},{"lineNumber":16,"author":{"gitId":"Sasmik23"},"content":" * Represents Storage class which handles reading from and storing tasks to txt. file","lastModifiedDate":"2023-10-23"},{"lineNumber":17,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-10-23"},{"lineNumber":18,"author":{"gitId":"Sasmik23"},"content":"public class Storage {","lastModifiedDate":"2023-09-17"},{"lineNumber":19,"author":{"gitId":"Sasmik23"},"content":" private static String FILE_PATH;","lastModifiedDate":"2023-08-31"},{"lineNumber":20,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-17"},{"lineNumber":21,"author":{"gitId":"Sasmik23"},"content":" public Storage(String file_path) {","lastModifiedDate":"2023-08-31"},{"lineNumber":22,"author":{"gitId":"Sasmik23"},"content":" FILE_PATH \u003d file_path;","lastModifiedDate":"2023-08-31"},{"lineNumber":23,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-31"},{"lineNumber":24,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-29"},{"lineNumber":25,"author":{"gitId":"Sasmik23"},"content":" /**","lastModifiedDate":"2023-09-17"},{"lineNumber":26,"author":{"gitId":"Sasmik23"},"content":" * converts string from saved file to Date object","lastModifiedDate":"2023-09-01"},{"lineNumber":27,"author":{"gitId":"Sasmik23"},"content":" *","lastModifiedDate":"2023-09-17"},{"lineNumber":28,"author":{"gitId":"Sasmik23"},"content":" * @param dateString","lastModifiedDate":"2023-09-01"},{"lineNumber":29,"author":{"gitId":"Sasmik23"},"content":" * @return Date","lastModifiedDate":"2023-09-01"},{"lineNumber":30,"author":{"gitId":"Sasmik23"},"content":" * @throws DukeException","lastModifiedDate":"2023-09-01"},{"lineNumber":31,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-09-01"},{"lineNumber":32,"author":{"gitId":"Sasmik23"},"content":" public static Date fileDateParser(String dateString) throws DukeException {","lastModifiedDate":"2023-08-30"},{"lineNumber":33,"author":{"gitId":"Sasmik23"},"content":" SimpleDateFormat sdf \u003d new SimpleDateFormat(\"dd MMM yyyy h a\");","lastModifiedDate":"2023-08-30"},{"lineNumber":34,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-30"},{"lineNumber":35,"author":{"gitId":"Sasmik23"},"content":" try {","lastModifiedDate":"2023-08-30"},{"lineNumber":36,"author":{"gitId":"Sasmik23"},"content":" Date date \u003d sdf.parse(dateString);","lastModifiedDate":"2023-08-30"},{"lineNumber":37,"author":{"gitId":"Sasmik23"},"content":" return date;","lastModifiedDate":"2023-08-30"},{"lineNumber":38,"author":{"gitId":"Sasmik23"},"content":" } catch (Exception e) {","lastModifiedDate":"2023-08-30"},{"lineNumber":39,"author":{"gitId":"Sasmik23"},"content":" System.out.println(e);","lastModifiedDate":"2023-08-30"},{"lineNumber":40,"author":{"gitId":"Sasmik23"},"content":" throw new DukeException(\"Cannot read time from file\");","lastModifiedDate":"2023-08-30"},{"lineNumber":41,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-30"},{"lineNumber":42,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-30"},{"lineNumber":43,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-30"},{"lineNumber":44,"author":{"gitId":"Sasmik23"},"content":" /**","lastModifiedDate":"2023-09-17"},{"lineNumber":45,"author":{"gitId":"Sasmik23"},"content":" * Saves tasks in memory to file","lastModifiedDate":"2023-09-01"},{"lineNumber":46,"author":{"gitId":"Sasmik23"},"content":" *","lastModifiedDate":"2023-09-17"},{"lineNumber":47,"author":{"gitId":"Sasmik23"},"content":" * @param tasks","lastModifiedDate":"2023-09-01"},{"lineNumber":48,"author":{"gitId":"Sasmik23"},"content":" * @throws DukeException","lastModifiedDate":"2023-09-01"},{"lineNumber":49,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-09-01"},{"lineNumber":50,"author":{"gitId":"Sasmik23"},"content":" public static void saveTasks(ArrayList\u003cTask\u003e tasks) throws DukeException {","lastModifiedDate":"2023-08-29"},{"lineNumber":51,"author":{"gitId":"Sasmik23"},"content":" try {","lastModifiedDate":"2023-08-29"},{"lineNumber":52,"author":{"gitId":"Sasmik23"},"content":" File taskFile \u003d new File(FILE_PATH);","lastModifiedDate":"2023-08-29"},{"lineNumber":53,"author":{"gitId":"Sasmik23"},"content":" if (! taskFile.exists()) {","lastModifiedDate":"2023-08-29"},{"lineNumber":54,"author":{"gitId":"Sasmik23"},"content":" taskFile.getParentFile().mkdirs();","lastModifiedDate":"2023-09-25"},{"lineNumber":55,"author":{"gitId":"Sasmik23"},"content":" taskFile.createNewFile();","lastModifiedDate":"2023-08-29"},{"lineNumber":56,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-29"},{"lineNumber":57,"author":{"gitId":"Sasmik23"},"content":" assert taskFile.exists();","lastModifiedDate":"2023-09-17"},{"lineNumber":58,"author":{"gitId":"Sasmik23"},"content":" } catch (IOException e) {","lastModifiedDate":"2023-09-01"},{"lineNumber":59,"author":{"gitId":"Sasmik23"},"content":" throw new DukeException(\"Error creating task file!\");","lastModifiedDate":"2023-08-29"},{"lineNumber":60,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-29"},{"lineNumber":61,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-29"},{"lineNumber":62,"author":{"gitId":"Sasmik23"},"content":" try {","lastModifiedDate":"2023-08-29"},{"lineNumber":63,"author":{"gitId":"Sasmik23"},"content":" FileWriter taskWriter \u003d new FileWriter(FILE_PATH);","lastModifiedDate":"2023-08-29"},{"lineNumber":64,"author":{"gitId":"Sasmik23"},"content":" for (Task task : tasks) {","lastModifiedDate":"2023-08-29"},{"lineNumber":65,"author":{"gitId":"Sasmik23"},"content":" taskWriter.write(task.toString());","lastModifiedDate":"2023-08-29"},{"lineNumber":66,"author":{"gitId":"Sasmik23"},"content":" taskWriter.write(\"\\n\");","lastModifiedDate":"2023-08-29"},{"lineNumber":67,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-29"},{"lineNumber":68,"author":{"gitId":"Sasmik23"},"content":" taskWriter.close();","lastModifiedDate":"2023-08-29"},{"lineNumber":69,"author":{"gitId":"Sasmik23"},"content":" } catch (IOException e) {","lastModifiedDate":"2023-08-29"},{"lineNumber":70,"author":{"gitId":"Sasmik23"},"content":" throw new DukeException(\" Error saving tasks to file\");","lastModifiedDate":"2023-09-01"},{"lineNumber":71,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-29"},{"lineNumber":72,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-29"},{"lineNumber":73,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-29"},{"lineNumber":74,"author":{"gitId":"Sasmik23"},"content":" /**","lastModifiedDate":"2023-09-17"},{"lineNumber":75,"author":{"gitId":"Sasmik23"},"content":" * reads all tasks from saved file","lastModifiedDate":"2023-09-01"},{"lineNumber":76,"author":{"gitId":"Sasmik23"},"content":" *","lastModifiedDate":"2023-09-17"},{"lineNumber":77,"author":{"gitId":"Sasmik23"},"content":" * @return tasks as an ArrayList","lastModifiedDate":"2023-09-01"},{"lineNumber":78,"author":{"gitId":"Sasmik23"},"content":" * @throws DukeException","lastModifiedDate":"2023-09-01"},{"lineNumber":79,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-09-01"},{"lineNumber":80,"author":{"gitId":"Sasmik23"},"content":" public static ArrayList\u003cTask\u003e readTasks() throws DukeException {","lastModifiedDate":"2023-08-29"},{"lineNumber":81,"author":{"gitId":"Sasmik23"},"content":" ArrayList\u003cTask\u003e tasks \u003d new ArrayList\u003c\u003e();","lastModifiedDate":"2023-08-29"},{"lineNumber":82,"author":{"gitId":"Sasmik23"},"content":" try {","lastModifiedDate":"2023-08-29"},{"lineNumber":83,"author":{"gitId":"Sasmik23"},"content":" File taskFile \u003d new File(FILE_PATH);","lastModifiedDate":"2023-08-29"},{"lineNumber":84,"author":{"gitId":"Sasmik23"},"content":" if (! taskFile.exists()) {","lastModifiedDate":"2023-08-29"},{"lineNumber":85,"author":{"gitId":"Sasmik23"},"content":" taskFile.getParentFile().mkdirs();","lastModifiedDate":"2023-09-25"},{"lineNumber":86,"author":{"gitId":"Sasmik23"},"content":" taskFile.createNewFile();","lastModifiedDate":"2023-09-25"},{"lineNumber":87,"author":{"gitId":"Sasmik23"},"content":" return tasks;","lastModifiedDate":"2023-08-29"},{"lineNumber":88,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-29"},{"lineNumber":89,"author":{"gitId":"Sasmik23"},"content":" Scanner reader \u003d new Scanner(taskFile);","lastModifiedDate":"2023-08-29"},{"lineNumber":90,"author":{"gitId":"Sasmik23"},"content":" while (reader.hasNextLine()) {","lastModifiedDate":"2023-08-29"},{"lineNumber":91,"author":{"gitId":"Sasmik23"},"content":" String data \u003d reader.nextLine();","lastModifiedDate":"2023-08-29"},{"lineNumber":92,"author":{"gitId":"Sasmik23"},"content":" tasks \u003d taskCreator(data, tasks);","lastModifiedDate":"2023-09-17"},{"lineNumber":93,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-09-17"},{"lineNumber":94,"author":{"gitId":"Sasmik23"},"content":" } catch (IOException e) {","lastModifiedDate":"2023-09-17"},{"lineNumber":95,"author":{"gitId":"Sasmik23"},"content":" throw new DukeException(\"error reading from file\");","lastModifiedDate":"2023-09-17"},{"lineNumber":96,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-09-17"},{"lineNumber":97,"author":{"gitId":"Sasmik23"},"content":" return tasks;","lastModifiedDate":"2023-09-17"},{"lineNumber":98,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-09-17"},{"lineNumber":99,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-17"},{"lineNumber":100,"author":{"gitId":"Sasmik23"},"content":" /**","lastModifiedDate":"2023-10-23"},{"lineNumber":101,"author":{"gitId":"Sasmik23"},"content":" * Reads given line, creates the corresponding task object and adds it to taskList","lastModifiedDate":"2023-10-23"},{"lineNumber":102,"author":{"gitId":"Sasmik23"},"content":" *","lastModifiedDate":"2023-10-23"},{"lineNumber":103,"author":{"gitId":"Sasmik23"},"content":" * @param data line read from saved file","lastModifiedDate":"2023-10-23"},{"lineNumber":104,"author":{"gitId":"Sasmik23"},"content":" * @param tasks current tasks list","lastModifiedDate":"2023-10-23"},{"lineNumber":105,"author":{"gitId":"Sasmik23"},"content":" * @return new tasks list","lastModifiedDate":"2023-10-23"},{"lineNumber":106,"author":{"gitId":"Sasmik23"},"content":" * @throws DukeException","lastModifiedDate":"2023-10-23"},{"lineNumber":107,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-10-23"},{"lineNumber":108,"author":{"gitId":"Sasmik23"},"content":" public static ArrayList\u003cTask\u003e taskCreator(String data, ArrayList\u003cTask\u003e tasks) throws DukeException {","lastModifiedDate":"2023-09-17"},{"lineNumber":109,"author":{"gitId":"Sasmik23"},"content":" if (data.length() \u003d\u003d 0) {","lastModifiedDate":"2023-09-17"},{"lineNumber":110,"author":{"gitId":"Sasmik23"},"content":" return tasks;","lastModifiedDate":"2023-09-17"},{"lineNumber":111,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-09-17"},{"lineNumber":112,"author":{"gitId":"Sasmik23"},"content":" if (data.charAt(1) \u003d\u003d \u0027T\u0027) {","lastModifiedDate":"2023-08-29"},{"lineNumber":113,"author":{"gitId":"Sasmik23"},"content":" String[] description \u003d data.split(\"#\");","lastModifiedDate":"2023-09-25"},{"lineNumber":114,"author":{"gitId":"Sasmik23"},"content":" Todo todo \u003d new Todo(description[0].substring(7));","lastModifiedDate":"2023-09-25"},{"lineNumber":115,"author":{"gitId":"Sasmik23"},"content":" if (data.charAt(4) \u003d\u003d \u0027X\u0027) {","lastModifiedDate":"2023-08-29"},{"lineNumber":116,"author":{"gitId":"Sasmik23"},"content":" todo.setAction(\"mark\");","lastModifiedDate":"2023-08-29"},{"lineNumber":117,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-29"},{"lineNumber":118,"author":{"gitId":"Sasmik23"},"content":" todo.setTag(description[1]);","lastModifiedDate":"2023-09-25"},{"lineNumber":119,"author":{"gitId":"Sasmik23"},"content":" tasks.add(todo);","lastModifiedDate":"2023-08-29"},{"lineNumber":120,"author":{"gitId":"Sasmik23"},"content":" } else if (data.charAt(1) \u003d\u003d \u0027D\u0027) {","lastModifiedDate":"2023-09-01"},{"lineNumber":121,"author":{"gitId":"Sasmik23"},"content":" //format: [D][X] assignment (by: 02 Feb 2001 7 PM) #urgent","lastModifiedDate":"2023-09-25"},{"lineNumber":122,"author":{"gitId":"Sasmik23"},"content":" String tag \u003d data.split(\"#\")[1];","lastModifiedDate":"2023-09-25"},{"lineNumber":123,"author":{"gitId":"Sasmik23"},"content":" data \u003d data.split(\"#\")[0];","lastModifiedDate":"2023-09-25"},{"lineNumber":124,"author":{"gitId":"Sasmik23"},"content":" String dates \u003d data.split(\":\", 2)[1];","lastModifiedDate":"2023-08-30"},{"lineNumber":125,"author":{"gitId":"Sasmik23"},"content":" String desc \u003d data.split(\"\\\\(\")[0];","lastModifiedDate":"2023-08-29"},{"lineNumber":126,"author":{"gitId":"Sasmik23"},"content":" Date date \u003d fileDateParser(dates.substring(1, dates.length() - 1));","lastModifiedDate":"2023-08-30"},{"lineNumber":127,"author":{"gitId":"Sasmik23"},"content":" Deadline deadline \u003d new Deadline(desc.substring(7), date);","lastModifiedDate":"2023-08-30"},{"lineNumber":128,"author":{"gitId":"Sasmik23"},"content":" if (data.charAt(4) \u003d\u003d \u0027X\u0027) {","lastModifiedDate":"2023-08-29"},{"lineNumber":129,"author":{"gitId":"Sasmik23"},"content":" deadline.setAction(\"mark\");","lastModifiedDate":"2023-08-29"},{"lineNumber":130,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-29"},{"lineNumber":131,"author":{"gitId":"Sasmik23"},"content":" deadline.setTag(tag);","lastModifiedDate":"2023-09-25"},{"lineNumber":132,"author":{"gitId":"Sasmik23"},"content":" tasks.add(deadline);","lastModifiedDate":"2023-08-29"},{"lineNumber":133,"author":{"gitId":"Sasmik23"},"content":" } else if (data.charAt(1) \u003d\u003d \u0027E\u0027) {","lastModifiedDate":"2023-09-01"},{"lineNumber":134,"author":{"gitId":"Sasmik23"},"content":" String tag \u003d data.split(\"#\")[1];","lastModifiedDate":"2023-09-25"},{"lineNumber":135,"author":{"gitId":"Sasmik23"},"content":" data \u003d data.split(\"#\")[0];","lastModifiedDate":"2023-09-25"},{"lineNumber":136,"author":{"gitId":"Sasmik23"},"content":" String[] dates \u003d data.split(\":\");","lastModifiedDate":"2023-08-29"},{"lineNumber":137,"author":{"gitId":"Sasmik23"},"content":" String desc \u003d data.split(\"\\\\(\")[0];","lastModifiedDate":"2023-08-29"},{"lineNumber":138,"author":{"gitId":"Sasmik23"},"content":" Date from \u003d fileDateParser(dates[1].substring(1, dates[1].length() - 2));","lastModifiedDate":"2023-08-30"},{"lineNumber":139,"author":{"gitId":"Sasmik23"},"content":" Date to \u003d fileDateParser(dates[2].substring(1, dates[2].length() - 1));","lastModifiedDate":"2023-08-30"},{"lineNumber":140,"author":{"gitId":"Sasmik23"},"content":" Event event \u003d new Event(desc.substring(7), from, to);","lastModifiedDate":"2023-08-30"},{"lineNumber":141,"author":{"gitId":"Sasmik23"},"content":" if (data.charAt(4) \u003d\u003d \u0027X\u0027) {","lastModifiedDate":"2023-08-29"},{"lineNumber":142,"author":{"gitId":"Sasmik23"},"content":" event.setAction(\"mark\");","lastModifiedDate":"2023-08-29"},{"lineNumber":143,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-29"},{"lineNumber":144,"author":{"gitId":"Sasmik23"},"content":" event.setTag(tag);","lastModifiedDate":"2023-09-25"},{"lineNumber":145,"author":{"gitId":"Sasmik23"},"content":" tasks.add(event);","lastModifiedDate":"2023-08-29"},{"lineNumber":146,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-29"},{"lineNumber":147,"author":{"gitId":"Sasmik23"},"content":" return tasks;","lastModifiedDate":"2023-08-29"},{"lineNumber":148,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-29"},{"lineNumber":149,"author":{"gitId":"Sasmik23"},"content":"}","lastModifiedDate":"2023-08-29"},{"lineNumber":150,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-29"},{"lineNumber":151,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-29"},{"lineNumber":152,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-29"}],"authorContributionMap":{"Sasmik23":152}},{"path":"src/main/java/duke/parsers/InputParser.java","fileType":"java","lines":[{"lineNumber":1,"author":{"gitId":"Sasmik23"},"content":"package duke.parsers;","lastModifiedDate":"2023-09-01"},{"lineNumber":2,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-31"},{"lineNumber":3,"author":{"gitId":"Sasmik23"},"content":"import duke.commands.*;","lastModifiedDate":"2023-10-23"},{"lineNumber":4,"author":{"gitId":"Sasmik23"},"content":"import duke.exceptions.DukeException;","lastModifiedDate":"2023-09-01"},{"lineNumber":5,"author":{"gitId":"Sasmik23"},"content":"import duke.tasks.*;","lastModifiedDate":"2023-10-23"},{"lineNumber":6,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-01"},{"lineNumber":7,"author":{"gitId":"Sasmik23"},"content":"/**","lastModifiedDate":"2023-09-17"},{"lineNumber":8,"author":{"gitId":"Sasmik23"},"content":" * Parses the input and executes respective command","lastModifiedDate":"2023-10-23"},{"lineNumber":9,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-08-31"},{"lineNumber":10,"author":{"gitId":"Sasmik23"},"content":"public class InputParser {","lastModifiedDate":"2023-10-23"},{"lineNumber":11,"author":{"gitId":"Sasmik23"},"content":" private TaskList taskList;","lastModifiedDate":"2023-10-23"},{"lineNumber":12,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-31"},{"lineNumber":13,"author":{"gitId":"Sasmik23"},"content":" /**","lastModifiedDate":"2023-09-17"},{"lineNumber":14,"author":{"gitId":"Sasmik23"},"content":" * Create new InputParser Object","lastModifiedDate":"2023-10-23"},{"lineNumber":15,"author":{"gitId":"Sasmik23"},"content":" *","lastModifiedDate":"2023-09-17"},{"lineNumber":16,"author":{"gitId":"Sasmik23"},"content":" * @param taskList updates taskList after every command to be saved at the end","lastModifiedDate":"2023-10-23"},{"lineNumber":17,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-08-31"},{"lineNumber":18,"author":{"gitId":"Sasmik23"},"content":" public InputParser(TaskList taskList) {","lastModifiedDate":"2023-10-23"},{"lineNumber":19,"author":{"gitId":"Sasmik23"},"content":" this.taskList \u003d taskList;","lastModifiedDate":"2023-10-23"},{"lineNumber":20,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-31"},{"lineNumber":21,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-31"},{"lineNumber":22,"author":{"gitId":"Sasmik23"},"content":" /**","lastModifiedDate":"2023-09-17"},{"lineNumber":23,"author":{"gitId":"Sasmik23"},"content":" * parses user input","lastModifiedDate":"2023-09-01"},{"lineNumber":24,"author":{"gitId":"Sasmik23"},"content":" *","lastModifiedDate":"2023-09-17"},{"lineNumber":25,"author":{"gitId":"Sasmik23"},"content":" * @param input","lastModifiedDate":"2023-09-01"},{"lineNumber":26,"author":{"gitId":"Sasmik23"},"content":" * @param toStore","lastModifiedDate":"2023-09-01"},{"lineNumber":27,"author":{"gitId":"Sasmik23"},"content":" * @return String \"exit app\" if user types in \"bye\", else returns respective response to input","lastModifiedDate":"2023-09-25"},{"lineNumber":28,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-09-01"},{"lineNumber":29,"author":{"gitId":"Sasmik23"},"content":" public String parse(String input, boolean toStore) {","lastModifiedDate":"2023-09-08"},{"lineNumber":30,"author":{"gitId":"Sasmik23"},"content":" String[] splitStr \u003d input.trim().split(\"\\\\s+\");","lastModifiedDate":"2023-08-31"},{"lineNumber":31,"author":{"gitId":"Sasmik23"},"content":" String reply \u003d \"\";","lastModifiedDate":"2023-09-08"},{"lineNumber":32,"author":{"gitId":"Sasmik23"},"content":" Command command;","lastModifiedDate":"2023-10-23"},{"lineNumber":33,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-31"},{"lineNumber":34,"author":{"gitId":"Sasmik23"},"content":" try {","lastModifiedDate":"2023-08-31"},{"lineNumber":35,"author":{"gitId":"Sasmik23"},"content":" if (input.equals(\"bye\")) {","lastModifiedDate":"2023-10-23"},{"lineNumber":36,"author":{"gitId":"Sasmik23"},"content":" command \u003d new ByeCommand(taskList, toStore);","lastModifiedDate":"2023-10-23"},{"lineNumber":37,"author":{"gitId":"Sasmik23"},"content":" } else if (input.equals(\"list\")) {","lastModifiedDate":"2023-10-23"},{"lineNumber":38,"author":{"gitId":"Sasmik23"},"content":" command \u003d new ListCommand(taskList);","lastModifiedDate":"2023-10-23"},{"lineNumber":39,"author":{"gitId":"Sasmik23"},"content":" } else if (splitStr[0].equals(\"todo\")) {","lastModifiedDate":"2023-10-23"},{"lineNumber":40,"author":{"gitId":"Sasmik23"},"content":" command \u003d new TodoCommand(input, taskList);","lastModifiedDate":"2023-10-23"},{"lineNumber":41,"author":{"gitId":"Sasmik23"},"content":" } else if (splitStr[0].equals(\"deadline\")) {","lastModifiedDate":"2023-10-23"},{"lineNumber":42,"author":{"gitId":"Sasmik23"},"content":" command \u003d new DeadlineCommand(input, taskList);","lastModifiedDate":"2023-10-23"},{"lineNumber":43,"author":{"gitId":"Sasmik23"},"content":" } else if (splitStr[0].equals(\"event\")) {","lastModifiedDate":"2023-10-23"},{"lineNumber":44,"author":{"gitId":"Sasmik23"},"content":" command \u003d new EventCommand(input, taskList);","lastModifiedDate":"2023-10-23"},{"lineNumber":45,"author":{"gitId":"Sasmik23"},"content":" } else if (splitStr[0].equals(\"find\")) {","lastModifiedDate":"2023-10-23"},{"lineNumber":46,"author":{"gitId":"Sasmik23"},"content":" command \u003d new FindCommand(input, taskList);","lastModifiedDate":"2023-10-23"},{"lineNumber":47,"author":{"gitId":"Sasmik23"},"content":" } else if (splitStr[0].equals(\"mark\") || splitStr[0].equals(\"unmark\")) {","lastModifiedDate":"2023-10-23"},{"lineNumber":48,"author":{"gitId":"Sasmik23"},"content":" command \u003d new MarkCommand(input, taskList);","lastModifiedDate":"2023-10-23"},{"lineNumber":49,"author":{"gitId":"Sasmik23"},"content":" } else if (splitStr[0].equals(\"delete\")) {","lastModifiedDate":"2023-10-23"},{"lineNumber":50,"author":{"gitId":"Sasmik23"},"content":" command \u003d new DeleteCommand(input, taskList);","lastModifiedDate":"2023-10-23"},{"lineNumber":51,"author":{"gitId":"Sasmik23"},"content":" } else if (splitStr[0].equals(\"tag\")) {","lastModifiedDate":"2023-10-23"},{"lineNumber":52,"author":{"gitId":"Sasmik23"},"content":" command \u003d new TagCommand(input, taskList);","lastModifiedDate":"2023-10-23"},{"lineNumber":53,"author":{"gitId":"Sasmik23"},"content":" } else {","lastModifiedDate":"2023-09-01"},{"lineNumber":54,"author":{"gitId":"Sasmik23"},"content":" command \u003d new UnknownCommand(taskList);","lastModifiedDate":"2023-10-23"},{"lineNumber":55,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-09-01"},{"lineNumber":56,"author":{"gitId":"Sasmik23"},"content":" reply \u003d command.execute();","lastModifiedDate":"2023-10-23"},{"lineNumber":57,"author":{"gitId":"Sasmik23"},"content":" } catch (DukeException e) {","lastModifiedDate":"2023-09-01"},{"lineNumber":58,"author":{"gitId":"Sasmik23"},"content":" reply +\u003d e.getMessage();","lastModifiedDate":"2023-09-08"},{"lineNumber":59,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-09-01"},{"lineNumber":60,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-01"},{"lineNumber":61,"author":{"gitId":"Sasmik23"},"content":" return reply;","lastModifiedDate":"2023-09-08"},{"lineNumber":62,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-31"},{"lineNumber":63,"author":{"gitId":"Sasmik23"},"content":"}","lastModifiedDate":"2023-08-31"}],"authorContributionMap":{"Sasmik23":63}},{"path":"src/main/java/duke/tasks/Deadline.java","fileType":"java","lines":[{"lineNumber":1,"author":{"gitId":"Sasmik23"},"content":"package duke.tasks;","lastModifiedDate":"2023-09-01"},{"lineNumber":2,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-31"},{"lineNumber":3,"author":{"gitId":"Sasmik23"},"content":"import java.text.SimpleDateFormat;","lastModifiedDate":"2023-08-30"},{"lineNumber":4,"author":{"gitId":"Sasmik23"},"content":"import java.util.Date;","lastModifiedDate":"2023-08-30"},{"lineNumber":5,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-30"},{"lineNumber":6,"author":{"gitId":"Sasmik23"},"content":"/**","lastModifiedDate":"2023-10-23"},{"lineNumber":7,"author":{"gitId":"Sasmik23"},"content":" * Represents Deadline class","lastModifiedDate":"2023-10-23"},{"lineNumber":8,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-10-23"},{"lineNumber":9,"author":{"gitId":"Sasmik23"},"content":"public class Deadline extends Task {","lastModifiedDate":"2023-08-23"},{"lineNumber":10,"author":{"gitId":"Sasmik23"},"content":" protected Date by;","lastModifiedDate":"2023-08-30"},{"lineNumber":11,"author":{"gitId":"Sasmik23"},"content":" protected String formatDate;","lastModifiedDate":"2023-08-30"},{"lineNumber":12,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-23"},{"lineNumber":13,"author":{"gitId":"Sasmik23"},"content":" /**","lastModifiedDate":"2023-10-23"},{"lineNumber":14,"author":{"gitId":"Sasmik23"},"content":" * Creates new Deadline Object","lastModifiedDate":"2023-10-23"},{"lineNumber":15,"author":{"gitId":"Sasmik23"},"content":" *","lastModifiedDate":"2023-10-23"},{"lineNumber":16,"author":{"gitId":"Sasmik23"},"content":" * @param description of deadline","lastModifiedDate":"2023-10-23"},{"lineNumber":17,"author":{"gitId":"Sasmik23"},"content":" * @param by end date","lastModifiedDate":"2023-10-23"},{"lineNumber":18,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-10-23"},{"lineNumber":19,"author":{"gitId":"Sasmik23"},"content":" public Deadline(String description, Date by) {","lastModifiedDate":"2023-08-30"},{"lineNumber":20,"author":{"gitId":"Sasmik23"},"content":" super(description);","lastModifiedDate":"2023-08-23"},{"lineNumber":21,"author":{"gitId":"Sasmik23"},"content":" this.by \u003d by;","lastModifiedDate":"2023-08-23"},{"lineNumber":22,"author":{"gitId":"Sasmik23"},"content":" SimpleDateFormat outputFormat \u003d new SimpleDateFormat(\"dd MMM yyyy h a\");","lastModifiedDate":"2023-08-30"},{"lineNumber":23,"author":{"gitId":"Sasmik23"},"content":" this.formatDate \u003d outputFormat.format(by);","lastModifiedDate":"2023-08-30"},{"lineNumber":24,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-23"},{"lineNumber":25,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-23"},{"lineNumber":26,"author":{"gitId":"Sasmik23"},"content":" /**","lastModifiedDate":"2023-10-23"},{"lineNumber":27,"author":{"gitId":"Sasmik23"},"content":" * Added deadline message","lastModifiedDate":"2023-10-23"},{"lineNumber":28,"author":{"gitId":"Sasmik23"},"content":" *","lastModifiedDate":"2023-10-23"},{"lineNumber":29,"author":{"gitId":"Sasmik23"},"content":" * @return String added message and total number of tasks","lastModifiedDate":"2023-10-23"},{"lineNumber":30,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-10-23"},{"lineNumber":31,"author":{"gitId":"Sasmik23"},"content":" public String addedMessage() {","lastModifiedDate":"2023-09-08"},{"lineNumber":32,"author":{"gitId":"Sasmik23"},"content":" String ret \u003d \"\";","lastModifiedDate":"2023-09-08"},{"lineNumber":33,"author":{"gitId":"Sasmik23"},"content":" ret +\u003d \"Got it. I\u0027ve added this task:\\n\";","lastModifiedDate":"2023-09-08"},{"lineNumber":34,"author":{"gitId":"Sasmik23"},"content":" ret +\u003d \" \" + this + \"\\n\";","lastModifiedDate":"2023-09-08"},{"lineNumber":35,"author":{"gitId":"Sasmik23"},"content":" ret +\u003d \"Now you have \" + super.size + \" tasks in the list.\\n\";","lastModifiedDate":"2023-09-08"},{"lineNumber":36,"author":{"gitId":"Sasmik23"},"content":" return ret;","lastModifiedDate":"2023-09-08"},{"lineNumber":37,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-09-08"},{"lineNumber":38,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-08"},{"lineNumber":39,"author":{"gitId":"Sasmik23"},"content":" @Override","lastModifiedDate":"2023-08-23"},{"lineNumber":40,"author":{"gitId":"Sasmik23"},"content":" public String toString() {","lastModifiedDate":"2023-08-23"},{"lineNumber":41,"author":{"gitId":"Sasmik23"},"content":" return \"[D]\" + super.toString() +","lastModifiedDate":"2023-09-25"},{"lineNumber":42,"author":{"gitId":"Sasmik23"},"content":" \"(by: \" + formatDate + \")\" + \" #\" + super.tag;","lastModifiedDate":"2023-09-25"},{"lineNumber":43,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-23"},{"lineNumber":44,"author":{"gitId":"Sasmik23"},"content":"}","lastModifiedDate":"2023-08-23"}],"authorContributionMap":{"Sasmik23":44}},{"path":"src/main/java/duke/tasks/Event.java","fileType":"java","lines":[{"lineNumber":1,"author":{"gitId":"Sasmik23"},"content":"package duke.tasks;","lastModifiedDate":"2023-09-01"},{"lineNumber":2,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-31"},{"lineNumber":3,"author":{"gitId":"Sasmik23"},"content":"import java.text.SimpleDateFormat;","lastModifiedDate":"2023-08-30"},{"lineNumber":4,"author":{"gitId":"Sasmik23"},"content":"import java.util.Date;","lastModifiedDate":"2023-08-30"},{"lineNumber":5,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-30"},{"lineNumber":6,"author":{"gitId":"Sasmik23"},"content":"/**","lastModifiedDate":"2023-10-23"},{"lineNumber":7,"author":{"gitId":"Sasmik23"},"content":" * Represents Event Class","lastModifiedDate":"2023-10-23"},{"lineNumber":8,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-10-23"},{"lineNumber":9,"author":{"gitId":"Sasmik23"},"content":"public class Event extends Task {","lastModifiedDate":"2023-08-23"},{"lineNumber":10,"author":{"gitId":"Sasmik23"},"content":" protected Date from;","lastModifiedDate":"2023-08-30"},{"lineNumber":11,"author":{"gitId":"Sasmik23"},"content":" protected Date to;","lastModifiedDate":"2023-08-30"},{"lineNumber":12,"author":{"gitId":"Sasmik23"},"content":" protected String fromFormat;","lastModifiedDate":"2023-08-30"},{"lineNumber":13,"author":{"gitId":"Sasmik23"},"content":" protected String toFormat;","lastModifiedDate":"2023-08-30"},{"lineNumber":14,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-30"},{"lineNumber":15,"author":{"gitId":"Sasmik23"},"content":" /**","lastModifiedDate":"2023-10-23"},{"lineNumber":16,"author":{"gitId":"Sasmik23"},"content":" * Creates new Event Object","lastModifiedDate":"2023-10-23"},{"lineNumber":17,"author":{"gitId":"Sasmik23"},"content":" *","lastModifiedDate":"2023-10-23"},{"lineNumber":18,"author":{"gitId":"Sasmik23"},"content":" * @param description of event","lastModifiedDate":"2023-10-23"},{"lineNumber":19,"author":{"gitId":"Sasmik23"},"content":" * @param from start date of event","lastModifiedDate":"2023-10-23"},{"lineNumber":20,"author":{"gitId":"Sasmik23"},"content":" * @param to end date of event","lastModifiedDate":"2023-10-23"},{"lineNumber":21,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-10-23"},{"lineNumber":22,"author":{"gitId":"Sasmik23"},"content":" public Event(String description, Date from, Date to) {","lastModifiedDate":"2023-08-30"},{"lineNumber":23,"author":{"gitId":"Sasmik23"},"content":" super(description);","lastModifiedDate":"2023-08-23"},{"lineNumber":24,"author":{"gitId":"Sasmik23"},"content":" this.from \u003d from;","lastModifiedDate":"2023-08-23"},{"lineNumber":25,"author":{"gitId":"Sasmik23"},"content":" this.to \u003d to;","lastModifiedDate":"2023-08-23"},{"lineNumber":26,"author":{"gitId":"Sasmik23"},"content":" SimpleDateFormat outputFormat \u003d new SimpleDateFormat(\"dd MMM yyyy h a\");","lastModifiedDate":"2023-08-30"},{"lineNumber":27,"author":{"gitId":"Sasmik23"},"content":" this.fromFormat \u003d outputFormat.format(from);","lastModifiedDate":"2023-08-30"},{"lineNumber":28,"author":{"gitId":"Sasmik23"},"content":" this.toFormat \u003d outputFormat.format(to);","lastModifiedDate":"2023-08-30"},{"lineNumber":29,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-23"},{"lineNumber":30,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-23"},{"lineNumber":31,"author":{"gitId":"Sasmik23"},"content":" /**","lastModifiedDate":"2023-10-23"},{"lineNumber":32,"author":{"gitId":"Sasmik23"},"content":" * Added event message","lastModifiedDate":"2023-10-23"},{"lineNumber":33,"author":{"gitId":"Sasmik23"},"content":" *","lastModifiedDate":"2023-10-23"},{"lineNumber":34,"author":{"gitId":"Sasmik23"},"content":" * @return String added message and total number of tasks","lastModifiedDate":"2023-10-23"},{"lineNumber":35,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-10-23"},{"lineNumber":36,"author":{"gitId":"Sasmik23"},"content":" public String addedMessage() {","lastModifiedDate":"2023-09-08"},{"lineNumber":37,"author":{"gitId":"Sasmik23"},"content":" String ret \u003d \"\";","lastModifiedDate":"2023-09-08"},{"lineNumber":38,"author":{"gitId":"Sasmik23"},"content":" ret +\u003d \"Got it. I\u0027ve added this task:\\n\";","lastModifiedDate":"2023-09-08"},{"lineNumber":39,"author":{"gitId":"Sasmik23"},"content":" ret +\u003d \" \" + this + \"\\n\";","lastModifiedDate":"2023-09-08"},{"lineNumber":40,"author":{"gitId":"Sasmik23"},"content":" ret +\u003d \"Now you have \" + super.size + \" tasks in the list.\\n\";","lastModifiedDate":"2023-09-08"},{"lineNumber":41,"author":{"gitId":"Sasmik23"},"content":" return ret;","lastModifiedDate":"2023-09-08"},{"lineNumber":42,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-09-08"},{"lineNumber":43,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-08"},{"lineNumber":44,"author":{"gitId":"Sasmik23"},"content":" @Override","lastModifiedDate":"2023-08-23"},{"lineNumber":45,"author":{"gitId":"Sasmik23"},"content":" public String toString() {","lastModifiedDate":"2023-08-23"},{"lineNumber":46,"author":{"gitId":"Sasmik23"},"content":" return \"[E]\" + super.toString() +","lastModifiedDate":"2023-09-25"},{"lineNumber":47,"author":{"gitId":"Sasmik23"},"content":" \"(from: \" + fromFormat + \" to: \" + toFormat + \")\" + \" #\" + super.tag;","lastModifiedDate":"2023-09-25"},{"lineNumber":48,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-23"},{"lineNumber":49,"author":{"gitId":"Sasmik23"},"content":"}","lastModifiedDate":"2023-08-23"}],"authorContributionMap":{"Sasmik23":49}},{"path":"src/main/java/duke/tasks/Task.java","fileType":"java","lines":[{"lineNumber":1,"author":{"gitId":"Sasmik23"},"content":"package duke.tasks;","lastModifiedDate":"2023-09-01"},{"lineNumber":2,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-31"},{"lineNumber":3,"author":{"gitId":"Sasmik23"},"content":"/**","lastModifiedDate":"2023-09-17"},{"lineNumber":4,"author":{"gitId":"Sasmik23"},"content":" * Task class, superclass to Todo, Deadline and Event subclasses","lastModifiedDate":"2023-08-24"},{"lineNumber":5,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-08-24"},{"lineNumber":6,"author":{"gitId":"Sasmik23"},"content":"public class Task {","lastModifiedDate":"2023-08-23"},{"lineNumber":7,"author":{"gitId":"Sasmik23"},"content":" //total number of tasks","lastModifiedDate":"2023-09-01"},{"lineNumber":8,"author":{"gitId":"Sasmik23"},"content":" protected static int size \u003d 0;","lastModifiedDate":"2023-08-23"},{"lineNumber":9,"author":{"gitId":"Sasmik23"},"content":" protected String description;","lastModifiedDate":"2023-09-17"},{"lineNumber":10,"author":{"gitId":"Sasmik23"},"content":" protected boolean isDone;","lastModifiedDate":"2023-09-17"},{"lineNumber":11,"author":{"gitId":"Sasmik23"},"content":" protected String tag \u003d \"no tag\";","lastModifiedDate":"2023-09-25"},{"lineNumber":12,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-24"},{"lineNumber":13,"author":{"gitId":"Sasmik23"},"content":" /**","lastModifiedDate":"2023-10-23"},{"lineNumber":14,"author":{"gitId":"Sasmik23"},"content":" * Creates new Task Object","lastModifiedDate":"2023-10-23"},{"lineNumber":15,"author":{"gitId":"Sasmik23"},"content":" *","lastModifiedDate":"2023-10-23"},{"lineNumber":16,"author":{"gitId":"Sasmik23"},"content":" * @param description of task","lastModifiedDate":"2023-10-23"},{"lineNumber":17,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-10-23"},{"lineNumber":18,"author":{"gitId":"Sasmik23"},"content":" public Task(String description) {","lastModifiedDate":"2023-08-23"},{"lineNumber":19,"author":{"gitId":"Sasmik23"},"content":" this.description \u003d description;","lastModifiedDate":"2023-08-23"},{"lineNumber":20,"author":{"gitId":"Sasmik23"},"content":" this.isDone \u003d false;","lastModifiedDate":"2023-08-23"},{"lineNumber":21,"author":{"gitId":"Sasmik23"},"content":" size \u003d size + 1;","lastModifiedDate":"2023-08-23"},{"lineNumber":22,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-23"},{"lineNumber":23,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-23"},{"lineNumber":24,"author":{"gitId":"Sasmik23"},"content":" /**","lastModifiedDate":"2023-10-23"},{"lineNumber":25,"author":{"gitId":"Sasmik23"},"content":" * Get description of task","lastModifiedDate":"2023-10-23"},{"lineNumber":26,"author":{"gitId":"Sasmik23"},"content":" *","lastModifiedDate":"2023-10-23"},{"lineNumber":27,"author":{"gitId":"Sasmik23"},"content":" * @return String description","lastModifiedDate":"2023-10-23"},{"lineNumber":28,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-10-23"},{"lineNumber":29,"author":{"gitId":"Sasmik23"},"content":" public String getDescription() {","lastModifiedDate":"2023-09-17"},{"lineNumber":30,"author":{"gitId":"Sasmik23"},"content":" return this.description;","lastModifiedDate":"2023-09-17"},{"lineNumber":31,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-09-17"},{"lineNumber":32,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-17"},{"lineNumber":33,"author":{"gitId":"Sasmik23"},"content":" /**","lastModifiedDate":"2023-10-23"},{"lineNumber":34,"author":{"gitId":"Sasmik23"},"content":" * Get status of task","lastModifiedDate":"2023-10-23"},{"lineNumber":35,"author":{"gitId":"Sasmik23"},"content":" *","lastModifiedDate":"2023-10-23"},{"lineNumber":36,"author":{"gitId":"Sasmik23"},"content":" * @return String \"X\" if done, \"\" if not done","lastModifiedDate":"2023-10-23"},{"lineNumber":37,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-10-23"},{"lineNumber":38,"author":{"gitId":"Sasmik23"},"content":" public String getStatusIcon() {","lastModifiedDate":"2023-08-23"},{"lineNumber":39,"author":{"gitId":"Sasmik23"},"content":" return (isDone ? \"X\" : \" \");","lastModifiedDate":"2023-10-23"},{"lineNumber":40,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-23"},{"lineNumber":41,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-23"},{"lineNumber":42,"author":{"gitId":"Sasmik23"},"content":" /**","lastModifiedDate":"2023-09-17"},{"lineNumber":43,"author":{"gitId":"Sasmik23"},"content":" * Sets isDone to true or false depending on user input","lastModifiedDate":"2023-08-24"},{"lineNumber":44,"author":{"gitId":"Sasmik23"},"content":" *","lastModifiedDate":"2023-09-17"},{"lineNumber":45,"author":{"gitId":"Sasmik23"},"content":" * @param action string mark or unmark","lastModifiedDate":"2023-08-24"},{"lineNumber":46,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-08-24"},{"lineNumber":47,"author":{"gitId":"Sasmik23"},"content":" public String setAction(String action) {","lastModifiedDate":"2023-09-08"},{"lineNumber":48,"author":{"gitId":"Sasmik23"},"content":" String result \u003d \"\";","lastModifiedDate":"2023-09-08"},{"lineNumber":49,"author":{"gitId":"Sasmik23"},"content":" if (action.equals(\"mark\")) {","lastModifiedDate":"2023-08-23"},{"lineNumber":50,"author":{"gitId":"Sasmik23"},"content":" this.isDone \u003d true;","lastModifiedDate":"2023-08-23"},{"lineNumber":51,"author":{"gitId":"Sasmik23"},"content":" result \u003d \"Nice! I\u0027ve marked this task as done:\\n\";","lastModifiedDate":"2023-09-08"},{"lineNumber":52,"author":{"gitId":"Sasmik23"},"content":" } else if (action.equals(\"unmark\")) {","lastModifiedDate":"2023-09-01"},{"lineNumber":53,"author":{"gitId":"Sasmik23"},"content":" this.isDone \u003d false;","lastModifiedDate":"2023-08-23"},{"lineNumber":54,"author":{"gitId":"Sasmik23"},"content":" result \u003d \"OK, I\u0027ve marked this task as not done yet:\\n\";","lastModifiedDate":"2023-09-08"},{"lineNumber":55,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-23"},{"lineNumber":56,"author":{"gitId":"Sasmik23"},"content":" result +\u003d \" \" + this;","lastModifiedDate":"2023-09-08"},{"lineNumber":57,"author":{"gitId":"Sasmik23"},"content":" return result;","lastModifiedDate":"2023-09-08"},{"lineNumber":58,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-24"},{"lineNumber":59,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-24"},{"lineNumber":60,"author":{"gitId":"Sasmik23"},"content":" /**","lastModifiedDate":"2023-10-23"},{"lineNumber":61,"author":{"gitId":"Sasmik23"},"content":" * Sets Tag for the task","lastModifiedDate":"2023-10-23"},{"lineNumber":62,"author":{"gitId":"Sasmik23"},"content":" *","lastModifiedDate":"2023-10-23"},{"lineNumber":63,"author":{"gitId":"Sasmik23"},"content":" * @param newTag tag description","lastModifiedDate":"2023-10-23"},{"lineNumber":64,"author":{"gitId":"Sasmik23"},"content":" * @return response String","lastModifiedDate":"2023-10-23"},{"lineNumber":65,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-10-23"},{"lineNumber":66,"author":{"gitId":"Sasmik23"},"content":" public String setTag(String newTag) {","lastModifiedDate":"2023-09-18"},{"lineNumber":67,"author":{"gitId":"Sasmik23"},"content":" this.tag \u003d newTag;","lastModifiedDate":"2023-09-18"},{"lineNumber":68,"author":{"gitId":"Sasmik23"},"content":" return (\"#\" + newTag + \" has been set!\");","lastModifiedDate":"2023-09-18"},{"lineNumber":69,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-09-18"},{"lineNumber":70,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-18"},{"lineNumber":71,"author":{"gitId":"Sasmik23"},"content":" /**","lastModifiedDate":"2023-09-17"},{"lineNumber":72,"author":{"gitId":"Sasmik23"},"content":" * Reduce size of tasks and return response with remaining number of tasks","lastModifiedDate":"2023-10-23"},{"lineNumber":73,"author":{"gitId":"Sasmik23"},"content":" *","lastModifiedDate":"2023-10-23"},{"lineNumber":74,"author":{"gitId":"Sasmik23"},"content":" * @return String response","lastModifiedDate":"2023-10-23"},{"lineNumber":75,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-08-24"},{"lineNumber":76,"author":{"gitId":"Sasmik23"},"content":" public String delete() {","lastModifiedDate":"2023-09-20"},{"lineNumber":77,"author":{"gitId":"Sasmik23"},"content":" size \u003d size - 1;","lastModifiedDate":"2023-08-24"},{"lineNumber":78,"author":{"gitId":"Sasmik23"},"content":" String ret \u003d \"\";","lastModifiedDate":"2023-09-20"},{"lineNumber":79,"author":{"gitId":"Sasmik23"},"content":" ret +\u003d \"Noted. I\u0027ve removed this task:\\n\";","lastModifiedDate":"2023-09-20"},{"lineNumber":80,"author":{"gitId":"Sasmik23"},"content":" ret +\u003d \" \" + this + \"\\n\";","lastModifiedDate":"2023-09-20"},{"lineNumber":81,"author":{"gitId":"Sasmik23"},"content":" ret +\u003d \"Now you have \" + size + \" tasks in the list.\\n\";","lastModifiedDate":"2023-09-25"},{"lineNumber":82,"author":{"gitId":"Sasmik23"},"content":" return ret;","lastModifiedDate":"2023-09-20"},{"lineNumber":83,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-23"},{"lineNumber":84,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-17"},{"lineNumber":85,"author":{"gitId":"Sasmik23"},"content":" @Override","lastModifiedDate":"2023-08-23"},{"lineNumber":86,"author":{"gitId":"Sasmik23"},"content":" public String toString() {","lastModifiedDate":"2023-08-23"},{"lineNumber":87,"author":{"gitId":"Sasmik23"},"content":" return \"[\" + this.getStatusIcon() + \"] \"","lastModifiedDate":"2023-09-18"},{"lineNumber":88,"author":{"gitId":"Sasmik23"},"content":" + this.description;","lastModifiedDate":"2023-09-25"},{"lineNumber":89,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-23"},{"lineNumber":90,"author":{"gitId":"Sasmik23"},"content":"}","lastModifiedDate":"2023-08-23"}],"authorContributionMap":{"Sasmik23":90}},{"path":"src/main/java/duke/tasks/TaskList.java","fileType":"java","lines":[{"lineNumber":1,"author":{"gitId":"Sasmik23"},"content":"package duke.tasks;","lastModifiedDate":"2023-10-23"},{"lineNumber":2,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-10-23"},{"lineNumber":3,"author":{"gitId":"Sasmik23"},"content":"import java.util.ArrayList;","lastModifiedDate":"2023-10-23"},{"lineNumber":4,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-10-23"},{"lineNumber":5,"author":{"gitId":"Sasmik23"},"content":"/**","lastModifiedDate":"2023-10-23"},{"lineNumber":6,"author":{"gitId":"Sasmik23"},"content":" * Represents list of tasks","lastModifiedDate":"2023-10-23"},{"lineNumber":7,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-10-23"},{"lineNumber":8,"author":{"gitId":"Sasmik23"},"content":"public class TaskList {","lastModifiedDate":"2023-10-23"},{"lineNumber":9,"author":{"gitId":"Sasmik23"},"content":" private final ArrayList\u003cTask\u003e tasks;","lastModifiedDate":"2023-10-23"},{"lineNumber":10,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-10-23"},{"lineNumber":11,"author":{"gitId":"Sasmik23"},"content":" /**","lastModifiedDate":"2023-10-23"},{"lineNumber":12,"author":{"gitId":"Sasmik23"},"content":" * Creates new TaskList object","lastModifiedDate":"2023-10-23"},{"lineNumber":13,"author":{"gitId":"Sasmik23"},"content":" *","lastModifiedDate":"2023-10-23"},{"lineNumber":14,"author":{"gitId":"Sasmik23"},"content":" * @param tasks can be empty list or existing tasks from Storage","lastModifiedDate":"2023-10-23"},{"lineNumber":15,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-10-23"},{"lineNumber":16,"author":{"gitId":"Sasmik23"},"content":" public TaskList(ArrayList\u003cTask\u003e tasks) {","lastModifiedDate":"2023-10-23"},{"lineNumber":17,"author":{"gitId":"Sasmik23"},"content":" this.tasks \u003d tasks;","lastModifiedDate":"2023-10-23"},{"lineNumber":18,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-10-23"},{"lineNumber":19,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-10-23"},{"lineNumber":20,"author":{"gitId":"Sasmik23"},"content":" /**","lastModifiedDate":"2023-10-23"},{"lineNumber":21,"author":{"gitId":"Sasmik23"},"content":" * Adds tasks to List","lastModifiedDate":"2023-10-23"},{"lineNumber":22,"author":{"gitId":"Sasmik23"},"content":" *","lastModifiedDate":"2023-10-23"},{"lineNumber":23,"author":{"gitId":"Sasmik23"},"content":" * @param task","lastModifiedDate":"2023-10-23"},{"lineNumber":24,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-10-23"},{"lineNumber":25,"author":{"gitId":"Sasmik23"},"content":" public void addTask(Task task) {","lastModifiedDate":"2023-10-23"},{"lineNumber":26,"author":{"gitId":"Sasmik23"},"content":" tasks.add(task);","lastModifiedDate":"2023-10-23"},{"lineNumber":27,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-10-23"},{"lineNumber":28,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-10-23"},{"lineNumber":29,"author":{"gitId":"Sasmik23"},"content":" /**","lastModifiedDate":"2023-10-23"},{"lineNumber":30,"author":{"gitId":"Sasmik23"},"content":" * Gets all tasks","lastModifiedDate":"2023-10-23"},{"lineNumber":31,"author":{"gitId":"Sasmik23"},"content":" *","lastModifiedDate":"2023-10-23"},{"lineNumber":32,"author":{"gitId":"Sasmik23"},"content":" * @return ArrayList of tasks","lastModifiedDate":"2023-10-23"},{"lineNumber":33,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-10-23"},{"lineNumber":34,"author":{"gitId":"Sasmik23"},"content":" public ArrayList\u003cTask\u003e getTasks() {","lastModifiedDate":"2023-10-23"},{"lineNumber":35,"author":{"gitId":"Sasmik23"},"content":" return tasks;","lastModifiedDate":"2023-10-23"},{"lineNumber":36,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-10-23"},{"lineNumber":37,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-10-23"},{"lineNumber":38,"author":{"gitId":"Sasmik23"},"content":" /**","lastModifiedDate":"2023-10-23"},{"lineNumber":39,"author":{"gitId":"Sasmik23"},"content":" * Retrieves specific task by index","lastModifiedDate":"2023-10-23"},{"lineNumber":40,"author":{"gitId":"Sasmik23"},"content":" *","lastModifiedDate":"2023-10-23"},{"lineNumber":41,"author":{"gitId":"Sasmik23"},"content":" * @param index","lastModifiedDate":"2023-10-23"},{"lineNumber":42,"author":{"gitId":"Sasmik23"},"content":" * @return Task","lastModifiedDate":"2023-10-23"},{"lineNumber":43,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-10-23"},{"lineNumber":44,"author":{"gitId":"Sasmik23"},"content":" public Task getOneTask(int index) {","lastModifiedDate":"2023-10-23"},{"lineNumber":45,"author":{"gitId":"Sasmik23"},"content":" return tasks.get(index);","lastModifiedDate":"2023-10-23"},{"lineNumber":46,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-10-23"},{"lineNumber":47,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-10-23"},{"lineNumber":48,"author":{"gitId":"Sasmik23"},"content":" /**","lastModifiedDate":"2023-10-23"},{"lineNumber":49,"author":{"gitId":"Sasmik23"},"content":" * Removes specific task by index","lastModifiedDate":"2023-10-23"},{"lineNumber":50,"author":{"gitId":"Sasmik23"},"content":" *","lastModifiedDate":"2023-10-23"},{"lineNumber":51,"author":{"gitId":"Sasmik23"},"content":" * @param index","lastModifiedDate":"2023-10-23"},{"lineNumber":52,"author":{"gitId":"Sasmik23"},"content":" * @return Task removed","lastModifiedDate":"2023-10-23"},{"lineNumber":53,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-10-23"},{"lineNumber":54,"author":{"gitId":"Sasmik23"},"content":" public Task removeTask(int index) {","lastModifiedDate":"2023-10-23"},{"lineNumber":55,"author":{"gitId":"Sasmik23"},"content":" return tasks.remove(index);","lastModifiedDate":"2023-10-23"},{"lineNumber":56,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-10-23"},{"lineNumber":57,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-10-23"},{"lineNumber":58,"author":{"gitId":"Sasmik23"},"content":" /**","lastModifiedDate":"2023-10-23"},{"lineNumber":59,"author":{"gitId":"Sasmik23"},"content":" * Get number of tasks in list","lastModifiedDate":"2023-10-23"},{"lineNumber":60,"author":{"gitId":"Sasmik23"},"content":" *","lastModifiedDate":"2023-10-23"},{"lineNumber":61,"author":{"gitId":"Sasmik23"},"content":" * @return int","lastModifiedDate":"2023-10-23"},{"lineNumber":62,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-10-23"},{"lineNumber":63,"author":{"gitId":"Sasmik23"},"content":" public int listSize() {","lastModifiedDate":"2023-10-23"},{"lineNumber":64,"author":{"gitId":"Sasmik23"},"content":" return tasks.size();","lastModifiedDate":"2023-10-23"},{"lineNumber":65,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-10-23"},{"lineNumber":66,"author":{"gitId":"Sasmik23"},"content":"}","lastModifiedDate":"2023-10-23"}],"authorContributionMap":{"Sasmik23":66}},{"path":"src/main/java/duke/tasks/Todo.java","fileType":"java","lines":[{"lineNumber":1,"author":{"gitId":"Sasmik23"},"content":"package duke.tasks;","lastModifiedDate":"2023-09-01"},{"lineNumber":2,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-31"},{"lineNumber":3,"author":{"gitId":"Sasmik23"},"content":"/**","lastModifiedDate":"2023-10-23"},{"lineNumber":4,"author":{"gitId":"Sasmik23"},"content":" * Represent Todo Class","lastModifiedDate":"2023-10-23"},{"lineNumber":5,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-10-23"},{"lineNumber":6,"author":{"gitId":"Sasmik23"},"content":"public class Todo extends Task {","lastModifiedDate":"2023-08-23"},{"lineNumber":7,"author":{"gitId":"Sasmik23"},"content":" /**","lastModifiedDate":"2023-10-23"},{"lineNumber":8,"author":{"gitId":"Sasmik23"},"content":" * Creates new Todo Object","lastModifiedDate":"2023-10-23"},{"lineNumber":9,"author":{"gitId":"Sasmik23"},"content":" *","lastModifiedDate":"2023-10-23"},{"lineNumber":10,"author":{"gitId":"Sasmik23"},"content":" * @param description of todo Task","lastModifiedDate":"2023-10-23"},{"lineNumber":11,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-10-23"},{"lineNumber":12,"author":{"gitId":"Sasmik23"},"content":" public Todo(String description) {","lastModifiedDate":"2023-08-23"},{"lineNumber":13,"author":{"gitId":"Sasmik23"},"content":" super(description);","lastModifiedDate":"2023-08-23"},{"lineNumber":14,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-23"},{"lineNumber":15,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-23"},{"lineNumber":16,"author":{"gitId":"Sasmik23"},"content":" /**","lastModifiedDate":"2023-10-23"},{"lineNumber":17,"author":{"gitId":"Sasmik23"},"content":" * Added todo message","lastModifiedDate":"2023-10-23"},{"lineNumber":18,"author":{"gitId":"Sasmik23"},"content":" *","lastModifiedDate":"2023-10-23"},{"lineNumber":19,"author":{"gitId":"Sasmik23"},"content":" * @return String added message and total number of tasks","lastModifiedDate":"2023-10-23"},{"lineNumber":20,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-10-23"},{"lineNumber":21,"author":{"gitId":"Sasmik23"},"content":" public String addedMessage() {","lastModifiedDate":"2023-09-08"},{"lineNumber":22,"author":{"gitId":"Sasmik23"},"content":" String ret \u003d \"\";","lastModifiedDate":"2023-09-08"},{"lineNumber":23,"author":{"gitId":"Sasmik23"},"content":" ret +\u003d \"Got it. I\u0027ve added this task:\\n\";","lastModifiedDate":"2023-09-08"},{"lineNumber":24,"author":{"gitId":"Sasmik23"},"content":" ret +\u003d \" \" + this + \"\\n\";","lastModifiedDate":"2023-09-08"},{"lineNumber":25,"author":{"gitId":"Sasmik23"},"content":" ret +\u003d \"Now you have \" + super.size + \" tasks in the list.\\n\";","lastModifiedDate":"2023-09-08"},{"lineNumber":26,"author":{"gitId":"Sasmik23"},"content":" return ret;","lastModifiedDate":"2023-09-08"},{"lineNumber":27,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-09-08"},{"lineNumber":28,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-08"},{"lineNumber":29,"author":{"gitId":"Sasmik23"},"content":" @Override","lastModifiedDate":"2023-08-23"},{"lineNumber":30,"author":{"gitId":"Sasmik23"},"content":" public String toString() {","lastModifiedDate":"2023-08-23"},{"lineNumber":31,"author":{"gitId":"Sasmik23"},"content":" return \"[T]\" + super.toString() + \" #\" + super.tag;","lastModifiedDate":"2023-09-25"},{"lineNumber":32,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-23"},{"lineNumber":33,"author":{"gitId":"Sasmik23"},"content":"}","lastModifiedDate":"2023-08-23"}],"authorContributionMap":{"Sasmik23":33}},{"path":"src/main/java/duke/ui/DialogBox.java","fileType":"java","lines":[{"lineNumber":1,"author":{"gitId":"Sasmik23"},"content":"package duke.ui;","lastModifiedDate":"2023-09-08"},{"lineNumber":2,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-08"},{"lineNumber":3,"author":{"gitId":"Sasmik23"},"content":"import javafx.geometry.Pos;","lastModifiedDate":"2023-09-08"},{"lineNumber":4,"author":{"gitId":"Sasmik23"},"content":"import javafx.scene.control.Label;","lastModifiedDate":"2023-09-08"},{"lineNumber":5,"author":{"gitId":"Sasmik23"},"content":"import javafx.scene.image.ImageView;","lastModifiedDate":"2023-09-08"},{"lineNumber":6,"author":{"gitId":"Sasmik23"},"content":"import javafx.scene.layout.HBox;","lastModifiedDate":"2023-09-08"},{"lineNumber":7,"author":{"gitId":"Sasmik23"},"content":"import javafx.collections.FXCollections;","lastModifiedDate":"2023-09-08"},{"lineNumber":8,"author":{"gitId":"Sasmik23"},"content":"import javafx.collections.ObservableList;","lastModifiedDate":"2023-09-08"},{"lineNumber":9,"author":{"gitId":"Sasmik23"},"content":"import javafx.scene.Node;","lastModifiedDate":"2023-09-08"},{"lineNumber":10,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-08"},{"lineNumber":11,"author":{"gitId":"Sasmik23"},"content":"/**","lastModifiedDate":"2023-10-23"},{"lineNumber":12,"author":{"gitId":"Sasmik23"},"content":" * Dialog Box for displaying messages of user and bot","lastModifiedDate":"2023-10-23"},{"lineNumber":13,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-10-23"},{"lineNumber":14,"author":{"gitId":"Sasmik23"},"content":"public class DialogBox extends HBox {","lastModifiedDate":"2023-09-08"},{"lineNumber":15,"author":{"gitId":"Sasmik23"},"content":" private Label text;","lastModifiedDate":"2023-09-08"},{"lineNumber":16,"author":{"gitId":"Sasmik23"},"content":" private ImageView displayPicture;","lastModifiedDate":"2023-09-08"},{"lineNumber":17,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-08"},{"lineNumber":18,"author":{"gitId":"Sasmik23"},"content":" public DialogBox(Label l, ImageView iv) {","lastModifiedDate":"2023-09-08"},{"lineNumber":19,"author":{"gitId":"Sasmik23"},"content":" super(10);","lastModifiedDate":"2023-09-22"},{"lineNumber":20,"author":{"gitId":"Sasmik23"},"content":" text \u003d l;","lastModifiedDate":"2023-09-08"},{"lineNumber":21,"author":{"gitId":"Sasmik23"},"content":" displayPicture \u003d iv;","lastModifiedDate":"2023-09-08"},{"lineNumber":22,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-08"},{"lineNumber":23,"author":{"gitId":"Sasmik23"},"content":" text.setWrapText(true);","lastModifiedDate":"2023-09-08"},{"lineNumber":24,"author":{"gitId":"Sasmik23"},"content":" displayPicture.setFitWidth(100.0);","lastModifiedDate":"2023-09-08"},{"lineNumber":25,"author":{"gitId":"Sasmik23"},"content":" displayPicture.setFitHeight(100.0);","lastModifiedDate":"2023-09-08"},{"lineNumber":26,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-08"},{"lineNumber":27,"author":{"gitId":"Sasmik23"},"content":" this.setAlignment(Pos.TOP_RIGHT);","lastModifiedDate":"2023-09-08"},{"lineNumber":28,"author":{"gitId":"Sasmik23"},"content":" this.getChildren().addAll(text, displayPicture);","lastModifiedDate":"2023-09-08"},{"lineNumber":29,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-09-08"},{"lineNumber":30,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-08"},{"lineNumber":31,"author":{"gitId":"Sasmik23"},"content":" public static DialogBox getUserDialog(Label l, ImageView iv) {","lastModifiedDate":"2023-09-08"},{"lineNumber":32,"author":{"gitId":"Sasmik23"},"content":" return new DialogBox(l, iv);","lastModifiedDate":"2023-09-08"},{"lineNumber":33,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-09-08"},{"lineNumber":34,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-08"},{"lineNumber":35,"author":{"gitId":"Sasmik23"},"content":" public static DialogBox getDukeDialog(Label l, ImageView iv) {","lastModifiedDate":"2023-09-08"},{"lineNumber":36,"author":{"gitId":"Sasmik23"},"content":" var db \u003d new DialogBox(l, iv);","lastModifiedDate":"2023-09-08"},{"lineNumber":37,"author":{"gitId":"Sasmik23"},"content":" db.flip();","lastModifiedDate":"2023-09-08"},{"lineNumber":38,"author":{"gitId":"Sasmik23"},"content":" return db;","lastModifiedDate":"2023-09-08"},{"lineNumber":39,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-09-08"},{"lineNumber":40,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-20"},{"lineNumber":41,"author":{"gitId":"Sasmik23"},"content":" /**","lastModifiedDate":"2023-09-20"},{"lineNumber":42,"author":{"gitId":"Sasmik23"},"content":" * Flips the dialog box such that the ImageView is on the left and text on the right.","lastModifiedDate":"2023-09-20"},{"lineNumber":43,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-09-20"},{"lineNumber":44,"author":{"gitId":"Sasmik23"},"content":" private void flip() {","lastModifiedDate":"2023-09-20"},{"lineNumber":45,"author":{"gitId":"Sasmik23"},"content":" this.setAlignment(Pos.TOP_LEFT);","lastModifiedDate":"2023-09-20"},{"lineNumber":46,"author":{"gitId":"Sasmik23"},"content":" ObservableList\u003cNode\u003e tmp \u003d FXCollections.observableArrayList(this.getChildren());","lastModifiedDate":"2023-09-20"},{"lineNumber":47,"author":{"gitId":"Sasmik23"},"content":" FXCollections.reverse(tmp);","lastModifiedDate":"2023-09-20"},{"lineNumber":48,"author":{"gitId":"Sasmik23"},"content":" this.getChildren().setAll(tmp);","lastModifiedDate":"2023-09-20"},{"lineNumber":49,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-09-20"},{"lineNumber":50,"author":{"gitId":"Sasmik23"},"content":"}","lastModifiedDate":"2023-09-08"}],"authorContributionMap":{"Sasmik23":50}},{"path":"src/main/java/duke/ui/Duke.java","fileType":"java","lines":[{"lineNumber":1,"author":{"gitId":"Sasmik23"},"content":"package duke.ui;","lastModifiedDate":"2023-09-08"},{"lineNumber":2,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-08"},{"lineNumber":3,"author":{"gitId":"Sasmik23"},"content":"import duke.exceptions.DukeException;","lastModifiedDate":"2023-09-08"},{"lineNumber":4,"author":{"gitId":"Sasmik23"},"content":"import duke.exceptions.StorageException;","lastModifiedDate":"2023-09-20"},{"lineNumber":5,"author":{"gitId":"Sasmik23"},"content":"import duke.filehandler.Storage;","lastModifiedDate":"2023-09-08"},{"lineNumber":6,"author":{"gitId":"Sasmik23"},"content":"import duke.parsers.InputParser;","lastModifiedDate":"2023-09-08"},{"lineNumber":7,"author":{"gitId":"Sasmik23"},"content":"import duke.tasks.TaskList;","lastModifiedDate":"2023-10-23"},{"lineNumber":8,"author":{"gitId":"Sasmik23"},"content":"import javafx.application.Application;","lastModifiedDate":"2023-09-08"},{"lineNumber":9,"author":{"gitId":"Sasmik23"},"content":"import javafx.application.Platform;","lastModifiedDate":"2023-09-08"},{"lineNumber":10,"author":{"gitId":"Sasmik23"},"content":"import javafx.geometry.Insets;","lastModifiedDate":"2023-09-20"},{"lineNumber":11,"author":{"gitId":"Sasmik23"},"content":"import javafx.scene.Scene;","lastModifiedDate":"2023-09-08"},{"lineNumber":12,"author":{"gitId":"Sasmik23"},"content":"import javafx.scene.control.Button;","lastModifiedDate":"2023-09-08"},{"lineNumber":13,"author":{"gitId":"Sasmik23"},"content":"import javafx.scene.control.ScrollPane;","lastModifiedDate":"2023-09-08"},{"lineNumber":14,"author":{"gitId":"Sasmik23"},"content":"import javafx.scene.control.TextField;","lastModifiedDate":"2023-09-08"},{"lineNumber":15,"author":{"gitId":"Sasmik23"},"content":"import javafx.scene.layout.AnchorPane;","lastModifiedDate":"2023-09-08"},{"lineNumber":16,"author":{"gitId":"Sasmik23"},"content":"import javafx.scene.layout.VBox;","lastModifiedDate":"2023-09-08"},{"lineNumber":17,"author":{"gitId":"Sasmik23"},"content":"import javafx.stage.Stage;","lastModifiedDate":"2023-09-08"},{"lineNumber":18,"author":{"gitId":"Sasmik23"},"content":"import javafx.scene.layout.Region;","lastModifiedDate":"2023-09-08"},{"lineNumber":19,"author":{"gitId":"Sasmik23"},"content":"import javafx.scene.control.Label;","lastModifiedDate":"2023-09-17"},{"lineNumber":20,"author":{"gitId":"Sasmik23"},"content":"import javafx.scene.image.ImageView;","lastModifiedDate":"2023-09-08"},{"lineNumber":21,"author":{"gitId":"Sasmik23"},"content":"import javafx.scene.image.Image;","lastModifiedDate":"2023-09-08"},{"lineNumber":22,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-08"},{"lineNumber":23,"author":{"gitId":"Sasmik23"},"content":"public class Duke extends Application {","lastModifiedDate":"2023-09-08"},{"lineNumber":24,"author":{"gitId":"Sasmik23"},"content":" private static TaskList taskList;","lastModifiedDate":"2023-10-23"},{"lineNumber":25,"author":{"gitId":"Sasmik23"},"content":" private ScrollPane scrollPane;","lastModifiedDate":"2023-09-08"},{"lineNumber":26,"author":{"gitId":"Sasmik23"},"content":" private VBox dialogContainer;","lastModifiedDate":"2023-09-08"},{"lineNumber":27,"author":{"gitId":"Sasmik23"},"content":" private TextField userInput;","lastModifiedDate":"2023-09-08"},{"lineNumber":28,"author":{"gitId":"Sasmik23"},"content":" private Button sendButton;","lastModifiedDate":"2023-09-08"},{"lineNumber":29,"author":{"gitId":"Sasmik23"},"content":" private Scene scene;","lastModifiedDate":"2023-09-08"},{"lineNumber":30,"author":{"gitId":"Sasmik23"},"content":" private Storage storage;","lastModifiedDate":"2023-09-08"},{"lineNumber":31,"author":{"gitId":"Sasmik23"},"content":" private Image user \u003d new Image(this.getClass().getResourceAsStream(\"/images/little-asian-boy-surprised-1432293.jpg\"));","lastModifiedDate":"2023-09-26"},{"lineNumber":32,"author":{"gitId":"Sasmik23"},"content":" private Image duke \u003d new Image(this.getClass().getResourceAsStream(\"/images/puppy-1371458.jpg\"));","lastModifiedDate":"2023-09-26"},{"lineNumber":33,"author":{"gitId":"Sasmik23"},"content":" private InputParser parser;","lastModifiedDate":"2023-09-08"},{"lineNumber":34,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-08"},{"lineNumber":35,"author":{"gitId":"Sasmik23"},"content":" public Duke() {","lastModifiedDate":"2023-09-20"},{"lineNumber":36,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-09-20"},{"lineNumber":37,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-20"},{"lineNumber":38,"author":{"gitId":"Sasmik23"},"content":" /**","lastModifiedDate":"2023-09-20"},{"lineNumber":39,"author":{"gitId":"Sasmik23"},"content":" * Gets tasks from stored text file, stores tasks in taskList,","lastModifiedDate":"2023-10-23"},{"lineNumber":40,"author":{"gitId":"Sasmik23"},"content":" * saves taskList to inputParser object","lastModifiedDate":"2023-10-23"},{"lineNumber":41,"author":{"gitId":"Sasmik23"},"content":" *","lastModifiedDate":"2023-09-20"},{"lineNumber":42,"author":{"gitId":"Sasmik23"},"content":" * @param filePath","lastModifiedDate":"2023-09-20"},{"lineNumber":43,"author":{"gitId":"Sasmik23"},"content":" * @throws StorageException","lastModifiedDate":"2023-09-20"},{"lineNumber":44,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-09-20"},{"lineNumber":45,"author":{"gitId":"Sasmik23"},"content":" public void retrieveFromStorage(String filePath) throws StorageException {","lastModifiedDate":"2023-09-20"},{"lineNumber":46,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-20"},{"lineNumber":47,"author":{"gitId":"Sasmik23"},"content":" storage \u003d new Storage(filePath);","lastModifiedDate":"2023-09-08"},{"lineNumber":48,"author":{"gitId":"Sasmik23"},"content":" try {","lastModifiedDate":"2023-09-08"},{"lineNumber":49,"author":{"gitId":"Sasmik23"},"content":" taskList \u003d new TaskList(storage.readTasks());","lastModifiedDate":"2023-10-23"},{"lineNumber":50,"author":{"gitId":"Sasmik23"},"content":" } catch (DukeException e) {","lastModifiedDate":"2023-09-08"},{"lineNumber":51,"author":{"gitId":"Sasmik23"},"content":" throw new StorageException(e.getMessage());","lastModifiedDate":"2023-09-20"},{"lineNumber":52,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-09-08"},{"lineNumber":53,"author":{"gitId":"Sasmik23"},"content":" this.parser \u003d new InputParser(taskList);","lastModifiedDate":"2023-10-23"},{"lineNumber":54,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-09-08"},{"lineNumber":55,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-17"},{"lineNumber":56,"author":{"gitId":"Sasmik23"},"content":" /**","lastModifiedDate":"2023-09-20"},{"lineNumber":57,"author":{"gitId":"Sasmik23"},"content":" * Sets up main window","lastModifiedDate":"2023-09-20"},{"lineNumber":58,"author":{"gitId":"Sasmik23"},"content":" *","lastModifiedDate":"2023-09-20"},{"lineNumber":59,"author":{"gitId":"Sasmik23"},"content":" * @param stage the primary stage for this application, onto which","lastModifiedDate":"2023-09-20"},{"lineNumber":60,"author":{"gitId":"Sasmik23"},"content":" * the application scene can be set.","lastModifiedDate":"2023-09-20"},{"lineNumber":61,"author":{"gitId":"Sasmik23"},"content":" * Applications may create other stages, if needed, but they will not be","lastModifiedDate":"2023-09-20"},{"lineNumber":62,"author":{"gitId":"Sasmik23"},"content":" * primary stages.","lastModifiedDate":"2023-09-20"},{"lineNumber":63,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-09-20"},{"lineNumber":64,"author":{"gitId":"Sasmik23"},"content":" @Override","lastModifiedDate":"2023-09-08"},{"lineNumber":65,"author":{"gitId":"Sasmik23"},"content":" public void start(Stage stage) {","lastModifiedDate":"2023-09-08"},{"lineNumber":66,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-08"},{"lineNumber":67,"author":{"gitId":"Sasmik23"},"content":" //Step 1. Setting up required components","lastModifiedDate":"2023-09-08"},{"lineNumber":68,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-08"},{"lineNumber":69,"author":{"gitId":"Sasmik23"},"content":" //The container for the content of the chat to scroll.","lastModifiedDate":"2023-09-08"},{"lineNumber":70,"author":{"gitId":"Sasmik23"},"content":" scrollPane \u003d new ScrollPane();","lastModifiedDate":"2023-09-08"},{"lineNumber":71,"author":{"gitId":"Sasmik23"},"content":" dialogContainer \u003d new VBox();","lastModifiedDate":"2023-09-08"},{"lineNumber":72,"author":{"gitId":"Sasmik23"},"content":" scrollPane.setContent(dialogContainer);","lastModifiedDate":"2023-09-08"},{"lineNumber":73,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-08"},{"lineNumber":74,"author":{"gitId":"Sasmik23"},"content":" userInput \u003d new TextField();","lastModifiedDate":"2023-09-08"},{"lineNumber":75,"author":{"gitId":"Sasmik23"},"content":" sendButton \u003d new Button(\"Send\");","lastModifiedDate":"2023-09-08"},{"lineNumber":76,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-08"},{"lineNumber":77,"author":{"gitId":"Sasmik23"},"content":" AnchorPane mainLayout \u003d new AnchorPane();","lastModifiedDate":"2023-09-08"},{"lineNumber":78,"author":{"gitId":"Sasmik23"},"content":" mainLayout.getChildren().addAll(scrollPane, userInput, sendButton);","lastModifiedDate":"2023-09-08"},{"lineNumber":79,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-08"},{"lineNumber":80,"author":{"gitId":"Sasmik23"},"content":" scene \u003d new Scene(mainLayout);","lastModifiedDate":"2023-09-08"},{"lineNumber":81,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-08"},{"lineNumber":82,"author":{"gitId":"Sasmik23"},"content":" stage.setScene(scene);","lastModifiedDate":"2023-09-08"},{"lineNumber":83,"author":{"gitId":"Sasmik23"},"content":" stage.show();","lastModifiedDate":"2023-09-08"},{"lineNumber":84,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-08"},{"lineNumber":85,"author":{"gitId":"Sasmik23"},"content":" stage.setTitle(\"duke.ui.Duke\");","lastModifiedDate":"2023-09-08"},{"lineNumber":86,"author":{"gitId":"Sasmik23"},"content":" stage.setResizable(false);","lastModifiedDate":"2023-09-08"},{"lineNumber":87,"author":{"gitId":"Sasmik23"},"content":" stage.setMinHeight(600.0);","lastModifiedDate":"2023-09-08"},{"lineNumber":88,"author":{"gitId":"Sasmik23"},"content":" stage.setMinWidth(600.0);","lastModifiedDate":"2023-09-20"},{"lineNumber":89,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-08"},{"lineNumber":90,"author":{"gitId":"Sasmik23"},"content":" mainLayout.setPrefSize(600.0, 600.0);","lastModifiedDate":"2023-09-20"},{"lineNumber":91,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-08"},{"lineNumber":92,"author":{"gitId":"Sasmik23"},"content":" scrollPane.setPrefSize(585, 535);","lastModifiedDate":"2023-09-20"},{"lineNumber":93,"author":{"gitId":"Sasmik23"},"content":" scrollPane.setHbarPolicy(ScrollPane.ScrollBarPolicy.NEVER);","lastModifiedDate":"2023-09-08"},{"lineNumber":94,"author":{"gitId":"Sasmik23"},"content":" scrollPane.setVbarPolicy(ScrollPane.ScrollBarPolicy.ALWAYS);","lastModifiedDate":"2023-09-08"},{"lineNumber":95,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-08"},{"lineNumber":96,"author":{"gitId":"Sasmik23"},"content":" scrollPane.setVvalue(1.0);","lastModifiedDate":"2023-09-08"},{"lineNumber":97,"author":{"gitId":"Sasmik23"},"content":" scrollPane.setFitToWidth(true);","lastModifiedDate":"2023-09-08"},{"lineNumber":98,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-08"},{"lineNumber":99,"author":{"gitId":"Sasmik23"},"content":" // You will need to import `javafx.scene.layout.Region` for this.","lastModifiedDate":"2023-09-08"},{"lineNumber":100,"author":{"gitId":"Sasmik23"},"content":" dialogContainer.setPrefHeight(Region.USE_COMPUTED_SIZE);","lastModifiedDate":"2023-09-08"},{"lineNumber":101,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-08"},{"lineNumber":102,"author":{"gitId":"Sasmik23"},"content":" userInput.setPrefWidth(525.0);","lastModifiedDate":"2023-09-20"},{"lineNumber":103,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-08"},{"lineNumber":104,"author":{"gitId":"Sasmik23"},"content":" sendButton.setPrefWidth(55.0);","lastModifiedDate":"2023-09-08"},{"lineNumber":105,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-08"},{"lineNumber":106,"author":{"gitId":"Sasmik23"},"content":" AnchorPane.setTopAnchor(scrollPane, 1.0);","lastModifiedDate":"2023-09-08"},{"lineNumber":107,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-08"},{"lineNumber":108,"author":{"gitId":"Sasmik23"},"content":" AnchorPane.setBottomAnchor(sendButton, 1.0);","lastModifiedDate":"2023-09-08"},{"lineNumber":109,"author":{"gitId":"Sasmik23"},"content":" AnchorPane.setRightAnchor(sendButton, 1.0);","lastModifiedDate":"2023-09-08"},{"lineNumber":110,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-08"},{"lineNumber":111,"author":{"gitId":"Sasmik23"},"content":" AnchorPane.setLeftAnchor(userInput, 1.0);","lastModifiedDate":"2023-09-08"},{"lineNumber":112,"author":{"gitId":"Sasmik23"},"content":" AnchorPane.setBottomAnchor(userInput, 1.0);","lastModifiedDate":"2023-09-08"},{"lineNumber":113,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-08"},{"lineNumber":114,"author":{"gitId":"Sasmik23"},"content":" //Retrieve existing tasks from storage, display welcome message","lastModifiedDate":"2023-09-20"},{"lineNumber":115,"author":{"gitId":"Sasmik23"},"content":" try {","lastModifiedDate":"2023-09-20"},{"lineNumber":116,"author":{"gitId":"Sasmik23"},"content":" retrieveFromStorage(\"./samData/tasks.txt\");","lastModifiedDate":"2023-09-25"},{"lineNumber":117,"author":{"gitId":"Sasmik23"},"content":" Label success \u003d new Label(Ui.greetingText());","lastModifiedDate":"2023-09-20"},{"lineNumber":118,"author":{"gitId":"Sasmik23"},"content":" dialogContainer.getChildren().add(DialogBox.getDukeDialog(success, new ImageView(duke)));","lastModifiedDate":"2023-09-20"},{"lineNumber":119,"author":{"gitId":"Sasmik23"},"content":" } catch (StorageException e) {","lastModifiedDate":"2023-09-20"},{"lineNumber":120,"author":{"gitId":"Sasmik23"},"content":" Label error \u003d new Label(e.getMessage());","lastModifiedDate":"2023-09-20"},{"lineNumber":121,"author":{"gitId":"Sasmik23"},"content":" dialogContainer.getChildren().add(DialogBox.getDukeDialog(error, new ImageView(duke)));","lastModifiedDate":"2023-09-20"},{"lineNumber":122,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-09-20"},{"lineNumber":123,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-08"},{"lineNumber":124,"author":{"gitId":"Sasmik23"},"content":" //Part 3. Add functionality to handle user input.","lastModifiedDate":"2023-09-08"},{"lineNumber":125,"author":{"gitId":"Sasmik23"},"content":" sendButton.setOnMouseClicked((event) -\u003e {","lastModifiedDate":"2023-09-08"},{"lineNumber":126,"author":{"gitId":"Sasmik23"},"content":" handleUserInput();","lastModifiedDate":"2023-09-08"},{"lineNumber":127,"author":{"gitId":"Sasmik23"},"content":" });","lastModifiedDate":"2023-09-08"},{"lineNumber":128,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-08"},{"lineNumber":129,"author":{"gitId":"Sasmik23"},"content":" userInput.setOnAction((event) -\u003e {","lastModifiedDate":"2023-09-08"},{"lineNumber":130,"author":{"gitId":"Sasmik23"},"content":" handleUserInput();","lastModifiedDate":"2023-09-08"},{"lineNumber":131,"author":{"gitId":"Sasmik23"},"content":" });","lastModifiedDate":"2023-09-08"},{"lineNumber":132,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-08"},{"lineNumber":133,"author":{"gitId":"Sasmik23"},"content":" dialogContainer.heightProperty().addListener((observable) -\u003e scrollPane.setVvalue(1.0));","lastModifiedDate":"2023-09-08"},{"lineNumber":134,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-09-08"},{"lineNumber":135,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-08"},{"lineNumber":136,"author":{"gitId":"Sasmik23"},"content":" /**","lastModifiedDate":"2023-09-08"},{"lineNumber":137,"author":{"gitId":"Sasmik23"},"content":" * Iteration 2:","lastModifiedDate":"2023-09-08"},{"lineNumber":138,"author":{"gitId":"Sasmik23"},"content":" * Creates two dialog boxes, one echoing user input and the other containing duke.ui.Duke\u0027s reply and then appends them to","lastModifiedDate":"2023-09-08"},{"lineNumber":139,"author":{"gitId":"Sasmik23"},"content":" * the dialog container. Clears the user input after processing.","lastModifiedDate":"2023-09-08"},{"lineNumber":140,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-09-08"},{"lineNumber":141,"author":{"gitId":"Sasmik23"},"content":" private void handleUserInput() {","lastModifiedDate":"2023-09-08"},{"lineNumber":142,"author":{"gitId":"Sasmik23"},"content":" Label userText \u003d new Label(userInput.getText());","lastModifiedDate":"2023-09-26"},{"lineNumber":143,"author":{"gitId":"Sasmik23"},"content":" userText.setPadding(new Insets(5));","lastModifiedDate":"2023-09-20"},{"lineNumber":144,"author":{"gitId":"Sasmik23"},"content":" String dukeReplyStr \u003d getResponse(userInput.getText());","lastModifiedDate":"2023-09-20"},{"lineNumber":145,"author":{"gitId":"Sasmik23"},"content":" //If user types \"bye\", programme will quit","lastModifiedDate":"2023-09-20"},{"lineNumber":146,"author":{"gitId":"Sasmik23"},"content":" if (dukeReplyStr.equals(\"exit app\")) {","lastModifiedDate":"2023-09-20"},{"lineNumber":147,"author":{"gitId":"Sasmik23"},"content":" Label end \u003d new Label(Ui.endingText());","lastModifiedDate":"2023-09-20"},{"lineNumber":148,"author":{"gitId":"Sasmik23"},"content":" dialogContainer.getChildren().add(DialogBox.getDukeDialog(end, new ImageView(duke)));","lastModifiedDate":"2023-09-20"},{"lineNumber":149,"author":{"gitId":"Sasmik23"},"content":" Platform.exit();","lastModifiedDate":"2023-09-20"},{"lineNumber":150,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-09-20"},{"lineNumber":151,"author":{"gitId":"Sasmik23"},"content":" Label dukeText \u003d new Label(dukeReplyStr);","lastModifiedDate":"2023-09-20"},{"lineNumber":152,"author":{"gitId":"Sasmik23"},"content":" dukeText.setPadding(new Insets(5));","lastModifiedDate":"2023-09-20"},{"lineNumber":153,"author":{"gitId":"Sasmik23"},"content":" dialogContainer.getChildren().addAll(","lastModifiedDate":"2023-09-08"},{"lineNumber":154,"author":{"gitId":"Sasmik23"},"content":" DialogBox.getUserDialog(userText, new ImageView(user)),","lastModifiedDate":"2023-09-08"},{"lineNumber":155,"author":{"gitId":"Sasmik23"},"content":" DialogBox.getDukeDialog(dukeText, new ImageView(duke))","lastModifiedDate":"2023-09-08"},{"lineNumber":156,"author":{"gitId":"Sasmik23"},"content":" );","lastModifiedDate":"2023-09-08"},{"lineNumber":157,"author":{"gitId":"Sasmik23"},"content":" userInput.clear();","lastModifiedDate":"2023-09-08"},{"lineNumber":158,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-09-08"},{"lineNumber":159,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-17"},{"lineNumber":160,"author":{"gitId":"Sasmik23"},"content":" /**","lastModifiedDate":"2023-09-08"},{"lineNumber":161,"author":{"gitId":"Sasmik23"},"content":" * Sends user input to parser file","lastModifiedDate":"2023-09-20"},{"lineNumber":162,"author":{"gitId":"Sasmik23"},"content":" *","lastModifiedDate":"2023-09-20"},{"lineNumber":163,"author":{"gitId":"Sasmik23"},"content":" * @param input","lastModifiedDate":"2023-09-20"},{"lineNumber":164,"author":{"gitId":"Sasmik23"},"content":" * @return parsed String","lastModifiedDate":"2023-09-20"},{"lineNumber":165,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-09-08"},{"lineNumber":166,"author":{"gitId":"Sasmik23"},"content":" private String getResponse(String input) {","lastModifiedDate":"2023-09-08"},{"lineNumber":167,"author":{"gitId":"Sasmik23"},"content":" return parser.parse(input, true);","lastModifiedDate":"2023-09-20"},{"lineNumber":168,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-09-08"},{"lineNumber":169,"author":{"gitId":"Sasmik23"},"content":"}","lastModifiedDate":"2023-09-08"}],"authorContributionMap":{"Sasmik23":169}},{"path":"src/main/java/duke/ui/Ui.java","fileType":"java","lines":[{"lineNumber":1,"author":{"gitId":"Sasmik23"},"content":"package duke.ui;","lastModifiedDate":"2023-09-01"},{"lineNumber":2,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-31"},{"lineNumber":3,"author":{"gitId":"Sasmik23"},"content":"/**","lastModifiedDate":"2023-10-23"},{"lineNumber":4,"author":{"gitId":"Sasmik23"},"content":" * Represents Ui class","lastModifiedDate":"2023-10-23"},{"lineNumber":5,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-10-23"},{"lineNumber":6,"author":{"gitId":"Sasmik23"},"content":"public class Ui {","lastModifiedDate":"2023-08-31"},{"lineNumber":7,"author":{"gitId":"Sasmik23"},"content":" /**","lastModifiedDate":"2023-10-23"},{"lineNumber":8,"author":{"gitId":"Sasmik23"},"content":" * Display starting text with example commands","lastModifiedDate":"2023-10-23"},{"lineNumber":9,"author":{"gitId":"Sasmik23"},"content":" *","lastModifiedDate":"2023-10-23"},{"lineNumber":10,"author":{"gitId":"Sasmik23"},"content":" * @return String greeting message","lastModifiedDate":"2023-10-23"},{"lineNumber":11,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-10-23"},{"lineNumber":12,"author":{"gitId":"Sasmik23"},"content":" public static String greetingText() {","lastModifiedDate":"2023-09-20"},{"lineNumber":13,"author":{"gitId":"Sasmik23"},"content":" String ret \u003d \"\";","lastModifiedDate":"2023-09-20"},{"lineNumber":14,"author":{"gitId":"Sasmik23"},"content":" ret +\u003d \"Welcome to Samantha\u0027s chatBot!\\n\";","lastModifiedDate":"2023-09-20"},{"lineNumber":15,"author":{"gitId":"Sasmik23"},"content":" ret +\u003d \"You may add tasks in the following format:\\n\\n\";","lastModifiedDate":"2023-09-25"},{"lineNumber":16,"author":{"gitId":"Sasmik23"},"content":" ret +\u003d \"Todo {description}\\n\";","lastModifiedDate":"2023-09-20"},{"lineNumber":17,"author":{"gitId":"Sasmik23"},"content":" ret +\u003d \"Deadline {description} /by {DD/MM/YYYY HHMM}\\n\";","lastModifiedDate":"2023-09-20"},{"lineNumber":18,"author":{"gitId":"Sasmik23"},"content":" ret +\u003d \"Event {description} /from {DD/MM/YYYY HHMM} /to {DD/MM/YYYY HHMM}\\n\";","lastModifiedDate":"2023-09-20"},{"lineNumber":19,"author":{"gitId":"Sasmik23"},"content":" return ret;","lastModifiedDate":"2023-09-20"},{"lineNumber":20,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-31"},{"lineNumber":21,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-31"},{"lineNumber":22,"author":{"gitId":"Sasmik23"},"content":" /**","lastModifiedDate":"2023-10-23"},{"lineNumber":23,"author":{"gitId":"Sasmik23"},"content":" * Ending Message","lastModifiedDate":"2023-10-23"},{"lineNumber":24,"author":{"gitId":"Sasmik23"},"content":" *","lastModifiedDate":"2023-10-23"},{"lineNumber":25,"author":{"gitId":"Sasmik23"},"content":" * @return String exit message","lastModifiedDate":"2023-10-23"},{"lineNumber":26,"author":{"gitId":"Sasmik23"},"content":" */","lastModifiedDate":"2023-10-23"},{"lineNumber":27,"author":{"gitId":"Sasmik23"},"content":" public static String endingText() {","lastModifiedDate":"2023-09-20"},{"lineNumber":28,"author":{"gitId":"Sasmik23"},"content":" return \"See you soon\";","lastModifiedDate":"2023-09-20"},{"lineNumber":29,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-09-01"},{"lineNumber":30,"author":{"gitId":"Sasmik23"},"content":"}","lastModifiedDate":"2023-08-31"}],"authorContributionMap":{"Sasmik23":30}},{"path":"src/test/java/duke/DukeTest.java","fileType":"java","lines":[{"lineNumber":1,"author":{"gitId":"Sasmik23"},"content":"package duke;","lastModifiedDate":"2023-09-01"},{"lineNumber":2,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-31"},{"lineNumber":3,"author":{"gitId":"Sasmik23"},"content":"import duke.commands.MarkCommand;","lastModifiedDate":"2023-10-23"},{"lineNumber":4,"author":{"gitId":"Sasmik23"},"content":"import duke.commands.TodoCommand;","lastModifiedDate":"2023-10-23"},{"lineNumber":5,"author":{"gitId":"Sasmik23"},"content":"import duke.exceptions.DukeException;","lastModifiedDate":"2023-10-23"},{"lineNumber":6,"author":{"gitId":"Sasmik23"},"content":"import duke.parsers.InputParser;","lastModifiedDate":"2023-09-01"},{"lineNumber":7,"author":{"gitId":"Sasmik23"},"content":"import duke.tasks.TaskList;","lastModifiedDate":"2023-10-23"},{"lineNumber":8,"author":{"gitId":"Sasmik23"},"content":"import org.junit.jupiter.api.MethodOrderer;","lastModifiedDate":"2023-09-25"},{"lineNumber":9,"author":{"gitId":"Sasmik23"},"content":"import org.junit.jupiter.api.Order;","lastModifiedDate":"2023-09-25"},{"lineNumber":10,"author":{"gitId":"Sasmik23"},"content":"import org.junit.jupiter.api.Test;","lastModifiedDate":"2023-08-31"},{"lineNumber":11,"author":{"gitId":"Sasmik23"},"content":"import org.junit.jupiter.api.TestMethodOrder;","lastModifiedDate":"2023-09-25"},{"lineNumber":12,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-31"},{"lineNumber":13,"author":{"gitId":"Sasmik23"},"content":"import java.util.ArrayList;","lastModifiedDate":"2023-09-08"},{"lineNumber":14,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-01"},{"lineNumber":15,"author":{"gitId":"Sasmik23"},"content":"import static org.junit.jupiter.api.Assertions.assertEquals;","lastModifiedDate":"2023-08-31"},{"lineNumber":16,"author":{"gitId":"Sasmik23"},"content":"import static org.junit.jupiter.api.Assertions.assertThrows;","lastModifiedDate":"2023-10-23"},{"lineNumber":17,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-08-31"},{"lineNumber":18,"author":{"gitId":"Sasmik23"},"content":"@TestMethodOrder(MethodOrderer.OrderAnnotation.class)","lastModifiedDate":"2023-09-25"},{"lineNumber":19,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-25"},{"lineNumber":20,"author":{"gitId":"Sasmik23"},"content":"public class DukeTest {","lastModifiedDate":"2023-08-31"},{"lineNumber":21,"author":{"gitId":"Sasmik23"},"content":" private TaskList tasks \u003d new TaskList(new ArrayList\u003c\u003e());","lastModifiedDate":"2023-10-23"},{"lineNumber":22,"author":{"gitId":"Sasmik23"},"content":" private InputParser parser \u003d new InputParser(tasks);","lastModifiedDate":"2023-10-23"},{"lineNumber":23,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-08"},{"lineNumber":24,"author":{"gitId":"Sasmik23"},"content":" @Test","lastModifiedDate":"2023-08-31"},{"lineNumber":25,"author":{"gitId":"Sasmik23"},"content":" @Order(1)","lastModifiedDate":"2023-09-25"},{"lineNumber":26,"author":{"gitId":"Sasmik23"},"content":" public void todoTest() {","lastModifiedDate":"2023-09-25"},{"lineNumber":27,"author":{"gitId":"Sasmik23"},"content":" String actual \u003d parser.parse(\"todo gym\", false);","lastModifiedDate":"2023-09-25"},{"lineNumber":28,"author":{"gitId":"Sasmik23"},"content":" String expected \u003d \"Got it. I\u0027ve added this task:\" + \"\\n\" + \" [T][ ] gym #no tag\" + \"\\n\" + \"Now you have 1 tasks in the list.\\n\";","lastModifiedDate":"2023-09-25"},{"lineNumber":29,"author":{"gitId":"Sasmik23"},"content":" assertEquals(expected, actual);","lastModifiedDate":"2023-09-25"},{"lineNumber":30,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-08-31"},{"lineNumber":31,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-01"},{"lineNumber":32,"author":{"gitId":"Sasmik23"},"content":" @Test","lastModifiedDate":"2023-09-01"},{"lineNumber":33,"author":{"gitId":"Sasmik23"},"content":" @Order(2)","lastModifiedDate":"2023-09-25"},{"lineNumber":34,"author":{"gitId":"Sasmik23"},"content":" public void deadlineTest() {","lastModifiedDate":"2023-09-25"},{"lineNumber":35,"author":{"gitId":"Sasmik23"},"content":" String actual \u003d parser.parse(\"deadline assignment /by 02/05/2024 1900\", false);","lastModifiedDate":"2023-09-25"},{"lineNumber":36,"author":{"gitId":"Sasmik23"},"content":" String expected \u003d \"Got it. I\u0027ve added this task:\" + \"\\n\" + \" [D][ ] assignment (by: 02 May 2024 7 PM) #no tag\" + \"\\n\" + \"Now you have 2 tasks in the list.\\n\";","lastModifiedDate":"2023-09-25"},{"lineNumber":37,"author":{"gitId":"Sasmik23"},"content":" assertEquals(expected, actual);","lastModifiedDate":"2023-09-25"},{"lineNumber":38,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-09-25"},{"lineNumber":39,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-09-01"},{"lineNumber":40,"author":{"gitId":"Sasmik23"},"content":" @Test","lastModifiedDate":"2023-09-25"},{"lineNumber":41,"author":{"gitId":"Sasmik23"},"content":" @Order(3)","lastModifiedDate":"2023-09-25"},{"lineNumber":42,"author":{"gitId":"Sasmik23"},"content":" public void eventTest() {","lastModifiedDate":"2023-09-25"},{"lineNumber":43,"author":{"gitId":"Sasmik23"},"content":" String actual \u003d parser.parse(\"event soc fair /from 10/05/2023 1000 /to 11/05/2023 1000\", false);","lastModifiedDate":"2023-09-25"},{"lineNumber":44,"author":{"gitId":"Sasmik23"},"content":" String expected \u003d \"Got it. I\u0027ve added this task:\" + \"\\n\" +","lastModifiedDate":"2023-09-25"},{"lineNumber":45,"author":{"gitId":"Sasmik23"},"content":" \" [E][ ] soc fair (from: 10 May 2023 10 AM to: 11 May 2023 10 AM) #no tag\" +","lastModifiedDate":"2023-09-25"},{"lineNumber":46,"author":{"gitId":"Sasmik23"},"content":" \"\\n\" + \"Now you have 3 tasks in the list.\\n\";","lastModifiedDate":"2023-09-25"},{"lineNumber":47,"author":{"gitId":"Sasmik23"},"content":" assertEquals(expected, actual);","lastModifiedDate":"2023-09-08"},{"lineNumber":48,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-09-01"},{"lineNumber":49,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-10-23"},{"lineNumber":50,"author":{"gitId":"Sasmik23"},"content":" @Test","lastModifiedDate":"2023-10-23"},{"lineNumber":51,"author":{"gitId":"Sasmik23"},"content":" @Order(4)","lastModifiedDate":"2023-10-23"},{"lineNumber":52,"author":{"gitId":"Sasmik23"},"content":" public void markTest() {","lastModifiedDate":"2023-10-23"},{"lineNumber":53,"author":{"gitId":"Sasmik23"},"content":" parser.parse(\"deadline assignment /by 02/05/2024 1900\", false);","lastModifiedDate":"2023-10-23"},{"lineNumber":54,"author":{"gitId":"Sasmik23"},"content":" String actual \u003d parser.parse(\"mark 1\", false);","lastModifiedDate":"2023-10-23"},{"lineNumber":55,"author":{"gitId":"Sasmik23"},"content":" String expected \u003d \"Nice! I\u0027ve marked this task as done:\\n\" + \" [D][X] assignment (by: 02 May 2024 7 PM) #no tag\";","lastModifiedDate":"2023-10-23"},{"lineNumber":56,"author":{"gitId":"Sasmik23"},"content":" assertEquals(expected, actual);","lastModifiedDate":"2023-10-23"},{"lineNumber":57,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-10-23"},{"lineNumber":58,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-10-23"},{"lineNumber":59,"author":{"gitId":"Sasmik23"},"content":" @Test","lastModifiedDate":"2023-10-23"},{"lineNumber":60,"author":{"gitId":"Sasmik23"},"content":" @Order(5)","lastModifiedDate":"2023-10-23"},{"lineNumber":61,"author":{"gitId":"Sasmik23"},"content":" public void tagTest() {","lastModifiedDate":"2023-10-23"},{"lineNumber":62,"author":{"gitId":"Sasmik23"},"content":" parser.parse(\"deadline assignment /by 02/05/2024 1900\", false);","lastModifiedDate":"2023-10-23"},{"lineNumber":63,"author":{"gitId":"Sasmik23"},"content":" String actual \u003d parser.parse(\"tag 1 #urgent\", false);","lastModifiedDate":"2023-10-23"},{"lineNumber":64,"author":{"gitId":"Sasmik23"},"content":" String expected \u003d \"#urgent has been set!\";","lastModifiedDate":"2023-10-23"},{"lineNumber":65,"author":{"gitId":"Sasmik23"},"content":" assertEquals(expected, actual);","lastModifiedDate":"2023-10-23"},{"lineNumber":66,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-10-23"},{"lineNumber":67,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-10-23"},{"lineNumber":68,"author":{"gitId":"Sasmik23"},"content":" @Test","lastModifiedDate":"2023-10-23"},{"lineNumber":69,"author":{"gitId":"Sasmik23"},"content":" public void invalidCommand_noDescription() {","lastModifiedDate":"2023-10-23"},{"lineNumber":70,"author":{"gitId":"Sasmik23"},"content":" assertThrows(DukeException.class, () -\u003e new TodoCommand(\"todo\", tasks).execute());","lastModifiedDate":"2023-10-23"},{"lineNumber":71,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-10-23"},{"lineNumber":72,"author":{"gitId":"Sasmik23"},"content":"","lastModifiedDate":"2023-10-23"},{"lineNumber":73,"author":{"gitId":"Sasmik23"},"content":" @Test","lastModifiedDate":"2023-10-23"},{"lineNumber":74,"author":{"gitId":"Sasmik23"},"content":" public void invalidCommand_noIndex() {","lastModifiedDate":"2023-10-23"},{"lineNumber":75,"author":{"gitId":"Sasmik23"},"content":" assertThrows(DukeException.class, () -\u003e new MarkCommand(\"mark\", tasks).execute());","lastModifiedDate":"2023-10-23"},{"lineNumber":76,"author":{"gitId":"Sasmik23"},"content":" }","lastModifiedDate":"2023-10-23"},{"lineNumber":77,"author":{"gitId":"Sasmik23"},"content":"}","lastModifiedDate":"2023-08-31"}],"authorContributionMap":{"Sasmik23":77}},{"path":"text-ui-test/input.txt","fileType":"txt","lines":[{"lineNumber":1,"author":{"gitId":"Sasmik23"},"content":"deadline return book /by Sunday","lastModifiedDate":"2023-08-23"},{"lineNumber":2,"author":{"gitId":"Sasmik23"},"content":"list","lastModifiedDate":"2023-08-23"},{"lineNumber":3,"author":{"gitId":"Sasmik23"},"content":"event project meeting /from Mon 2pm /to 4pm","lastModifiedDate":"2023-08-23"},{"lineNumber":4,"author":{"gitId":"Sasmik23"},"content":"todo borrow book","lastModifiedDate":"2023-08-23"},{"lineNumber":5,"author":{"gitId":"Sasmik23"},"content":"mark 2","lastModifiedDate":"2023-08-23"},{"lineNumber":6,"author":{"gitId":"Sasmik23"},"content":"list","lastModifiedDate":"2023-08-23"},{"lineNumber":7,"author":{"gitId":"Sasmik23"},"content":"bye","lastModifiedDate":"2023-08-23"}],"authorContributionMap":{"Sasmik23":7}},{"path":"text-ui-test/runtest.bat","fileType":"bat","lines":[{"lineNumber":1,"author":{"gitId":"-"},"content":"@ECHO OFF","lastModifiedDate":"2020-05-25"},{"lineNumber":2,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2020-05-25"},{"lineNumber":3,"author":{"gitId":"-"},"content":"REM create bin directory if it doesn\u0027t exist","lastModifiedDate":"2020-05-25"},{"lineNumber":4,"author":{"gitId":"-"},"content":"if not exist ..\\bin mkdir ..\\bin","lastModifiedDate":"2020-05-25"},{"lineNumber":5,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2020-05-25"},{"lineNumber":6,"author":{"gitId":"-"},"content":"REM delete output from previous run","lastModifiedDate":"2020-05-25"},{"lineNumber":7,"author":{"gitId":"-"},"content":"if exist ACTUAL.TXT del ACTUAL.TXT","lastModifiedDate":"2020-08-25"},{"lineNumber":8,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2020-05-25"},{"lineNumber":9,"author":{"gitId":"-"},"content":"REM compile the code into the bin folder","lastModifiedDate":"2020-05-25"},{"lineNumber":10,"author":{"gitId":"-"},"content":"javac -cp ..\\src\\main\\java -Xlint:none -d ..\\bin ..\\src\\main\\java\\*.java","lastModifiedDate":"2020-08-25"},{"lineNumber":11,"author":{"gitId":"-"},"content":"IF ERRORLEVEL 1 (","lastModifiedDate":"2020-05-25"},{"lineNumber":12,"author":{"gitId":"-"},"content":" echo ********** BUILD FAILURE **********","lastModifiedDate":"2020-05-25"},{"lineNumber":13,"author":{"gitId":"-"},"content":" exit /b 1","lastModifiedDate":"2020-05-25"},{"lineNumber":14,"author":{"gitId":"-"},"content":")","lastModifiedDate":"2020-05-25"},{"lineNumber":15,"author":{"gitId":"-"},"content":"REM no error here, errorlevel \u003d\u003d 0","lastModifiedDate":"2020-05-25"},{"lineNumber":16,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2020-05-25"},{"lineNumber":17,"author":{"gitId":"-"},"content":"REM run the program, feed commands from input.txt file and redirect the output to the ACTUAL.TXT","lastModifiedDate":"2020-05-25"},{"lineNumber":18,"author":{"gitId":"Sasmik23"},"content":"java -classpath ..\\bin duke.duke \u003c input.txt \u003e ACTUAL.TXT","lastModifiedDate":"2023-09-01"},{"lineNumber":19,"author":{"gitId":"-"},"content":"","lastModifiedDate":"2020-05-25"},{"lineNumber":20,"author":{"gitId":"-"},"content":"REM compare the output to the expected output","lastModifiedDate":"2020-05-25"},{"lineNumber":21,"author":{"gitId":"-"},"content":"FC ACTUAL.TXT EXPECTED.TXT","lastModifiedDate":"2020-05-25"}],"authorContributionMap":{"Sasmik23":1,"-":20}}] diff --git a/Sasmik23_ip_master/commits.json b/Sasmik23_ip_master/commits.json index d9b3b961..9f71d5b1 100644 --- a/Sasmik23_ip_master/commits.json +++ b/Sasmik23_ip_master/commits.json @@ -1 +1 @@ -{"authorDailyContributionsMap":{"Sasmik23":[{"date":"2023-08-22","commitResults":[{"hash":"0a17f56a8032bd9e7e05377579bffdb0da0e91b9","isMergeCommit":false,"messageTitle":"Level0","messageBody":"","tags":["Level-0"],"fileTypesAndContributionMap":{"java":{"insertions":8,"deletions":6}}},{"hash":"017bd11ca0542609defddc34257ab3b71a83c3bd","isMergeCommit":false,"messageTitle":"Level1","messageBody":"","tags":["Level-1"],"fileTypesAndContributionMap":{"java":{"insertions":12,"deletions":3}}},{"hash":"ec70cf1a791561ec15700b932154bae5fce3d113","isMergeCommit":false,"messageTitle":"Level2 - add,list","messageBody":"","tags":["Level-2"],"fileTypesAndContributionMap":{"java":{"insertions":11,"deletions":2}}}]},{"date":"2023-08-23","commitResults":[{"hash":"50c41c1bfff0eb9c9306d12616eccfb215f77532","isMergeCommit":false,"messageTitle":"Level-3: Mark as Done","messageBody":"","tags":["Level-3"],"fileTypesAndContributionMap":{"java":{"insertions":47,"deletions":5}}},{"hash":"4da026b6f5e6b45c90f593d32f7112a286cd76c4","isMergeCommit":false,"messageTitle":"Level 4 - todos, events, deadlines","messageBody":"","tags":["Level-4"],"fileTypesAndContributionMap":{"java":{"insertions":102,"deletions":20}}},{"hash":"800fba7e45a24eae2c8866bc4131d2be4ae14059","isMergeCommit":false,"messageTitle":"A-TextUITesting","messageBody":"","tags":["A-TextUiTesting"],"fileTypesAndContributionMap":{"txt":{"insertions":7,"deletions":0},"java":{"insertions":6,"deletions":6}}}]},{"date":"2023-08-24","commitResults":[{"hash":"71e0509b75b2ba41267aac3221dd13d290a83af7","isMergeCommit":false,"messageTitle":"level-5 error handling","messageBody":"","tags":["Level-5"],"fileTypesAndContributionMap":{"java":{"insertions":48,"deletions":12}}},{"hash":"55f0c3d32abc2dc6fb638e8e3956a1742407fa66","isMergeCommit":false,"messageTitle":"level-6 delete","messageBody":"","tags":["Level-6"],"fileTypesAndContributionMap":{"java":{"insertions":33,"deletions":12}}},{"hash":"5099a6bc728a15c0de139a8864367d45f84a063e","isMergeCommit":false,"messageTitle":"added comments and javadocs","messageBody":"","fileTypesAndContributionMap":{"java":{"insertions":29,"deletions":4}}}]},{"date":"2023-08-29","commitResults":[{"hash":"e1fbfdc2bffced829936c1f03d7e5b877b5632ee","isMergeCommit":false,"messageTitle":"level-7: save","messageBody":"","tags":["Level-7"],"fileTypesAndContributionMap":{"java":{"insertions":98,"deletions":1}}}]},{"date":"2023-08-30","commitResults":[{"hash":"3784d3f76299d479f4741bfef0fa3da8c924a313","isMergeCommit":false,"messageTitle":"level 8: date","messageBody":"","tags":["Level-8"],"fileTypesAndContributionMap":{"java":{"insertions":83,"deletions":22}}}]},{"date":"2023-08-31","commitResults":[{"hash":"502351496a4212a520e5fdd951086d99af53303d","isMergeCommit":false,"messageTitle":"A-MoreOOP","messageBody":"","tags":["A-MoreOOP"],"fileTypesAndContributionMap":{"java":{"insertions":182,"deletions":139}}},{"hash":"f943cf70721a7c9073a8509d2fd73bad2c87af8e","isMergeCommit":false,"messageTitle":"A-Packages","messageBody":"","fileTypesAndContributionMap":{"java":{"insertions":50,"deletions":9}}},{"hash":"939f26554a3d6d0488ffb9b2cd3d54a202f3b232","isMergeCommit":true,"messageTitle":"Merge branch \u0027add-gradle-support\u0027 of https://github.com/Sasmik23/ip into gradle","messageBody":"* \u0027add-gradle-support\u0027 of https://github.com/Sasmik23/ip:\n Bump gradle and lib version\n Add Gradle support\n","fileTypesAndContributionMap":{}},{"hash":"f6ec017de5f201ad95fb2f1c62d4da129ac55226","isMergeCommit":false,"messageTitle":"A-packages update and A-gradle update","messageBody":"","tags":["A-Packages"],"fileTypesAndContributionMap":{"gradle":{"insertions":1,"deletions":1},"java":{"insertions":36,"deletions":36},"bat":{"insertions":1,"deletions":1},"md":{"insertions":2,"deletions":2}}},{"hash":"d1fcfe764b1962d4422e1f81fe258fca9b28ba50","isMergeCommit":false,"messageTitle":"A-graddle run added","messageBody":"","tags":["A-Gradle"],"fileTypesAndContributionMap":{"gradle":{"insertions":1,"deletions":1},"java":{"insertions":18,"deletions":6}}}]},{"date":"2023-09-01","commitResults":[{"hash":"f9085727e604663e0b7451a87958d31984b90c40","isMergeCommit":false,"messageTitle":"A-Junit todoTest","messageBody":"","tags":["A-JUnit"],"fileTypesAndContributionMap":{"gradle":{"insertions":2,"deletions":0},"java":{"insertions":140,"deletions":96}}},{"hash":"a72a37515ab2daa520bace4a7a6073bbdc79db53","isMergeCommit":false,"messageTitle":"A-CodingStandard","messageBody":"","tags":["A-CodingStandard"],"fileTypesAndContributionMap":{"java":{"insertions":52,"deletions":85},"bat":{"insertions":1,"deletions":1},"md":{"insertions":2,"deletions":2}}},{"hash":"de97faaab06ba7459b5dcdd4dbf469cab74efc3c","isMergeCommit":false,"messageTitle":"A-JavaDoc","messageBody":"","tags":["A-JavaDoc"],"fileTypesAndContributionMap":{"java":{"insertions":28,"deletions":3}}},{"hash":"08f615759a6e50f332ab3603790a521090b291d9","isMergeCommit":false,"messageTitle":"level 9 find","messageBody":"","tags":["Level-9"],"fileTypesAndContributionMap":{"java":{"insertions":30,"deletions":0}}},{"hash":"bbcbe9ebbcf4fd7ebe545275672add0f5a2aafbf","isMergeCommit":true,"messageTitle":"Merge branch \u0027branch-A-JavaDoc\u0027","messageBody":"","fileTypesAndContributionMap":{}},{"hash":"4c0b8868103e4bb97f04e5ee5e09c4d000fcd1ac","isMergeCommit":true,"messageTitle":"resolved merge conflicts","messageBody":"","fileTypesAndContributionMap":{}},{"hash":"3fe722b583a4144c52c2ebf0e3dce295daf5e3fb","isMergeCommit":false,"messageTitle":"A-Jar update\u0027","messageBody":"","tags":["A-Jar"],"fileTypesAndContributionMap":{"gradle":{"insertions":1,"deletions":1}}}]},{"date":"2023-09-07","commitResults":[{"hash":"f6a1b28fedfed7767be34f3f71be3509585c4081","isMergeCommit":false,"messageTitle":"testing javafx","messageBody":"","fileTypesAndContributionMap":{"gradle":{"insertions":15,"deletions":0},"java":{"insertions":35,"deletions":1}}}]},{"date":"2023-09-08","commitResults":[{"hash":"75850fb36172e588c00d593e060cfb0204e42517","isMergeCommit":false,"messageTitle":"Level-10 GUI","messageBody":"","tags":["Level-10"],"fileTypesAndContributionMap":{"gradle":{"insertions":1,"deletions":1},"java":{"insertions":292,"deletions":119}}}]},{"date":"2023-09-17","commitResults":[{"hash":"ac667a7785e05d2c4f2d3f2813909a213432ff5e","isMergeCommit":false,"messageTitle":"Improve code quality","messageBody":"To help with readability\n\nAdhere to code quality guidelines (ie. spacing)\n\nStandardise with everyone else\n","tags":["A-FullCommitMessage","A-CodeQuality","A-Assertions"],"fileTypesAndContributionMap":{"java":{"insertions":116,"deletions":123},"md":{"insertions":2,"deletions":2}}},{"hash":"3aa1769204ebce4f93da07d485f27ca0aab055a5","isMergeCommit":true,"messageTitle":"Merge pull request #2 from Sasmik23/branch-A-CodeQuality","messageBody":"Improve code quality","fileTypesAndContributionMap":{}}]},{"date":"2023-09-18","commitResults":[{"hash":"e030f95f388b8c185112e060376a593f77017e02","isMergeCommit":false,"messageTitle":"C-Tagging","messageBody":"","tags":["BCD-Extension"],"fileTypesAndContributionMap":{"java":{"insertions":20,"deletions":6}}}]},{"date":"2023-09-20","commitResults":[{"hash":"20d5ed431bfc7ad785999a9ff90efcf53ae34573","isMergeCommit":false,"messageTitle":"Update UI","messageBody":"Added welcome and ending messages, added padding to text and changed window sizing\nAdded new StorageException Class\n","fileTypesAndContributionMap":{"java":{"insertions":88,"deletions":78}}}]},{"date":"2023-09-22","commitResults":[{"hash":"752d0aefb3774dbce37ead1f04de9b574fa7161e","isMergeCommit":false,"messageTitle":"updated readme, yet to add screenshot","messageBody":"","tags":["A-UserGuide"],"fileTypesAndContributionMap":{"java":{"insertions":1,"deletions":0},"md":{"insertions":83,"deletions":16}}}]},{"date":"2023-09-25","commitResults":[{"hash":"8647f734f538ebadc24377d5e37ac177f9b1af1e","isMergeCommit":false,"messageTitle":"Added screenshot of UI and fixed bug in displaying tags","messageBody":"","fileTypesAndContributionMap":{"java":{"insertions":19,"deletions":8}}},{"hash":"91333d6c755be5795eeb9ccac02b15ae7fea3e0d","isMergeCommit":false,"messageTitle":"update readme","messageBody":"","fileTypesAndContributionMap":{"md":{"insertions":3,"deletions":5}}},{"hash":"3943cbf41155722351ce78bcf3635cf41c944935","isMergeCommit":false,"messageTitle":"change jar file name","messageBody":"","fileTypesAndContributionMap":{"gradle":{"insertions":2,"deletions":2},"md":{"insertions":15,"deletions":10}}},{"hash":"36250303b0a84b2bbc83cc5c46901a2cfd0a0cba","isMergeCommit":false,"messageTitle":"fix bug in displaying size","messageBody":"","fileTypesAndContributionMap":{"java":{"insertions":1,"deletions":1}}},{"hash":"211a637f2ca31ed6d397fa6dbf486ae86f4139ab","isMergeCommit":false,"messageTitle":"- saving tasks creates new directory - fixed bug in todo file","messageBody":"","fileTypesAndContributionMap":{"java":{"insertions":12,"deletions":7}}},{"hash":"876672a657f32c56b2a90176d2efd2c66651c7da","isMergeCommit":false,"messageTitle":"- stores data only when user exits programme - added 2 more junit tests","messageBody":"","tags":["V1.3","A-Release"],"fileTypesAndContributionMap":{"java":{"insertions":34,"deletions":27}}}]},{"date":"2023-09-26","commitResults":[{"hash":"31de4f144c6004faee9e8b7441047b5dfbe44ed9","isMergeCommit":false,"messageTitle":"changed pictures to comply with copyright issues","messageBody":"","fileTypesAndContributionMap":{"java":{"insertions":3,"deletions":3}}}]}]},"authorFileTypeContributionMap":{"Sasmik23":{"java":810,"md":79,"fxml":0,"sh":0,"bat":1,"gradle":19,"txt":7}},"authorContributionVariance":{"Sasmik23":15684.85},"authorDisplayNameMap":{"Sasmik23":"CS2103T-W13-3 MIKH..NAND"}} +{"authorDailyContributionsMap":{"Sasmik23":[{"date":"2023-08-22","commitResults":[{"hash":"0a17f56a8032bd9e7e05377579bffdb0da0e91b9","isMergeCommit":false,"messageTitle":"Level0","messageBody":"","tags":["Level-0"],"fileTypesAndContributionMap":{"java":{"insertions":8,"deletions":6}}},{"hash":"017bd11ca0542609defddc34257ab3b71a83c3bd","isMergeCommit":false,"messageTitle":"Level1","messageBody":"","tags":["Level-1"],"fileTypesAndContributionMap":{"java":{"insertions":12,"deletions":3}}},{"hash":"ec70cf1a791561ec15700b932154bae5fce3d113","isMergeCommit":false,"messageTitle":"Level2 - add,list","messageBody":"","tags":["Level-2"],"fileTypesAndContributionMap":{"java":{"insertions":11,"deletions":2}}}]},{"date":"2023-08-23","commitResults":[{"hash":"50c41c1bfff0eb9c9306d12616eccfb215f77532","isMergeCommit":false,"messageTitle":"Level-3: Mark as Done","messageBody":"","tags":["Level-3"],"fileTypesAndContributionMap":{"java":{"insertions":47,"deletions":5}}},{"hash":"4da026b6f5e6b45c90f593d32f7112a286cd76c4","isMergeCommit":false,"messageTitle":"Level 4 - todos, events, deadlines","messageBody":"","tags":["Level-4"],"fileTypesAndContributionMap":{"java":{"insertions":102,"deletions":20}}},{"hash":"800fba7e45a24eae2c8866bc4131d2be4ae14059","isMergeCommit":false,"messageTitle":"A-TextUITesting","messageBody":"","tags":["A-TextUiTesting"],"fileTypesAndContributionMap":{"txt":{"insertions":7,"deletions":0},"java":{"insertions":6,"deletions":6}}}]},{"date":"2023-08-24","commitResults":[{"hash":"71e0509b75b2ba41267aac3221dd13d290a83af7","isMergeCommit":false,"messageTitle":"level-5 error handling","messageBody":"","tags":["Level-5"],"fileTypesAndContributionMap":{"java":{"insertions":48,"deletions":12}}},{"hash":"55f0c3d32abc2dc6fb638e8e3956a1742407fa66","isMergeCommit":false,"messageTitle":"level-6 delete","messageBody":"","tags":["Level-6"],"fileTypesAndContributionMap":{"java":{"insertions":33,"deletions":12}}},{"hash":"5099a6bc728a15c0de139a8864367d45f84a063e","isMergeCommit":false,"messageTitle":"added comments and javadocs","messageBody":"","fileTypesAndContributionMap":{"java":{"insertions":29,"deletions":4}}}]},{"date":"2023-08-29","commitResults":[{"hash":"e1fbfdc2bffced829936c1f03d7e5b877b5632ee","isMergeCommit":false,"messageTitle":"level-7: save","messageBody":"","tags":["Level-7"],"fileTypesAndContributionMap":{"java":{"insertions":98,"deletions":1}}}]},{"date":"2023-08-30","commitResults":[{"hash":"3784d3f76299d479f4741bfef0fa3da8c924a313","isMergeCommit":false,"messageTitle":"level 8: date","messageBody":"","tags":["Level-8"],"fileTypesAndContributionMap":{"java":{"insertions":83,"deletions":22}}}]},{"date":"2023-08-31","commitResults":[{"hash":"502351496a4212a520e5fdd951086d99af53303d","isMergeCommit":false,"messageTitle":"A-MoreOOP","messageBody":"","tags":["A-MoreOOP"],"fileTypesAndContributionMap":{"java":{"insertions":182,"deletions":139}}},{"hash":"f943cf70721a7c9073a8509d2fd73bad2c87af8e","isMergeCommit":false,"messageTitle":"A-Packages","messageBody":"","fileTypesAndContributionMap":{"java":{"insertions":50,"deletions":9}}},{"hash":"939f26554a3d6d0488ffb9b2cd3d54a202f3b232","isMergeCommit":true,"messageTitle":"Merge branch \u0027add-gradle-support\u0027 of https://github.com/Sasmik23/ip into gradle","messageBody":"* \u0027add-gradle-support\u0027 of https://github.com/Sasmik23/ip:\n Bump gradle and lib version\n Add Gradle support\n","fileTypesAndContributionMap":{}},{"hash":"f6ec017de5f201ad95fb2f1c62d4da129ac55226","isMergeCommit":false,"messageTitle":"A-packages update and A-gradle update","messageBody":"","tags":["A-Packages"],"fileTypesAndContributionMap":{"gradle":{"insertions":1,"deletions":1},"java":{"insertions":36,"deletions":36},"bat":{"insertions":1,"deletions":1},"md":{"insertions":2,"deletions":2}}},{"hash":"d1fcfe764b1962d4422e1f81fe258fca9b28ba50","isMergeCommit":false,"messageTitle":"A-graddle run added","messageBody":"","tags":["A-Gradle"],"fileTypesAndContributionMap":{"gradle":{"insertions":1,"deletions":1},"java":{"insertions":18,"deletions":6}}}]},{"date":"2023-09-01","commitResults":[{"hash":"f9085727e604663e0b7451a87958d31984b90c40","isMergeCommit":false,"messageTitle":"A-Junit todoTest","messageBody":"","tags":["A-JUnit"],"fileTypesAndContributionMap":{"gradle":{"insertions":2,"deletions":0},"java":{"insertions":140,"deletions":96}}},{"hash":"a72a37515ab2daa520bace4a7a6073bbdc79db53","isMergeCommit":false,"messageTitle":"A-CodingStandard","messageBody":"","tags":["A-CodingStandard"],"fileTypesAndContributionMap":{"java":{"insertions":52,"deletions":85},"bat":{"insertions":1,"deletions":1},"md":{"insertions":2,"deletions":2}}},{"hash":"de97faaab06ba7459b5dcdd4dbf469cab74efc3c","isMergeCommit":false,"messageTitle":"A-JavaDoc","messageBody":"","tags":["A-JavaDoc"],"fileTypesAndContributionMap":{"java":{"insertions":28,"deletions":3}}},{"hash":"08f615759a6e50f332ab3603790a521090b291d9","isMergeCommit":false,"messageTitle":"level 9 find","messageBody":"","tags":["Level-9"],"fileTypesAndContributionMap":{"java":{"insertions":30,"deletions":0}}},{"hash":"bbcbe9ebbcf4fd7ebe545275672add0f5a2aafbf","isMergeCommit":true,"messageTitle":"Merge branch \u0027branch-A-JavaDoc\u0027","messageBody":"","fileTypesAndContributionMap":{}},{"hash":"4c0b8868103e4bb97f04e5ee5e09c4d000fcd1ac","isMergeCommit":true,"messageTitle":"resolved merge conflicts","messageBody":"","fileTypesAndContributionMap":{}},{"hash":"3fe722b583a4144c52c2ebf0e3dce295daf5e3fb","isMergeCommit":false,"messageTitle":"A-Jar update\u0027","messageBody":"","tags":["A-Jar"],"fileTypesAndContributionMap":{"gradle":{"insertions":1,"deletions":1}}}]},{"date":"2023-09-07","commitResults":[{"hash":"f6a1b28fedfed7767be34f3f71be3509585c4081","isMergeCommit":false,"messageTitle":"testing javafx","messageBody":"","fileTypesAndContributionMap":{"gradle":{"insertions":15,"deletions":0},"java":{"insertions":35,"deletions":1}}}]},{"date":"2023-09-08","commitResults":[{"hash":"75850fb36172e588c00d593e060cfb0204e42517","isMergeCommit":false,"messageTitle":"Level-10 GUI","messageBody":"","tags":["Level-10"],"fileTypesAndContributionMap":{"gradle":{"insertions":1,"deletions":1},"java":{"insertions":292,"deletions":119}}}]},{"date":"2023-09-17","commitResults":[{"hash":"ac667a7785e05d2c4f2d3f2813909a213432ff5e","isMergeCommit":false,"messageTitle":"Improve code quality","messageBody":"To help with readability\n\nAdhere to code quality guidelines (ie. spacing)\n\nStandardise with everyone else\n","tags":["A-FullCommitMessage","A-CodeQuality","A-Assertions"],"fileTypesAndContributionMap":{"java":{"insertions":116,"deletions":123},"md":{"insertions":2,"deletions":2}}},{"hash":"3aa1769204ebce4f93da07d485f27ca0aab055a5","isMergeCommit":true,"messageTitle":"Merge pull request #2 from Sasmik23/branch-A-CodeQuality","messageBody":"Improve code quality","fileTypesAndContributionMap":{}}]},{"date":"2023-09-18","commitResults":[{"hash":"e030f95f388b8c185112e060376a593f77017e02","isMergeCommit":false,"messageTitle":"C-Tagging","messageBody":"","tags":["BCD-Extension"],"fileTypesAndContributionMap":{"java":{"insertions":20,"deletions":6}}}]},{"date":"2023-09-20","commitResults":[{"hash":"20d5ed431bfc7ad785999a9ff90efcf53ae34573","isMergeCommit":false,"messageTitle":"Update UI","messageBody":"Added welcome and ending messages, added padding to text and changed window sizing\nAdded new StorageException Class\n","fileTypesAndContributionMap":{"java":{"insertions":88,"deletions":78}}}]},{"date":"2023-09-22","commitResults":[{"hash":"752d0aefb3774dbce37ead1f04de9b574fa7161e","isMergeCommit":false,"messageTitle":"updated readme, yet to add screenshot","messageBody":"","tags":["A-UserGuide"],"fileTypesAndContributionMap":{"java":{"insertions":1,"deletions":0},"md":{"insertions":83,"deletions":16}}}]},{"date":"2023-09-25","commitResults":[{"hash":"8647f734f538ebadc24377d5e37ac177f9b1af1e","isMergeCommit":false,"messageTitle":"Added screenshot of UI and fixed bug in displaying tags","messageBody":"","fileTypesAndContributionMap":{"java":{"insertions":19,"deletions":8}}},{"hash":"91333d6c755be5795eeb9ccac02b15ae7fea3e0d","isMergeCommit":false,"messageTitle":"update readme","messageBody":"","fileTypesAndContributionMap":{"md":{"insertions":3,"deletions":5}}},{"hash":"3943cbf41155722351ce78bcf3635cf41c944935","isMergeCommit":false,"messageTitle":"change jar file name","messageBody":"","fileTypesAndContributionMap":{"gradle":{"insertions":2,"deletions":2},"md":{"insertions":15,"deletions":10}}},{"hash":"36250303b0a84b2bbc83cc5c46901a2cfd0a0cba","isMergeCommit":false,"messageTitle":"fix bug in displaying size","messageBody":"","fileTypesAndContributionMap":{"java":{"insertions":1,"deletions":1}}},{"hash":"211a637f2ca31ed6d397fa6dbf486ae86f4139ab","isMergeCommit":false,"messageTitle":"- saving tasks creates new directory - fixed bug in todo file","messageBody":"","fileTypesAndContributionMap":{"java":{"insertions":12,"deletions":7}}},{"hash":"876672a657f32c56b2a90176d2efd2c66651c7da","isMergeCommit":false,"messageTitle":"- stores data only when user exits programme - added 2 more junit tests","messageBody":"","tags":["V1.3","A-Release"],"fileTypesAndContributionMap":{"java":{"insertions":34,"deletions":27}}}]},{"date":"2023-09-26","commitResults":[{"hash":"31de4f144c6004faee9e8b7441047b5dfbe44ed9","isMergeCommit":false,"messageTitle":"changed pictures to comply with copyright issues","messageBody":"","fileTypesAndContributionMap":{"java":{"insertions":3,"deletions":3}}}]},{"date":"2023-10-23","commitResults":[{"hash":"4e40652ce26aa602cec7a6c0e2aad9d501acd7ca","isMergeCommit":false,"messageTitle":"Refactor code based on peer reviews","messageBody":"Abstract commands from inputParser, add header comments for classes\nmethods and add a few more tests.\n","tags":["V1.4"],"fileTypesAndContributionMap":{"java":{"insertions":629,"deletions":193}}}]}]},"authorFileTypeContributionMap":{"Sasmik23":{"java":1246,"md":79,"fxml":0,"sh":0,"bat":1,"gradle":19,"txt":7}},"authorContributionVariance":{"Sasmik23":19387.318},"authorDisplayNameMap":{"Sasmik23":"CS2103T-W13-3 MIKH..NAND"}} diff --git a/archive.zip b/archive.zip index 3fc3e30d..fe6336f1 100644 Binary files a/archive.zip and b/archive.zip differ diff --git a/reposense-logs/reposense.log.0 b/reposense-logs/reposense.log.0 index 79aea056..ccdb5033 100644 --- a/reposense-logs/reposense.log.0 +++ b/reposense-logs/reposense.log.0 @@ -1,70 +1,70 @@ -Oct 22, 2023 1:19:42 AM reposense.system.LogsManager addFileHandler +Oct 23, 2023 1:14:22 AM reposense.system.LogsManager addFileHandler INFO: Log temp folder has been successfully created -Oct 22, 2023 1:19:42 AM reposense.parser.CsvParser validateHeader +Oct 23, 2023 1:14:22 AM reposense.parser.CsvParser validateHeader INFO: Parsed header of CSV file, repo-config.csv, and recognized columns: Ignore Standalone Config, Repository's Location, Branch, Shallow Cloning, File formats, Ignore Glob List, Ignore Authors List, Find Previous Authors, Ignore Commits List -Oct 22, 2023 1:19:43 AM reposense.parser.CsvParser validateHeader +Oct 23, 2023 1:14:23 AM reposense.parser.CsvParser validateHeader INFO: Parsed header of CSV file, author-config.csv, and recognized columns: Author's Emails, Repository's Location, Author's GitHub ID, Branch, Author's Display Name, Ignore Glob List, Author's Git Author Name -Oct 22, 2023 1:19:43 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Oct 23, 2023 1:14:23 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias scarletblanks found. The alias will belong to the last author - ScarletBlanks -Oct 22, 2023 1:19:43 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Oct 23, 2023 1:14:23 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias kb-tay found. The alias will belong to the last author - Kb-Tay -Oct 22, 2023 1:19:43 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Oct 23, 2023 1:14:23 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias ryam found. The alias will belong to the last author - ryamgoh -Oct 22, 2023 1:19:43 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Oct 23, 2023 1:14:23 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jason found. The alias will belong to the last author - jason-raiin -Oct 22, 2023 1:19:43 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Oct 23, 2023 1:14:23 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias h1410101 found. The alias will belong to the last author - H1410101 -Oct 22, 2023 1:19:43 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Oct 23, 2023 1:14:23 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias shashahchk found. The alias will belong to the last author - shashahchk -Oct 22, 2023 1:19:43 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Oct 23, 2023 1:14:23 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias yucongkoo found. The alias will belong to the last author - yucongkoo -Oct 22, 2023 1:19:43 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Oct 23, 2023 1:14:23 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias kokseng1 found. The alias will belong to the last author - Kokseng1 -Oct 22, 2023 1:19:43 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Oct 23, 2023 1:14:23 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias vanessamae23 found. The alias will belong to the last author - Vanessamae23 -Oct 22, 2023 1:19:43 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Oct 23, 2023 1:14:23 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias singa-pirate found. The alias will belong to the last author - Singa-pirate -Oct 22, 2023 1:19:43 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Oct 23, 2023 1:14:23 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias kurt found. The alias will belong to the last author - Kurtyjlee -Oct 22, 2023 1:19:43 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Oct 23, 2023 1:14:23 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias nicholastng010601 found. The alias will belong to the last author - nicholastng010601 -Oct 22, 2023 1:19:43 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Oct 23, 2023 1:14:23 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias weiennn found. The alias will belong to the last author - Weiennn -Oct 22, 2023 1:19:43 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Oct 23, 2023 1:14:23 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias inez kok found. The alias will belong to the last author - inezkok -Oct 22, 2023 1:19:43 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Oct 23, 2023 1:14:23 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias adammangzijun found. The alias will belong to the last author - adammangzijun -Oct 22, 2023 1:19:43 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Oct 23, 2023 1:14:23 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias scarletblanks found. The alias will belong to the last author - ScarletBlanks -Oct 22, 2023 1:19:43 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Oct 23, 2023 1:14:23 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias kb-tay found. The alias will belong to the last author - Kb-Tay -Oct 22, 2023 1:19:43 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Oct 23, 2023 1:14:23 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias ryam found. The alias will belong to the last author - ryamgoh -Oct 22, 2023 1:19:43 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Oct 23, 2023 1:14:23 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias jason found. The alias will belong to the last author - jason-raiin -Oct 22, 2023 1:19:43 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Oct 23, 2023 1:14:23 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias h1410101 found. The alias will belong to the last author - H1410101 -Oct 22, 2023 1:19:43 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Oct 23, 2023 1:14:23 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias shashahchk found. The alias will belong to the last author - shashahchk -Oct 22, 2023 1:19:43 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Oct 23, 2023 1:14:23 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias yucongkoo found. The alias will belong to the last author - yucongkoo -Oct 22, 2023 1:19:43 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Oct 23, 2023 1:14:23 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias kokseng1 found. The alias will belong to the last author - Kokseng1 -Oct 22, 2023 1:19:43 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Oct 23, 2023 1:14:23 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias vanessamae23 found. The alias will belong to the last author - Vanessamae23 -Oct 22, 2023 1:19:43 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Oct 23, 2023 1:14:23 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias singa-pirate found. The alias will belong to the last author - Singa-pirate -Oct 22, 2023 1:19:43 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Oct 23, 2023 1:14:23 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias kurt found. The alias will belong to the last author - Kurtyjlee -Oct 22, 2023 1:19:43 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Oct 23, 2023 1:14:23 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias nicholastng010601 found. The alias will belong to the last author - nicholastng010601 -Oct 22, 2023 1:19:43 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Oct 23, 2023 1:14:23 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias weiennn found. The alias will belong to the last author - Weiennn -Oct 22, 2023 1:19:43 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Oct 23, 2023 1:14:23 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias inez kok found. The alias will belong to the last author - inezkok -Oct 22, 2023 1:19:43 AM reposense.model.AuthorConfiguration checkDuplicateAliases +Oct 23, 2023 1:14:23 AM reposense.model.AuthorConfiguration checkDuplicateAliases WARNING: Duplicate alias adammangzijun found. The alias will belong to the last author - adammangzijun -Oct 22, 2023 1:19:43 AM reposense.git.GitConfig getGlobalGitLfsConfig +Oct 23, 2023 1:14:23 AM reposense.git.GitConfig getGlobalGitLfsConfig WARNING: Could not get global git lfs config java.lang.RuntimeException: reposense.system.CommandRunnerProcessException: Error returned from command git config --global --list on path . : fatal: unable to read config file '/home/runner/.gitconfig': No such file or directory @@ -80,8611 +80,8611 @@ fatal: unable to read config file '/home/runner/.gitconfig': No such file or dir at reposense.system.CommandRunner.runCommand(CommandRunner.java:21) ... 3 more -Oct 22, 2023 1:19:43 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:23 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/siqirua/ip.git... -Oct 22, 2023 1:19:43 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/thaddeusong/ip.git... -Oct 22, 2023 1:19:43 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:23 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/CJ-Lee01/ip.git... -Oct 22, 2023 1:19:43 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:23 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/emzm2023/ip.git... -Oct 22, 2023 1:19:43 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/CJ-Lee01/ip.git to complete... -Oct 22, 2023 1:19:43 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:23 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/thaddeusong/ip.git... +Oct 23, 2023 1:14:23 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/siqirua/ip.git to complete... +Oct 23, 2023 1:14:23 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/thaddeusong/ip.git to complete... -Oct 22, 2023 1:19:43 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:23 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/CJ-Lee01/ip.git to complete... +Oct 23, 2023 1:14:23 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/emzm2023/ip.git to complete... -Oct 22, 2023 1:19:43 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/siqirua/ip.git to complete... -Oct 22, 2023 1:19:44 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/emzm2023/ip.git completed! -Oct 22, 2023 1:19:44 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/thaddeusong/ip.git completed! -Oct 22, 2023 1:19:44 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/CJ-Lee01/ip.git completed! -Oct 22, 2023 1:19:44 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:24 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/siqirua/ip.git completed! -Oct 22, 2023 1:19:44 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:24 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/tanteckfang/ip.git... -Oct 22, 2023 1:19:44 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:24 AM reposense.report.ReportGenerator analyzeRepos +INFO: [1/478] Analyzing https://github.com/siqirua/ip.git (master)... +Oct 23, 2023 1:14:24 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/tanteckfang/ip.git to complete... +Oct 23, 2023 1:14:24 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/thaddeusong/ip.git completed! +Oct 23, 2023 1:14:24 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/emzm2023/ip.git completed! +Oct 23, 2023 1:14:24 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/ph-nathan/ip.git... -Oct 22, 2023 1:19:44 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:24 AM reposense.report.ReportGenerator analyzeRepos +INFO: [2/478] Analyzing https://github.com/thaddeusong/ip.git (master)... +Oct 23, 2023 1:14:24 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/siqirua/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:14:24 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/butteredyakiimo/ip.git... -Oct 22, 2023 1:19:44 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/ph-nathan/ip.git to complete... -Oct 22, 2023 1:19:44 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/tanteckfang/ip.git to complete... -Oct 22, 2023 1:19:44 AM reposense.report.ReportGenerator analyzeRepos -INFO: [1/478] Analyzing https://github.com/emzm2023/ip.git (master)... -Oct 22, 2023 1:19:44 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/yuxunn/ip.git... -Oct 22, 2023 1:19:44 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:24 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/CJ-Lee01/ip.git completed! +Oct 23, 2023 1:14:24 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/siqirua/ip.git (master)... +Oct 23, 2023 1:14:24 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/butteredyakiimo/ip.git to complete... -Oct 22, 2023 1:19:44 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:24 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/yuxunn/ip.git... +Oct 23, 2023 1:14:24 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/ph-nathan/ip.git to complete... +Oct 23, 2023 1:14:24 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/yuxunn/ip.git to complete... -Oct 22, 2023 1:19:44 AM reposense.report.ReportGenerator analyzeRepos -INFO: [2/478] Analyzing https://github.com/thaddeusong/ip.git (master)... -Oct 22, 2023 1:19:44 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/emzm2023/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:19:44 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/emzm2023/ip.git (master)... -Oct 22, 2023 1:19:44 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:14:24 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/thaddeusong/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:19:44 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:14:24 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/thaddeusong/ip.git (master)... -Oct 22, 2023 1:19:44 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:24 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/tanteckfang/ip.git completed! -Oct 22, 2023 1:19:44 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:24 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/RB9823/ip.git... -Oct 22, 2023 1:19:44 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/yuxunn/ip.git completed! -Oct 22, 2023 1:19:44 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/RB9823/ip.git to complete... -Oct 22, 2023 1:19:44 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:24 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/butteredyakiimo/ip.git completed! -Oct 22, 2023 1:19:44 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:24 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/ph-nathan/ip.git completed! -Oct 22, 2023 1:19:44 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:24 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/RB9823/ip.git to complete... +Oct 23, 2023 1:14:24 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/TyrusLye/ip.git... -Oct 22, 2023 1:19:44 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:24 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/cxo05/ip.git... -Oct 22, 2023 1:19:44 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/shyanyong/ip.git... -Oct 22, 2023 1:19:44 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/cxo05/ip.git to complete... -Oct 22, 2023 1:19:44 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:24 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/TyrusLye/ip.git to complete... -Oct 22, 2023 1:19:44 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:24 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/cxo05/ip.git to complete... +Oct 23, 2023 1:14:24 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/yuxunn/ip.git completed! +Oct 23, 2023 1:14:24 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/shyanyong/ip.git... +Oct 23, 2023 1:14:24 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/shyanyong/ip.git to complete... -Oct 22, 2023 1:19:44 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/RB9823/ip.git completed! -Oct 22, 2023 1:19:44 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:25 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/cxo05/ip.git completed! +Oct 23, 2023 1:14:25 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/howenc/ip.git... -Oct 22, 2023 1:19:45 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/howenc/ip.git to complete... -Oct 22, 2023 1:19:45 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/shyanyong/ip.git completed! -Oct 22, 2023 1:19:45 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/Kurtyjlee/ip.git... -Oct 22, 2023 1:19:45 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:25 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/TyrusLye/ip.git completed! -Oct 22, 2023 1:19:45 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/Kurtyjlee/ip.git to complete... -Oct 22, 2023 1:19:45 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:25 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/RB9823/ip.git completed! +Oct 23, 2023 1:14:25 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/Kurtyjlee/ip.git... +Oct 23, 2023 1:14:25 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/shyanyong/ip.git completed! +Oct 23, 2023 1:14:25 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/howenc/ip.git to complete... +Oct 23, 2023 1:14:25 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/josepholim/ip.git... -Oct 22, 2023 1:19:45 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/cxo05/ip.git completed! -Oct 22, 2023 1:19:45 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:25 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/josepholim/ip.git to complete... -Oct 22, 2023 1:19:45 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:25 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/geoffong11/ip.git... -Oct 22, 2023 1:19:45 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:25 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/Kurtyjlee/ip.git to complete... +Oct 23, 2023 1:14:25 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/geoffong11/ip.git to complete... -Oct 22, 2023 1:19:45 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:25 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/howenc/ip.git completed! -Oct 22, 2023 1:19:45 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:25 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/jianrong7/ip.git... -Oct 22, 2023 1:19:45 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/Kurtyjlee/ip.git completed! -Oct 22, 2023 1:19:45 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:25 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/jianrong7/ip.git to complete... -Oct 22, 2023 1:19:45 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/A1WAYSD/ip.git... -Oct 22, 2023 1:19:45 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/A1WAYSD/ip.git to complete... -Oct 22, 2023 1:19:45 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:25 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/thaddeusong/ip.git (master)... +Oct 23, 2023 1:14:25 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/josepholim/ip.git completed! -Oct 22, 2023 1:19:45 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:25 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/Kurtyjlee/ip.git completed! +Oct 23, 2023 1:14:25 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/geoffong11/ip.git completed! -Oct 22, 2023 1:19:45 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:25 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/A1WAYSD/ip.git... +Oct 23, 2023 1:14:25 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/NgChunMan/ip.git... -Oct 22, 2023 1:19:45 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:25 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/limjunxian1/ip.git... -Oct 22, 2023 1:19:45 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:25 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/A1WAYSD/ip.git to complete... +Oct 23, 2023 1:14:25 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/NgChunMan/ip.git to complete... -Oct 22, 2023 1:19:45 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/emzm2023/ip.git (master)... -Oct 22, 2023 1:19:45 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/limjunxian1/ip.git to complete... -Oct 22, 2023 1:19:45 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/thaddeusong/ip.git (master)... -Oct 22, 2023 1:19:45 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/emzm2023/ip.git (master)... -Oct 22, 2023 1:19:45 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:14:25 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/thaddeusong/ip.git (master)... -Oct 22, 2023 1:19:46 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:25 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/limjunxian1/ip.git to complete... +Oct 23, 2023 1:14:26 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/siqirua/ip.git (master)... +Oct 23, 2023 1:14:26 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/siqirua/ip.git (master)... +Oct 23, 2023 1:14:26 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/thaddeusong/ip.git (master) completed! +Oct 23, 2023 1:14:26 AM reposense.report.ReportGenerator analyzeRepos +INFO: [3/478] Analyzing https://github.com/emzm2023/ip.git (master)... +Oct 23, 2023 1:14:26 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/jianrong7/ip.git completed! -Oct 22, 2023 1:19:46 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:26 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/jack1e0/ip.git... -Oct 22, 2023 1:19:46 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:26 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/jack1e0/ip.git to complete... -Oct 22, 2023 1:19:46 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/emzm2023/ip.git (master) completed! -Oct 22, 2023 1:19:46 AM reposense.report.ReportGenerator analyzeRepos -INFO: [3/478] Analyzing https://github.com/siqirua/ip.git (master)... -Oct 22, 2023 1:19:46 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/A1WAYSD/ip.git completed! -Oct 22, 2023 1:19:46 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/thaddeusong/ip.git (master) completed! -Oct 22, 2023 1:19:46 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:26 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/emzm2023/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:14:26 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/emzm2023/ip.git (master)... +Oct 23, 2023 1:14:26 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/NgChunMan/ip.git completed! +Oct 23, 2023 1:14:26 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/siqirua/ip.git (master) completed! +Oct 23, 2023 1:14:26 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/hjoneweek/ip.git... -Oct 22, 2023 1:19:46 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:14:26 AM reposense.report.ReportGenerator analyzeRepos INFO: [4/478] Analyzing https://github.com/CJ-Lee01/ip.git (master)... -Oct 22, 2023 1:19:46 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:26 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/hjoneweek/ip.git to complete... +Oct 23, 2023 1:14:26 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/A1WAYSD/ip.git completed! +Oct 23, 2023 1:14:26 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/limjunxian1/ip.git completed! -Oct 22, 2023 1:19:46 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/NgChunMan/ip.git completed! -Oct 22, 2023 1:19:46 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:26 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/dishenggg/ip.git... -Oct 22, 2023 1:19:46 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/siqirua/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:19:46 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/siqirua/ip.git (master)... -Oct 22, 2023 1:19:46 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/hjoneweek/ip.git to complete... -Oct 22, 2023 1:19:46 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/dishenggg/ip.git to complete... -Oct 22, 2023 1:19:46 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:26 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/zhyuhan/ip.git... -Oct 22, 2023 1:19:46 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:26 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/dishenggg/ip.git to complete... +Oct 23, 2023 1:14:26 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/zhyuhan/ip.git to complete... -Oct 22, 2023 1:19:46 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:14:26 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/CJ-Lee01/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:19:46 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:14:26 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/CJ-Lee01/ip.git (master)... -Oct 22, 2023 1:19:46 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:26 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/jack1e0/ip.git completed! -Oct 22, 2023 1:19:46 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/hjoneweek/ip.git completed! -Oct 22, 2023 1:19:46 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:26 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/Dioclei/ip.git... -Oct 22, 2023 1:19:46 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/Daphne789/ip.git... -Oct 22, 2023 1:19:46 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:26 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/hjoneweek/ip.git completed! +Oct 23, 2023 1:14:26 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/Dioclei/ip.git to complete... -Oct 22, 2023 1:19:46 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/Daphne789/ip.git to complete... -Oct 22, 2023 1:19:46 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/dishenggg/ip.git completed! -Oct 22, 2023 1:19:46 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/WinstonLeonard/ip.git... -Oct 22, 2023 1:19:46 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:26 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/Daphne789/ip.git... +Oct 23, 2023 1:14:26 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/zhyuhan/ip.git completed! -Oct 22, 2023 1:19:46 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:26 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/WinstonLeonard/ip.git... +Oct 23, 2023 1:14:26 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/Daphne789/ip.git to complete... +Oct 23, 2023 1:14:26 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/WinstonLeonard/ip.git to complete... -Oct 22, 2023 1:19:46 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:26 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/dishenggg/ip.git completed! +Oct 23, 2023 1:14:26 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/peiran18/ip.git... -Oct 22, 2023 1:19:46 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:26 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/peiran18/ip.git to complete... -Oct 22, 2023 1:19:47 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/Dioclei/ip.git completed! -Oct 22, 2023 1:19:47 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:27 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/Daphne789/ip.git completed! -Oct 22, 2023 1:19:47 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:27 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/Dioclei/ip.git completed! +Oct 23, 2023 1:14:27 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/AriellaCallista/ip.git... -Oct 22, 2023 1:19:47 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:27 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/migfoo02/ip.git... -Oct 22, 2023 1:19:47 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/AriellaCallista/ip.git to complete... -Oct 22, 2023 1:19:47 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:27 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/migfoo02/ip.git to complete... -Oct 22, 2023 1:19:47 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:27 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/peiran18/ip.git completed! -Oct 22, 2023 1:19:47 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:27 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/AriellaCallista/ip.git to complete... +Oct 23, 2023 1:14:27 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/emzm2023/ip.git (master)... +Oct 23, 2023 1:14:27 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/WinstonLeonard/ip.git completed! -Oct 22, 2023 1:19:47 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:27 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/Jonyxzx/ip.git... -Oct 22, 2023 1:19:47 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:27 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/SynapseProgramming/ip.git... -Oct 22, 2023 1:19:47 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:27 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/Jonyxzx/ip.git to complete... -Oct 22, 2023 1:19:47 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:27 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/emzm2023/ip.git (master)... +Oct 23, 2023 1:14:27 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/SynapseProgramming/ip.git to complete... -Oct 22, 2023 1:19:47 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:27 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/emzm2023/ip.git (master) completed! +Oct 23, 2023 1:14:27 AM reposense.report.ReportGenerator analyzeRepos +INFO: [5/478] Analyzing https://github.com/tanteckfang/ip.git (master)... +Oct 23, 2023 1:14:27 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/CJ-Lee01/ip.git (master)... +Oct 23, 2023 1:14:27 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/tanteckfang/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:14:27 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/tanteckfang/ip.git (master)... +Oct 23, 2023 1:14:27 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/CJ-Lee01/ip.git (master)... +Oct 23, 2023 1:14:27 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/CJ-Lee01/ip.git (master) completed! +Oct 23, 2023 1:14:27 AM reposense.report.ReportGenerator analyzeRepos +INFO: [6/478] Analyzing https://github.com/butteredyakiimo/ip.git (master)... +Oct 23, 2023 1:14:27 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/migfoo02/ip.git completed! -Oct 22, 2023 1:19:47 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:27 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/Darren159/ip.git... -Oct 22, 2023 1:19:47 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/Darren159/ip.git to complete... -Oct 22, 2023 1:19:47 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:27 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/butteredyakiimo/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:14:27 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/butteredyakiimo/ip.git (master)... +Oct 23, 2023 1:14:27 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/AriellaCallista/ip.git completed! +Oct 23, 2023 1:14:27 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/Jonyxzx/ip.git completed! -Oct 22, 2023 1:19:47 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:27 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/Darren159/ip.git to complete... +Oct 23, 2023 1:14:27 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/imkwokyong/ip.git... -Oct 22, 2023 1:19:47 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/SynapseProgramming/ip.git completed! -Oct 22, 2023 1:19:47 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/AriellaCallista/ip.git completed! -Oct 22, 2023 1:19:47 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:27 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/imkwokyong/ip.git to complete... +Oct 23, 2023 1:14:27 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/joeng03/ip.git... -Oct 22, 2023 1:19:47 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:27 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/SynapseProgramming/ip.git completed! +Oct 23, 2023 1:14:27 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/joeng03/ip.git to complete... +Oct 23, 2023 1:14:28 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/vijay-shankaranand/ip.git... -Oct 22, 2023 1:19:47 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/imkwokyong/ip.git to complete... -Oct 22, 2023 1:19:47 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:28 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/vijay-shankaranand/ip.git to complete... -Oct 22, 2023 1:19:47 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/joeng03/ip.git to complete... -Oct 22, 2023 1:19:47 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/CJ-Lee01/ip.git (master)... -Oct 22, 2023 1:19:47 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/CJ-Lee01/ip.git (master)... -Oct 22, 2023 1:19:47 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/CJ-Lee01/ip.git (master) completed! -Oct 22, 2023 1:19:47 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/siqirua/ip.git (master)... -Oct 22, 2023 1:19:47 AM reposense.report.ReportGenerator analyzeRepos -INFO: [5/478] Analyzing https://github.com/tanteckfang/ip.git (master)... -Oct 22, 2023 1:19:47 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:28 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/Darren159/ip.git completed! -Oct 22, 2023 1:19:47 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:28 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/SelwynAng/ip.git... -Oct 22, 2023 1:19:48 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:28 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/SelwynAng/ip.git to complete... -Oct 22, 2023 1:19:48 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/siqirua/ip.git (master)... -Oct 22, 2023 1:19:48 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/tanteckfang/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:19:48 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/tanteckfang/ip.git (master)... -Oct 22, 2023 1:19:48 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/imkwokyong/ip.git completed! -Oct 22, 2023 1:19:48 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:28 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/vijay-shankaranand/ip.git completed! -Oct 22, 2023 1:19:48 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/siqirua/ip.git (master) completed! -Oct 22, 2023 1:19:48 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/jeffrey-jian/ip.git... -Oct 22, 2023 1:19:48 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:28 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/joeng03/ip.git completed! -Oct 22, 2023 1:19:48 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:28 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/imkwokyong/ip.git completed! +Oct 23, 2023 1:14:28 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/jeffrey-jian/ip.git... +Oct 23, 2023 1:14:28 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/tanyyyming/ip.git... -Oct 22, 2023 1:19:48 AM reposense.report.ReportGenerator analyzeRepos -INFO: [6/478] Analyzing https://github.com/yuxunn/ip.git (master)... -Oct 22, 2023 1:19:48 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/jeffrey-jian/ip.git to complete... -Oct 22, 2023 1:19:48 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/tanyyyming/ip.git to complete... -Oct 22, 2023 1:19:48 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:28 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/JCSnap/ip.git... -Oct 22, 2023 1:19:48 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:28 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/tanyyyming/ip.git to complete... +Oct 23, 2023 1:14:28 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/jeffrey-jian/ip.git to complete... +Oct 23, 2023 1:14:28 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/JCSnap/ip.git to complete... -Oct 22, 2023 1:19:48 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/yuxunn/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:19:48 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/yuxunn/ip.git (master)... -Oct 22, 2023 1:19:48 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:28 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/SelwynAng/ip.git completed! -Oct 22, 2023 1:19:48 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:28 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/AprupKale/ip.git... -Oct 22, 2023 1:19:48 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:28 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/jeffrey-jian/ip.git completed! +Oct 23, 2023 1:14:28 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/AprupKale/ip.git to complete... -Oct 22, 2023 1:19:48 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/JCSnap/ip.git completed! -Oct 22, 2023 1:19:48 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:28 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/tanteckfang/ip.git (master)... +Oct 23, 2023 1:14:28 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/tanyyyming/ip.git completed! -Oct 22, 2023 1:19:48 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/jeffrey-jian/ip.git completed! -Oct 22, 2023 1:19:48 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:28 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/JCSnap/ip.git completed! +Oct 23, 2023 1:14:28 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/woojiahao/ip.git... -Oct 22, 2023 1:19:48 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:29 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/PetrichorPrecipice/ip.git... -Oct 22, 2023 1:19:48 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:29 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/woojiahao/ip.git to complete... -Oct 22, 2023 1:19:48 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:29 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/syamfarh/ip.git... -Oct 22, 2023 1:19:48 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:29 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/PetrichorPrecipice/ip.git to complete... -Oct 22, 2023 1:19:48 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:29 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/tanteckfang/ip.git (master)... +Oct 23, 2023 1:14:29 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/syamfarh/ip.git to complete... -Oct 22, 2023 1:19:48 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:29 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/tanteckfang/ip.git (master) completed! +Oct 23, 2023 1:14:29 AM reposense.report.ReportGenerator analyzeRepos +INFO: [7/478] Analyzing https://github.com/ph-nathan/ip.git (master)... +Oct 23, 2023 1:14:29 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/butteredyakiimo/ip.git (master)... +Oct 23, 2023 1:14:29 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/ph-nathan/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:14:29 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/ph-nathan/ip.git (master)... +Oct 23, 2023 1:14:29 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/AprupKale/ip.git completed! -Oct 22, 2023 1:19:48 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:29 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/D-Limiter/ip.git... -Oct 22, 2023 1:19:48 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:29 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/butteredyakiimo/ip.git (master)... +Oct 23, 2023 1:14:29 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/D-Limiter/ip.git to complete... -Oct 22, 2023 1:19:49 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:29 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/butteredyakiimo/ip.git (master) completed! +Oct 23, 2023 1:14:29 AM reposense.report.ReportGenerator analyzeRepos +INFO: [8/478] Analyzing https://github.com/yuxunn/ip.git (master)... +Oct 23, 2023 1:14:29 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/yuxunn/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:14:29 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/yuxunn/ip.git (master)... +Oct 23, 2023 1:14:29 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/syamfarh/ip.git completed! -Oct 22, 2023 1:19:49 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:29 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/coderhuang559/ip.git... -Oct 22, 2023 1:19:49 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/yuxunn/ip.git (master)... -Oct 22, 2023 1:19:49 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:29 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/coderhuang559/ip.git to complete... -Oct 22, 2023 1:19:49 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/yuxunn/ip.git (master)... -Oct 22, 2023 1:19:49 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:29 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/woojiahao/ip.git completed! +Oct 23, 2023 1:14:29 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/PetrichorPrecipice/ip.git completed! -Oct 22, 2023 1:19:49 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/yuxunn/ip.git (master) completed! -Oct 22, 2023 1:19:49 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:29 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/LINCHENYU2030S/ip.git... -Oct 22, 2023 1:19:49 AM reposense.report.ReportGenerator analyzeRepos -INFO: [7/478] Analyzing https://github.com/ph-nathan/ip.git (master)... -Oct 22, 2023 1:19:49 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/woojiahao/ip.git completed! -Oct 22, 2023 1:19:49 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:29 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/LINCHENYU2030S/ip.git to complete... -Oct 22, 2023 1:19:49 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:29 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/pra-navi/ip.git... -Oct 22, 2023 1:19:49 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/ph-nathan/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:19:49 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/ph-nathan/ip.git (master)... -Oct 22, 2023 1:19:49 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:29 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/pra-navi/ip.git to complete... -Oct 22, 2023 1:19:49 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/tanteckfang/ip.git (master)... -Oct 22, 2023 1:19:49 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:29 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/D-Limiter/ip.git completed! -Oct 22, 2023 1:19:49 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:29 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/phiphi-tan/ip.git... -Oct 22, 2023 1:19:49 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/tanteckfang/ip.git (master)... -Oct 22, 2023 1:19:49 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:29 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/phiphi-tan/ip.git to complete... -Oct 22, 2023 1:19:49 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/tanteckfang/ip.git (master) completed! -Oct 22, 2023 1:19:49 AM reposense.report.ReportGenerator analyzeRepos -INFO: [8/478] Analyzing https://github.com/butteredyakiimo/ip.git (master)... -Oct 22, 2023 1:19:49 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/butteredyakiimo/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:19:49 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/butteredyakiimo/ip.git (master)... -Oct 22, 2023 1:19:49 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:29 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/LINCHENYU2030S/ip.git completed! -Oct 22, 2023 1:19:49 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:30 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/ktzy0305/ip.git... -Oct 22, 2023 1:19:49 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:30 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/yuxunn/ip.git (master)... +Oct 23, 2023 1:14:30 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/pra-navi/ip.git completed! -Oct 22, 2023 1:19:49 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/coderhuang559/ip.git completed! -Oct 22, 2023 1:19:49 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:30 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/ktzy0305/ip.git to complete... -Oct 22, 2023 1:19:49 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:30 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/coderhuang559/ip.git completed! +Oct 23, 2023 1:14:30 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/LordSaumya/ip.git... -Oct 22, 2023 1:19:49 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:30 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/Chen1x/ip.git... -Oct 22, 2023 1:19:49 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/Chen1x/ip.git to complete... -Oct 22, 2023 1:19:49 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:30 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/yuxunn/ip.git (master)... +Oct 23, 2023 1:14:30 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/LordSaumya/ip.git to complete... -Oct 22, 2023 1:19:50 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:30 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/Chen1x/ip.git to complete... +Oct 23, 2023 1:14:30 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/yuxunn/ip.git (master) completed! +Oct 23, 2023 1:14:30 AM reposense.report.ReportGenerator analyzeRepos +INFO: [9/478] Analyzing https://github.com/cxo05/ip.git (master)... +Oct 23, 2023 1:14:30 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/ph-nathan/ip.git (master)... +Oct 23, 2023 1:14:30 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/phiphi-tan/ip.git completed! -Oct 22, 2023 1:19:50 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:30 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/yanghengtang/ip.git... -Oct 22, 2023 1:19:50 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:30 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/cxo05/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:14:30 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/cxo05/ip.git (master)... +Oct 23, 2023 1:14:30 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/yanghengtang/ip.git to complete... -Oct 22, 2023 1:19:50 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/ph-nathan/ip.git (master)... -Oct 22, 2023 1:19:50 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/Chen1x/ip.git completed! -Oct 22, 2023 1:19:50 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:14:30 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/ph-nathan/ip.git (master)... -Oct 22, 2023 1:19:50 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:14:30 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/ph-nathan/ip.git (master) completed! -Oct 22, 2023 1:19:50 AM reposense.report.ReportGenerator analyzeRepos -INFO: [9/478] Analyzing https://github.com/RB9823/ip.git (master)... -Oct 22, 2023 1:19:50 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/johnnythesnake12/ip.git... -Oct 22, 2023 1:19:50 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:30 AM reposense.report.ReportGenerator analyzeRepos +INFO: [10/478] Analyzing https://github.com/TyrusLye/ip.git (master)... +Oct 23, 2023 1:14:30 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/ktzy0305/ip.git completed! -Oct 22, 2023 1:19:50 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:30 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/LordSaumya/ip.git completed! -Oct 22, 2023 1:19:50 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/johnnythesnake12/ip.git to complete... -Oct 22, 2023 1:19:50 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:30 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/johnnythesnake12/ip.git... +Oct 23, 2023 1:14:30 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/oeggy03/ip.git... -Oct 22, 2023 1:19:50 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/RB9823/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:19:50 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/RB9823/ip.git (master)... -Oct 22, 2023 1:19:50 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:30 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/TyrusLye/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:14:30 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/TyrusLye/ip.git (master)... +Oct 23, 2023 1:14:30 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/johnnythesnake12/ip.git to complete... +Oct 23, 2023 1:14:30 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/oeggy03/ip.git to complete... +Oct 23, 2023 1:14:30 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/Chen1x/ip.git completed! +Oct 23, 2023 1:14:30 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/p-xp/ip.git... -Oct 22, 2023 1:19:50 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:30 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/p-xp/ip.git to complete... -Oct 22, 2023 1:19:50 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/oeggy03/ip.git to complete... -Oct 22, 2023 1:19:50 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:30 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/yanghengtang/ip.git completed! -Oct 22, 2023 1:19:50 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:30 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/matochichap/ip.git... -Oct 22, 2023 1:19:50 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:30 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/matochichap/ip.git to complete... -Oct 22, 2023 1:19:50 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/p-xp/ip.git completed! -Oct 22, 2023 1:19:50 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:30 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/johnnythesnake12/ip.git completed! +Oct 23, 2023 1:14:30 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/applepiofmyeye/ip.git... -Oct 22, 2023 1:19:50 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:30 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/applepiofmyeye/ip.git to complete... -Oct 22, 2023 1:19:50 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:30 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/oeggy03/ip.git completed! -Oct 22, 2023 1:19:50 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/johnnythesnake12/ip.git completed! -Oct 22, 2023 1:19:50 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:30 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/TiwKangXu/ip.git... -Oct 22, 2023 1:19:50 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:31 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/p-xp/ip.git completed! +Oct 23, 2023 1:14:31 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/TiwKangXu/ip.git to complete... -Oct 22, 2023 1:19:50 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:31 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/ScarletBlanks/ip.git... -Oct 22, 2023 1:19:50 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/matochichap/ip.git completed! -Oct 22, 2023 1:19:50 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:31 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/ScarletBlanks/ip.git to complete... -Oct 22, 2023 1:19:50 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:31 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/TyrusLye/ip.git (master)... +Oct 23, 2023 1:14:31 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/TyrusLye/ip.git (master)... +Oct 23, 2023 1:14:31 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/TyrusLye/ip.git (master) completed! +Oct 23, 2023 1:14:31 AM reposense.report.ReportGenerator analyzeRepos +INFO: [11/478] Analyzing https://github.com/RB9823/ip.git (master)... +Oct 23, 2023 1:14:31 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/matochichap/ip.git completed! +Oct 23, 2023 1:14:31 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/RB9823/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:14:31 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/RB9823/ip.git (master)... +Oct 23, 2023 1:14:31 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/chiayunrong/ip.git... -Oct 22, 2023 1:19:50 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:31 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/chiayunrong/ip.git to complete... -Oct 22, 2023 1:19:51 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/butteredyakiimo/ip.git (master)... -Oct 22, 2023 1:19:51 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:31 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/ScarletBlanks/ip.git completed! -Oct 22, 2023 1:19:51 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/devanshubisht/ip.git... -Oct 22, 2023 1:19:51 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:31 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/TiwKangXu/ip.git completed! -Oct 22, 2023 1:19:51 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/devanshubisht/ip.git to complete... -Oct 22, 2023 1:19:51 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:31 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/devanshubisht/ip.git... +Oct 23, 2023 1:14:31 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/jx124/ip.git... -Oct 22, 2023 1:19:51 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:31 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/devanshubisht/ip.git to complete... +Oct 23, 2023 1:14:31 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/jx124/ip.git to complete... -Oct 22, 2023 1:19:51 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:31 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/cxo05/ip.git (master)... +Oct 23, 2023 1:14:31 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/cxo05/ip.git (master)... +Oct 23, 2023 1:14:31 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/chiayunrong/ip.git completed! -Oct 22, 2023 1:19:51 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/butteredyakiimo/ip.git (master)... -Oct 22, 2023 1:19:51 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:31 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/cxo05/ip.git (master) completed! +Oct 23, 2023 1:14:31 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/Clin-lyx/ip.git... -Oct 22, 2023 1:19:51 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:31 AM reposense.report.ReportGenerator analyzeRepos +INFO: [12/478] Analyzing https://github.com/shyanyong/ip.git (master)... +Oct 23, 2023 1:14:31 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/Clin-lyx/ip.git to complete... -Oct 22, 2023 1:19:51 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/butteredyakiimo/ip.git (master) completed! -Oct 22, 2023 1:19:51 AM reposense.report.ReportGenerator analyzeRepos -INFO: [10/478] Analyzing https://github.com/shyanyong/ip.git (master)... -Oct 22, 2023 1:19:51 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:14:31 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/shyanyong/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:19:51 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:14:31 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/shyanyong/ip.git (master)... -Oct 22, 2023 1:19:51 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/RB9823/ip.git (master)... -Oct 22, 2023 1:19:51 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:31 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/devanshubisht/ip.git completed! -Oct 22, 2023 1:19:51 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/RB9823/ip.git (master)... -Oct 22, 2023 1:19:51 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/jx124/ip.git completed! -Oct 22, 2023 1:19:51 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:31 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/AryanG01/ip.git... -Oct 22, 2023 1:19:51 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/RB9823/ip.git (master) completed! -Oct 22, 2023 1:19:51 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:31 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/AryanG01/ip.git to complete... -Oct 22, 2023 1:19:51 AM reposense.report.ReportGenerator analyzeRepos -INFO: [11/478] Analyzing https://github.com/TyrusLye/ip.git (master)... -Oct 22, 2023 1:19:51 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:31 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/jx124/ip.git completed! +Oct 23, 2023 1:14:32 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/kayabuttertoastt/ip.git... -Oct 22, 2023 1:19:51 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:32 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/kayabuttertoastt/ip.git to complete... -Oct 22, 2023 1:19:51 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/TyrusLye/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:19:51 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/TyrusLye/ip.git (master)... -Oct 22, 2023 1:19:51 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:32 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/Clin-lyx/ip.git completed! -Oct 22, 2023 1:19:51 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/sheryew/ip.git... -Oct 22, 2023 1:19:52 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/sheryew/ip.git to complete... -Oct 22, 2023 1:19:52 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:32 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/AryanG01/ip.git completed! -Oct 22, 2023 1:19:52 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:32 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/sheryew/ip.git... +Oct 23, 2023 1:14:32 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/jonasongg/ip.git... -Oct 22, 2023 1:19:52 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:32 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/sheryew/ip.git to complete... +Oct 23, 2023 1:14:32 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/jonasongg/ip.git to complete... -Oct 22, 2023 1:19:52 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:32 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/kayabuttertoastt/ip.git completed! -Oct 22, 2023 1:19:52 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:32 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/yiwen101/ip.git... -Oct 22, 2023 1:19:52 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:32 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/yiwen101/ip.git to complete... -Oct 22, 2023 1:19:52 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/shyanyong/ip.git (master)... -Oct 22, 2023 1:19:52 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/shyanyong/ip.git (master)... -Oct 22, 2023 1:19:52 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/shyanyong/ip.git (master) completed! -Oct 22, 2023 1:19:52 AM reposense.report.ReportGenerator analyzeRepos -INFO: [12/478] Analyzing https://github.com/cxo05/ip.git (master)... -Oct 22, 2023 1:19:52 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/TyrusLye/ip.git (master)... -Oct 22, 2023 1:19:52 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:32 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/RB9823/ip.git (master)... +Oct 23, 2023 1:14:32 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/sheryew/ip.git completed! -Oct 22, 2023 1:19:52 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:32 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/tiongMax/ip.git... -Oct 22, 2023 1:19:52 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/cxo05/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:19:52 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/cxo05/ip.git (master)... -Oct 22, 2023 1:19:52 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/TyrusLye/ip.git (master)... -Oct 22, 2023 1:19:52 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/TyrusLye/ip.git (master) completed! -Oct 22, 2023 1:19:52 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:32 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/RB9823/ip.git (master)... +Oct 23, 2023 1:14:32 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/tiongMax/ip.git to complete... -Oct 22, 2023 1:19:52 AM reposense.report.ReportGenerator analyzeRepos -INFO: [13/478] Analyzing https://github.com/howenc/ip.git (master)... -Oct 22, 2023 1:19:52 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:32 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/jonasongg/ip.git completed! -Oct 22, 2023 1:19:52 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:32 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/RB9823/ip.git (master) completed! +Oct 23, 2023 1:14:32 AM reposense.report.ReportGenerator analyzeRepos +INFO: [13/478] Analyzing https://github.com/howenc/ip.git (master)... +Oct 23, 2023 1:14:32 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/chuababyy/ip.git... -Oct 22, 2023 1:19:52 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/yiwen101/ip.git completed! -Oct 22, 2023 1:19:52 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:32 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/chuababyy/ip.git to complete... -Oct 22, 2023 1:19:52 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:14:32 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/howenc/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:19:52 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:14:32 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/howenc/ip.git (master)... -Oct 22, 2023 1:19:52 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:32 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/yiwen101/ip.git completed! +Oct 23, 2023 1:14:33 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/supermii2/ip.git... -Oct 22, 2023 1:19:52 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:33 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/shyanyong/ip.git (master)... +Oct 23, 2023 1:14:33 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/supermii2/ip.git to complete... -Oct 22, 2023 1:19:52 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:33 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/shyanyong/ip.git (master)... +Oct 23, 2023 1:14:33 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/shyanyong/ip.git (master) completed! +Oct 23, 2023 1:14:33 AM reposense.report.ReportGenerator analyzeRepos +INFO: [14/478] Analyzing https://github.com/josepholim/ip.git (master)... +Oct 23, 2023 1:14:33 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/josepholim/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:14:33 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/josepholim/ip.git (master)... +Oct 23, 2023 1:14:33 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/tiongMax/ip.git completed! -Oct 22, 2023 1:19:52 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:33 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/chuababyy/ip.git completed! +Oct 23, 2023 1:14:33 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/remuslum/ip.git... -Oct 22, 2023 1:19:53 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:33 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/remuslum/ip.git to complete... -Oct 22, 2023 1:19:53 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/chuababyy/ip.git completed! -Oct 22, 2023 1:19:53 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:33 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/kanna-1/ip.git... -Oct 22, 2023 1:19:53 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:33 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/kanna-1/ip.git to complete... -Oct 22, 2023 1:19:53 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/supermii2/ip.git completed! -Oct 22, 2023 1:19:53 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:33 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/applepiofmyeye/ip.git completed! +Oct 23, 2023 1:14:33 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/nicolengk/ip.git... -Oct 22, 2023 1:19:53 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:33 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/nicolengk/ip.git to complete... -Oct 22, 2023 1:19:53 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/remuslum/ip.git completed! -Oct 22, 2023 1:19:53 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:33 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/supermii2/ip.git completed! +Oct 23, 2023 1:14:33 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/newway1814/ip.git... -Oct 22, 2023 1:19:53 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:33 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/newway1814/ip.git to complete... -Oct 22, 2023 1:19:53 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/applepiofmyeye/ip.git completed! -Oct 22, 2023 1:19:53 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:33 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/remuslum/ip.git completed! +Oct 23, 2023 1:14:33 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/glenngnng/ip.git... -Oct 22, 2023 1:19:53 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:33 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/glenngnng/ip.git to complete... -Oct 22, 2023 1:19:53 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/nicolengk/ip.git completed! -Oct 22, 2023 1:19:53 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/zsh-eng/ip.git... -Oct 22, 2023 1:19:53 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:14:33 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/howenc/ip.git (master)... -Oct 22, 2023 1:19:53 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/zsh-eng/ip.git to complete... -Oct 22, 2023 1:19:53 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/cxo05/ip.git (master)... -Oct 22, 2023 1:19:53 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:14:34 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/howenc/ip.git (master)... -Oct 22, 2023 1:19:53 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/cxo05/ip.git (master)... -Oct 22, 2023 1:19:53 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:14:34 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/nicolengk/ip.git completed! +Oct 23, 2023 1:14:34 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/howenc/ip.git (master) completed! -Oct 22, 2023 1:19:53 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/cxo05/ip.git (master) completed! -Oct 22, 2023 1:19:53 AM reposense.report.ReportGenerator analyzeRepos -INFO: [15/478] Analyzing https://github.com/geoffong11/ip.git (master)... -Oct 22, 2023 1:19:53 AM reposense.report.ReportGenerator analyzeRepos -INFO: [14/478] Analyzing https://github.com/Kurtyjlee/ip.git (master)... -Oct 22, 2023 1:19:54 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/geoffong11/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:19:54 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/geoffong11/ip.git (master)... -Oct 22, 2023 1:19:54 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/newway1814/ip.git completed! -Oct 22, 2023 1:19:54 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:14:34 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/zsh-eng/ip.git... +Oct 23, 2023 1:14:34 AM reposense.report.ReportGenerator analyzeRepos +INFO: [15/478] Analyzing https://github.com/Kurtyjlee/ip.git (master)... +Oct 23, 2023 1:14:34 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/zsh-eng/ip.git to complete... +Oct 23, 2023 1:14:34 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/Kurtyjlee/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:19:54 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:14:34 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/Kurtyjlee/ip.git (master)... -Oct 22, 2023 1:19:54 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:34 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/newway1814/ip.git completed! +Oct 23, 2023 1:14:34 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/mingyuanc/ip.git... -Oct 22, 2023 1:19:54 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:34 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/mingyuanc/ip.git to complete... -Oct 22, 2023 1:19:54 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:34 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/glenngnng/ip.git completed! -Oct 22, 2023 1:19:54 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:34 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/LamJiuFong/ip.git... -Oct 22, 2023 1:19:54 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:34 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/LamJiuFong/ip.git to complete... -Oct 22, 2023 1:19:54 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:34 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/josepholim/ip.git (master)... +Oct 23, 2023 1:14:34 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/zsh-eng/ip.git completed! -Oct 22, 2023 1:19:54 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:34 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/GlendaChong/ip.git... -Oct 22, 2023 1:19:54 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:34 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/GlendaChong/ip.git to complete... -Oct 22, 2023 1:19:54 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:34 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/josepholim/ip.git (master)... +Oct 23, 2023 1:14:34 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/josepholim/ip.git (master) completed! +Oct 23, 2023 1:14:34 AM reposense.report.ReportGenerator analyzeRepos +INFO: [16/478] Analyzing https://github.com/geoffong11/ip.git (master)... +Oct 23, 2023 1:14:34 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/kanna-1/ip.git completed! -Oct 22, 2023 1:19:54 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:34 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/starrylight99/ip.git... -Oct 22, 2023 1:19:54 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:34 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/starrylight99/ip.git to complete... -Oct 22, 2023 1:19:54 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/mingyuanc/ip.git completed! -Oct 22, 2023 1:19:54 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:34 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/geoffong11/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:14:34 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/geoffong11/ip.git (master)... +Oct 23, 2023 1:14:34 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/mingyuanc/ip.git completed! +Oct 23, 2023 1:14:34 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/AustinHuang1203/ip.git... -Oct 22, 2023 1:19:54 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/AustinHuang1203/ip.git to complete... -Oct 22, 2023 1:19:54 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:34 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/LamJiuFong/ip.git completed! -Oct 22, 2023 1:19:54 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:34 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/seewhyjay/ip.git... -Oct 22, 2023 1:19:54 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:34 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/AustinHuang1203/ip.git to complete... +Oct 23, 2023 1:14:34 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/seewhyjay/ip.git to complete... -Oct 22, 2023 1:19:54 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/starrylight99/ip.git completed! -Oct 22, 2023 1:19:54 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:35 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/GlendaChong/ip.git completed! -Oct 22, 2023 1:19:54 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:35 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/ruth-lim/ip.git... -Oct 22, 2023 1:19:54 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:35 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/ruth-lim/ip.git to complete... +Oct 23, 2023 1:14:35 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/starrylight99/ip.git completed! +Oct 23, 2023 1:14:35 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/limzhenwy/ip.git... -Oct 22, 2023 1:19:54 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:35 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/limzhenwy/ip.git to complete... -Oct 22, 2023 1:19:54 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/ruth-lim/ip.git to complete... -Oct 22, 2023 1:19:54 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/geoffong11/ip.git (master)... -Oct 22, 2023 1:19:54 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:35 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/AustinHuang1203/ip.git completed! -Oct 22, 2023 1:19:54 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/xCOLOURx/ip.git... -Oct 22, 2023 1:19:54 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/xCOLOURx/ip.git to complete... -Oct 22, 2023 1:19:54 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/geoffong11/ip.git (master)... -Oct 22, 2023 1:19:55 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/geoffong11/ip.git (master) completed! -Oct 22, 2023 1:19:55 AM reposense.report.ReportGenerator analyzeRepos -INFO: [16/478] Analyzing https://github.com/josepholim/ip.git (master)... -Oct 22, 2023 1:19:55 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:35 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/seewhyjay/ip.git completed! -Oct 22, 2023 1:19:55 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:35 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/xCOLOURx/ip.git... +Oct 23, 2023 1:14:35 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/zacwong2151/ip.git... -Oct 22, 2023 1:19:55 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:35 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/xCOLOURx/ip.git to complete... +Oct 23, 2023 1:14:35 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/zacwong2151/ip.git to complete... -Oct 22, 2023 1:19:55 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/josepholim/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:19:55 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/josepholim/ip.git (master)... -Oct 22, 2023 1:19:55 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:14:35 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/Kurtyjlee/ip.git (master)... -Oct 22, 2023 1:19:55 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/limzhenwy/ip.git completed! -Oct 22, 2023 1:19:55 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:35 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/ruth-lim/ip.git completed! -Oct 22, 2023 1:19:55 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:35 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/geoffong11/ip.git (master)... +Oct 23, 2023 1:14:35 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/Zjinnnn/ip.git... -Oct 22, 2023 1:19:55 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/awhb/ip.git... -Oct 22, 2023 1:19:55 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:14:35 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/Kurtyjlee/ip.git (master)... -Oct 22, 2023 1:19:55 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/awhb/ip.git to complete... -Oct 22, 2023 1:19:55 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:14:35 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/limzhenwy/ip.git completed! +Oct 23, 2023 1:14:35 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/Kurtyjlee/ip.git (master) completed! -Oct 22, 2023 1:19:55 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:35 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/Zjinnnn/ip.git to complete... -Oct 22, 2023 1:19:55 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:14:35 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/awhb/ip.git... +Oct 23, 2023 1:14:35 AM reposense.report.ReportGenerator analyzeRepos INFO: [17/478] Analyzing https://github.com/jianrong7/ip.git (master)... -Oct 22, 2023 1:19:55 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:14:35 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/awhb/ip.git to complete... +Oct 23, 2023 1:14:35 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/geoffong11/ip.git (master)... +Oct 23, 2023 1:14:35 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/geoffong11/ip.git (master) completed! +Oct 23, 2023 1:14:35 AM reposense.report.ReportGenerator analyzeRepos +INFO: [18/478] Analyzing https://github.com/NgChunMan/ip.git (master)... +Oct 23, 2023 1:14:35 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/zacwong2151/ip.git completed! +Oct 23, 2023 1:14:35 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/teoks0199/ip.git... +Oct 23, 2023 1:14:35 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/NgChunMan/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:14:35 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/NgChunMan/ip.git (master)... +Oct 23, 2023 1:14:35 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/jianrong7/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:19:55 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:14:35 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/jianrong7/ip.git (master)... -Oct 22, 2023 1:19:55 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/xCOLOURx/ip.git completed! -Oct 22, 2023 1:19:55 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/teoks0199/ip.git... -Oct 22, 2023 1:19:55 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:35 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/teoks0199/ip.git to complete... -Oct 22, 2023 1:19:55 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/zacwong2151/ip.git completed! -Oct 22, 2023 1:19:55 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:35 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/xCOLOURx/ip.git completed! +Oct 23, 2023 1:14:35 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/qz1004/ip.git... -Oct 22, 2023 1:19:55 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:35 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/qz1004/ip.git to complete... -Oct 22, 2023 1:19:55 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/awhb/ip.git completed! -Oct 22, 2023 1:19:55 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:36 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/Zjinnnn/ip.git completed! -Oct 22, 2023 1:19:55 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:36 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/pangyyen/ip.git... -Oct 22, 2023 1:19:55 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/Mahidharah/ip.git... -Oct 22, 2023 1:19:55 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:36 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/pangyyen/ip.git to complete... -Oct 22, 2023 1:19:55 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/Mahidharah/ip.git to complete... -Oct 22, 2023 1:19:55 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:36 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/awhb/ip.git completed! +Oct 23, 2023 1:14:36 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/Mahidharah/ip.git... +Oct 23, 2023 1:14:36 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/teoks0199/ip.git completed! -Oct 22, 2023 1:19:55 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:36 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/Mahidharah/ip.git to complete... +Oct 23, 2023 1:14:36 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/jason-raiin/ip.git... -Oct 22, 2023 1:19:55 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:36 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/jason-raiin/ip.git to complete... -Oct 22, 2023 1:19:55 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:36 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/jianrong7/ip.git (master)... +Oct 23, 2023 1:14:36 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/qz1004/ip.git completed! -Oct 22, 2023 1:19:55 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:36 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/ravern/ip.git... -Oct 22, 2023 1:19:55 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:36 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/ravern/ip.git to complete... -Oct 22, 2023 1:19:56 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/Mahidharah/ip.git completed! -Oct 22, 2023 1:19:56 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:36 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/pangyyen/ip.git completed! +Oct 23, 2023 1:14:36 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/jianrong7/ip.git (master)... +Oct 23, 2023 1:14:36 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/bobscodedump/ip.git... -Oct 22, 2023 1:19:56 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:36 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/jianrong7/ip.git (master) completed! +Oct 23, 2023 1:14:36 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/bobscodedump/ip.git to complete... -Oct 22, 2023 1:19:56 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/pangyyen/ip.git completed! -Oct 22, 2023 1:19:56 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:36 AM reposense.report.ReportGenerator analyzeRepos +INFO: [19/478] Analyzing https://github.com/A1WAYSD/ip.git (master)... +Oct 23, 2023 1:14:36 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/Mahidharah/ip.git completed! +Oct 23, 2023 1:14:36 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/nixonwidjaja/ip.git... -Oct 22, 2023 1:19:56 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:36 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/A1WAYSD/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:14:36 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/A1WAYSD/ip.git (master)... +Oct 23, 2023 1:14:36 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/nixonwidjaja/ip.git to complete... -Oct 22, 2023 1:19:56 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:36 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/jason-raiin/ip.git completed! -Oct 22, 2023 1:19:56 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/josepholim/ip.git (master)... -Oct 22, 2023 1:19:56 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:36 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/techjay-c/ip.git... -Oct 22, 2023 1:19:56 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:36 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/techjay-c/ip.git to complete... -Oct 22, 2023 1:19:56 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/jianrong7/ip.git (master)... -Oct 22, 2023 1:19:56 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/josepholim/ip.git (master)... -Oct 22, 2023 1:19:56 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/josepholim/ip.git (master) completed! -Oct 22, 2023 1:19:56 AM reposense.report.ReportGenerator analyzeRepos -INFO: [18/478] Analyzing https://github.com/A1WAYSD/ip.git (master)... -Oct 22, 2023 1:19:56 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/jianrong7/ip.git (master)... -Oct 22, 2023 1:19:56 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/jianrong7/ip.git (master) completed! -Oct 22, 2023 1:19:56 AM reposense.report.ReportGenerator analyzeRepos -INFO: [19/478] Analyzing https://github.com/limjunxian1/ip.git (master)... -Oct 22, 2023 1:19:56 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/A1WAYSD/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:19:56 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/A1WAYSD/ip.git (master)... -Oct 22, 2023 1:19:56 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/limjunxian1/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:19:56 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/limjunxian1/ip.git (master)... -Oct 22, 2023 1:19:56 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:36 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/ravern/ip.git completed! -Oct 22, 2023 1:19:56 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:36 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/ryanozx/ip.git... -Oct 22, 2023 1:19:56 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:36 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/ryanozx/ip.git to complete... -Oct 22, 2023 1:19:56 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:37 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/NgChunMan/ip.git (master)... +Oct 23, 2023 1:14:37 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/NgChunMan/ip.git (master)... +Oct 23, 2023 1:14:37 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/NgChunMan/ip.git (master) completed! +Oct 23, 2023 1:14:37 AM reposense.report.ReportGenerator analyzeRepos +INFO: [20/478] Analyzing https://github.com/limjunxian1/ip.git (master)... +Oct 23, 2023 1:14:37 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/techjay-c/ip.git completed! -Oct 22, 2023 1:19:56 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/LuahJunYang/ip.git... -Oct 22, 2023 1:19:56 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:37 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/bobscodedump/ip.git completed! -Oct 22, 2023 1:19:56 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:37 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/LuahJunYang/ip.git... +Oct 23, 2023 1:14:37 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/limjunxian1/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:14:37 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/limjunxian1/ip.git (master)... +Oct 23, 2023 1:14:37 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/HEEaZ/ip.git... -Oct 22, 2023 1:19:56 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/LuahJunYang/ip.git to complete... -Oct 22, 2023 1:19:56 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:37 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/HEEaZ/ip.git to complete... -Oct 22, 2023 1:19:57 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:37 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/LuahJunYang/ip.git to complete... +Oct 23, 2023 1:14:37 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/ryanozx/ip.git completed! -Oct 22, 2023 1:19:57 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:37 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/dom-buri/ip.git... -Oct 22, 2023 1:19:57 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:37 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/dom-buri/ip.git to complete... -Oct 22, 2023 1:19:57 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:37 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/A1WAYSD/ip.git (master)... +Oct 23, 2023 1:14:37 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/A1WAYSD/ip.git (master)... +Oct 23, 2023 1:14:37 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/A1WAYSD/ip.git (master) completed! +Oct 23, 2023 1:14:37 AM reposense.report.ReportGenerator analyzeRepos +INFO: [21/478] Analyzing https://github.com/jack1e0/ip.git (master)... +Oct 23, 2023 1:14:37 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/HEEaZ/ip.git completed! -Oct 22, 2023 1:19:57 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:37 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/jack1e0/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:14:37 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/jack1e0/ip.git (master)... +Oct 23, 2023 1:14:37 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/AlainS87/ip.git... -Oct 22, 2023 1:19:57 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:37 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/LuahJunYang/ip.git completed! -Oct 22, 2023 1:19:57 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/tiongjjyi/ip.git... -Oct 22, 2023 1:19:57 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:37 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/AlainS87/ip.git to complete... -Oct 22, 2023 1:19:57 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:37 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/tiongjjyi/ip.git... +Oct 23, 2023 1:14:37 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/tiongjjyi/ip.git to complete... -Oct 22, 2023 1:19:57 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:37 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/dom-buri/ip.git completed! -Oct 22, 2023 1:19:57 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/A1WAYSD/ip.git (master)... -Oct 22, 2023 1:19:57 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:37 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/Vanessamae23/ip.git... -Oct 22, 2023 1:19:57 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:38 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/nixonwidjaja/ip.git completed! -Oct 22, 2023 1:19:57 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/A1WAYSD/ip.git (master)... -Oct 22, 2023 1:19:57 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/A1WAYSD/ip.git (master) completed! -Oct 22, 2023 1:19:57 AM reposense.report.ReportGenerator analyzeRepos -INFO: [20/478] Analyzing https://github.com/NgChunMan/ip.git (master)... -Oct 22, 2023 1:19:57 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:38 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/Vanessamae23/ip.git to complete... -Oct 22, 2023 1:19:57 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:38 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/fuyiqiao/ip.git... -Oct 22, 2023 1:19:57 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:38 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/fuyiqiao/ip.git to complete... -Oct 22, 2023 1:19:57 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/NgChunMan/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:19:57 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/NgChunMan/ip.git (master)... -Oct 22, 2023 1:19:57 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:14:38 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/tiongjjyi/ip.git completed! +Oct 23, 2023 1:14:38 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/limjunxian1/ip.git (master)... -Oct 22, 2023 1:19:57 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/limjunxian1/ip.git (master)... -Oct 22, 2023 1:19:57 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/limjunxian1/ip.git (master) completed! -Oct 22, 2023 1:19:57 AM reposense.report.ReportGenerator analyzeRepos -INFO: [21/478] Analyzing https://github.com/jack1e0/ip.git (master)... -Oct 22, 2023 1:19:57 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/jack1e0/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:19:57 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/jack1e0/ip.git (master)... -Oct 22, 2023 1:19:57 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/Vanessamae23/ip.git completed! -Oct 22, 2023 1:19:57 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:38 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/spatuly/ip.git... -Oct 22, 2023 1:19:57 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:38 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/spatuly/ip.git to complete... -Oct 22, 2023 1:19:57 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/tiongjjyi/ip.git completed! -Oct 22, 2023 1:19:57 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/fuyiqiao/ip.git completed! -Oct 22, 2023 1:19:57 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:38 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/Vanessamae23/ip.git completed! +Oct 23, 2023 1:14:38 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/limjunxian1/ip.git (master)... +Oct 23, 2023 1:14:38 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/tanshiyu1999/ip.git... -Oct 22, 2023 1:19:57 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:38 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/limjunxian1/ip.git (master) completed! +Oct 23, 2023 1:14:38 AM reposense.report.ReportGenerator analyzeRepos +INFO: [22/478] Analyzing https://github.com/hjoneweek/ip.git (master)... +Oct 23, 2023 1:14:38 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/tanshiyu1999/ip.git to complete... -Oct 22, 2023 1:19:57 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:38 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/fuyiqiao/ip.git completed! +Oct 23, 2023 1:14:38 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/Kb-Tay/ip.git... -Oct 22, 2023 1:19:58 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:38 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/Kb-Tay/ip.git to complete... -Oct 22, 2023 1:19:58 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/tanshiyu1999/ip.git completed! -Oct 22, 2023 1:19:58 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:38 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/hjoneweek/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:14:38 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/hjoneweek/ip.git (master)... +Oct 23, 2023 1:14:38 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/spatuly/ip.git completed! -Oct 22, 2023 1:19:58 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:38 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/tanshiyu1999/ip.git completed! +Oct 23, 2023 1:14:38 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/beatricecst/ip.git... -Oct 22, 2023 1:19:58 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/tanveersingh10/ip.git... -Oct 22, 2023 1:19:58 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:38 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/beatricecst/ip.git to complete... -Oct 22, 2023 1:19:58 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:38 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/tanveersingh10/ip.git... +Oct 23, 2023 1:14:38 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/tanveersingh10/ip.git to complete... -Oct 22, 2023 1:19:58 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:38 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/Kb-Tay/ip.git completed! -Oct 22, 2023 1:19:58 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:38 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/jack1e0/ip.git (master)... +Oct 23, 2023 1:14:38 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/thienmy0/ip.git... -Oct 22, 2023 1:19:58 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:39 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/thienmy0/ip.git to complete... -Oct 22, 2023 1:19:58 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:39 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/jack1e0/ip.git (master)... +Oct 23, 2023 1:14:39 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/jack1e0/ip.git (master) completed! +Oct 23, 2023 1:14:39 AM reposense.report.ReportGenerator analyzeRepos +INFO: [23/478] Analyzing https://github.com/zhyuhan/ip.git (master)... +Oct 23, 2023 1:14:39 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/zhyuhan/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:14:39 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/zhyuhan/ip.git (master)... +Oct 23, 2023 1:14:39 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/beatricecst/ip.git completed! -Oct 22, 2023 1:19:58 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/tanveersingh10/ip.git completed! -Oct 22, 2023 1:19:58 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:39 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/s0ngyang/ip.git... -Oct 22, 2023 1:19:58 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/ldinghan/ip.git... -Oct 22, 2023 1:19:58 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:39 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/tanveersingh10/ip.git completed! +Oct 23, 2023 1:14:39 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/s0ngyang/ip.git to complete... -Oct 22, 2023 1:19:58 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:39 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/ldinghan/ip.git... +Oct 23, 2023 1:14:39 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/thienmy0/ip.git completed! -Oct 22, 2023 1:19:58 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/feifeiraindrops/ip.git... -Oct 22, 2023 1:19:58 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:39 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/ldinghan/ip.git to complete... -Oct 22, 2023 1:19:59 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:39 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/feifeiraindrops/ip.git... +Oct 23, 2023 1:14:39 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/feifeiraindrops/ip.git to complete... -Oct 22, 2023 1:19:59 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/jack1e0/ip.git (master)... -Oct 22, 2023 1:19:59 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/jack1e0/ip.git (master)... -Oct 22, 2023 1:19:59 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/jack1e0/ip.git (master) completed! -Oct 22, 2023 1:19:59 AM reposense.report.ReportGenerator analyzeRepos -INFO: [22/478] Analyzing https://github.com/hjoneweek/ip.git (master)... -Oct 22, 2023 1:19:59 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/NgChunMan/ip.git (master)... -Oct 22, 2023 1:19:59 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/hjoneweek/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:19:59 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/hjoneweek/ip.git (master)... -Oct 22, 2023 1:19:59 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:39 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/hjoneweek/ip.git (master)... +Oct 23, 2023 1:14:39 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/s0ngyang/ip.git completed! -Oct 22, 2023 1:19:59 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/NgChunMan/ip.git (master)... -Oct 22, 2023 1:19:59 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/NgChunMan/ip.git (master) completed! -Oct 22, 2023 1:19:59 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:39 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/hjoneweek/ip.git (master)... +Oct 23, 2023 1:14:39 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/ryanongwx/ip.git... -Oct 22, 2023 1:19:59 AM reposense.report.ReportGenerator analyzeRepos -INFO: [23/478] Analyzing https://github.com/dishenggg/ip.git (master)... -Oct 22, 2023 1:19:59 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/ryanongwx/ip.git to complete... -Oct 22, 2023 1:19:59 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:39 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/hjoneweek/ip.git (master) completed! +Oct 23, 2023 1:14:39 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/ldinghan/ip.git completed! -Oct 22, 2023 1:19:59 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:39 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/ryanongwx/ip.git to complete... +Oct 23, 2023 1:14:39 AM reposense.report.ReportGenerator analyzeRepos +INFO: [24/478] Analyzing https://github.com/dishenggg/ip.git (master)... +Oct 23, 2023 1:14:39 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/kwangthiag/ip.git... -Oct 22, 2023 1:19:59 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:14:39 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/kwangthiag/ip.git to complete... +Oct 23, 2023 1:14:39 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/dishenggg/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:19:59 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:14:39 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/dishenggg/ip.git (master)... -Oct 22, 2023 1:19:59 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/kwangthiag/ip.git to complete... -Oct 22, 2023 1:19:59 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:40 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/feifeiraindrops/ip.git completed! -Oct 22, 2023 1:19:59 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:40 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/elhy1999/ip.git... -Oct 22, 2023 1:19:59 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:40 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/elhy1999/ip.git to complete... -Oct 22, 2023 1:19:59 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:40 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/kwangthiag/ip.git completed! +Oct 23, 2023 1:14:40 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/ryanongwx/ip.git completed! -Oct 22, 2023 1:19:59 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:40 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/songgthu/ip.git... -Oct 22, 2023 1:19:59 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:40 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/zhyuhan/ip.git (master)... +Oct 23, 2023 1:14:40 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/songgthu/ip.git to complete... -Oct 22, 2023 1:19:59 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/kwangthiag/ip.git completed! -Oct 22, 2023 1:19:59 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:40 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/GohTengFong/ip.git... -Oct 22, 2023 1:19:59 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/elhy1999/ip.git completed! -Oct 22, 2023 1:19:59 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:40 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/GohTengFong/ip.git to complete... -Oct 22, 2023 1:19:59 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:40 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/zhyuhan/ip.git (master)... +Oct 23, 2023 1:14:40 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/zhyuhan/ip.git (master) completed! +Oct 23, 2023 1:14:40 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/elhy1999/ip.git completed! +Oct 23, 2023 1:14:40 AM reposense.report.ReportGenerator analyzeRepos +INFO: [25/478] Analyzing https://github.com/Daphne789/ip.git (master)... +Oct 23, 2023 1:14:40 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/simbayippy/ip.git... -Oct 22, 2023 1:20:00 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:40 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/simbayippy/ip.git to complete... -Oct 22, 2023 1:20:00 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:40 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/Daphne789/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:14:40 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/Daphne789/ip.git (master)... +Oct 23, 2023 1:14:40 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/songgthu/ip.git completed! -Oct 22, 2023 1:20:00 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/Khaleelur-Rahman/ip.git... -Oct 22, 2023 1:20:00 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:41 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/GohTengFong/ip.git completed! -Oct 22, 2023 1:20:00 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/Khaleelur-Rahman/ip.git to complete... -Oct 22, 2023 1:20:00 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:41 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/Khaleelur-Rahman/ip.git... +Oct 23, 2023 1:14:41 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/proto-aiken-13/ip.git... -Oct 22, 2023 1:20:00 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:41 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/Khaleelur-Rahman/ip.git to complete... +Oct 23, 2023 1:14:41 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/proto-aiken-13/ip.git to complete... +Oct 23, 2023 1:14:41 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/simbayippy/ip.git completed! -Oct 22, 2023 1:20:00 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:41 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/bwangpj/ip.git... -Oct 22, 2023 1:20:00 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/proto-aiken-13/ip.git to complete... -Oct 22, 2023 1:20:00 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:41 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/bwangpj/ip.git to complete... -Oct 22, 2023 1:20:00 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/hjoneweek/ip.git (master)... -Oct 22, 2023 1:20:00 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:41 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/dishenggg/ip.git (master)... +Oct 23, 2023 1:14:41 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/dishenggg/ip.git (master)... +Oct 23, 2023 1:14:41 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/dishenggg/ip.git (master) completed! +Oct 23, 2023 1:14:41 AM reposense.report.ReportGenerator analyzeRepos +INFO: [26/478] Analyzing https://github.com/Dioclei/ip.git (master)... +Oct 23, 2023 1:14:41 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/Dioclei/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:14:41 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/Dioclei/ip.git (master)... +Oct 23, 2023 1:14:41 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/Khaleelur-Rahman/ip.git completed! -Oct 22, 2023 1:20:00 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/hjoneweek/ip.git (master)... -Oct 22, 2023 1:20:00 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/hjoneweek/ip.git (master) completed! -Oct 22, 2023 1:20:00 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:41 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/weeweh/ip.git... -Oct 22, 2023 1:20:00 AM reposense.report.ReportGenerator analyzeRepos -INFO: [24/478] Analyzing https://github.com/zhyuhan/ip.git (master)... -Oct 22, 2023 1:20:00 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/weeweh/ip.git to complete... -Oct 22, 2023 1:20:00 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:41 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/bwangpj/ip.git completed! -Oct 22, 2023 1:20:00 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:41 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/s-peiran/ip.git... -Oct 22, 2023 1:20:00 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/zhyuhan/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:00 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/zhyuhan/ip.git (master)... -Oct 22, 2023 1:20:00 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/s-peiran/ip.git to complete... -Oct 22, 2023 1:20:00 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:41 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/weeweh/ip.git to complete... +Oct 23, 2023 1:14:41 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/proto-aiken-13/ip.git completed! -Oct 22, 2023 1:20:00 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:41 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/s-peiran/ip.git to complete... +Oct 23, 2023 1:14:41 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/jylow/ip.git... -Oct 22, 2023 1:20:01 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:41 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/Daphne789/ip.git (master)... +Oct 23, 2023 1:14:41 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/jylow/ip.git to complete... -Oct 22, 2023 1:20:01 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/dishenggg/ip.git (master)... -Oct 22, 2023 1:20:01 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/dishenggg/ip.git (master)... -Oct 22, 2023 1:20:01 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/dishenggg/ip.git (master) completed! -Oct 22, 2023 1:20:01 AM reposense.report.ReportGenerator analyzeRepos -INFO: [25/478] Analyzing https://github.com/Dioclei/ip.git (master)... -Oct 22, 2023 1:20:01 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/Dioclei/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:01 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/Dioclei/ip.git (master)... -Oct 22, 2023 1:20:01 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:41 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/Daphne789/ip.git (master)... +Oct 23, 2023 1:14:41 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/Daphne789/ip.git (master) completed! +Oct 23, 2023 1:14:41 AM reposense.report.ReportGenerator analyzeRepos +INFO: [27/478] Analyzing https://github.com/peiran18/ip.git (master)... +Oct 23, 2023 1:14:42 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/peiran18/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:14:42 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/peiran18/ip.git (master)... +Oct 23, 2023 1:14:42 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/weeweh/ip.git completed! -Oct 22, 2023 1:20:01 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:42 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/lawruixi/ip.git... -Oct 22, 2023 1:20:01 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/s-peiran/ip.git completed! -Oct 22, 2023 1:20:01 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:42 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/lawruixi/ip.git to complete... -Oct 22, 2023 1:20:01 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/JeremyYong128/ip.git... -Oct 22, 2023 1:20:01 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/JeremyYong128/ip.git to complete... -Oct 22, 2023 1:20:01 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:42 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/s-peiran/ip.git completed! +Oct 23, 2023 1:14:42 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/jylow/ip.git completed! -Oct 22, 2023 1:20:01 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:42 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/JeremyYong128/ip.git... +Oct 23, 2023 1:14:42 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/brandon-nam/ip.git... -Oct 22, 2023 1:20:01 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:42 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/JeremyYong128/ip.git to complete... +Oct 23, 2023 1:14:42 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/brandon-nam/ip.git to complete... -Oct 22, 2023 1:20:01 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:42 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/Dioclei/ip.git (master)... +Oct 23, 2023 1:14:42 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/Dioclei/ip.git (master)... +Oct 23, 2023 1:14:42 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/Dioclei/ip.git (master) completed! +Oct 23, 2023 1:14:42 AM reposense.report.ReportGenerator analyzeRepos +INFO: [28/478] Analyzing https://github.com/WinstonLeonard/ip.git (master)... +Oct 23, 2023 1:14:42 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/AlainS87/ip.git completed! +Oct 23, 2023 1:14:42 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/lawruixi/ip.git completed! -Oct 22, 2023 1:20:01 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/JeremyYong128/ip.git completed! -Oct 22, 2023 1:20:01 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:42 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/LHeng1/ip.git... -Oct 22, 2023 1:20:01 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:42 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/JeremyYong128/ip.git completed! +Oct 23, 2023 1:14:42 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/Leb14/ip.git... -Oct 22, 2023 1:20:01 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:42 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/B-enguin/ip.git... +Oct 23, 2023 1:14:42 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/LHeng1/ip.git to complete... -Oct 22, 2023 1:20:01 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:42 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/WinstonLeonard/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:14:42 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/WinstonLeonard/ip.git (master)... +Oct 23, 2023 1:14:42 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/Leb14/ip.git to complete... -Oct 22, 2023 1:20:01 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/brandon-nam/ip.git completed! -Oct 22, 2023 1:20:01 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/B-enguin/ip.git... -Oct 22, 2023 1:20:01 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:42 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/B-enguin/ip.git to complete... -Oct 22, 2023 1:20:02 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/zhyuhan/ip.git (master)... -Oct 22, 2023 1:20:02 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/AlainS87/ip.git completed! -Oct 22, 2023 1:20:02 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/Leb14/ip.git completed! -Oct 22, 2023 1:20:02 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/zhyuhan/ip.git (master)... -Oct 22, 2023 1:20:02 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/LHeng1/ip.git completed! -Oct 22, 2023 1:20:02 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:42 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/brandon-nam/ip.git completed! +Oct 23, 2023 1:14:42 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/s-kybound/ip.git... -Oct 22, 2023 1:20:02 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/zhyuhan/ip.git (master) completed! -Oct 22, 2023 1:20:02 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/wesho1107/ip.git... -Oct 22, 2023 1:20:02 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/Dioclei/ip.git (master)... -Oct 22, 2023 1:20:02 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:42 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/s-kybound/ip.git to complete... -Oct 22, 2023 1:20:02 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/wesho1107/ip.git to complete... -Oct 22, 2023 1:20:02 AM reposense.report.ReportGenerator analyzeRepos -INFO: [26/478] Analyzing https://github.com/Daphne789/ip.git (master)... -Oct 22, 2023 1:20:02 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/yihfei/ip.git... -Oct 22, 2023 1:20:02 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:43 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/peiran18/ip.git (master)... +Oct 23, 2023 1:14:43 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/B-enguin/ip.git completed! -Oct 22, 2023 1:20:02 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/AaronJT1/ip.git... -Oct 22, 2023 1:20:02 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:43 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/wesho1107/ip.git... +Oct 23, 2023 1:14:43 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/LHeng1/ip.git completed! +Oct 23, 2023 1:14:43 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/yihfei/ip.git... +Oct 23, 2023 1:14:43 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/peiran18/ip.git (master)... +Oct 23, 2023 1:14:43 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/wesho1107/ip.git to complete... +Oct 23, 2023 1:14:43 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/peiran18/ip.git (master) completed! +Oct 23, 2023 1:14:43 AM reposense.report.ReportGenerator analyzeRepos +INFO: [29/478] Analyzing https://github.com/migfoo02/ip.git (master)... +Oct 23, 2023 1:14:43 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/yihfei/ip.git to complete... -Oct 22, 2023 1:20:02 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:43 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/Leb14/ip.git completed! +Oct 23, 2023 1:14:43 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/migfoo02/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:14:43 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/migfoo02/ip.git (master)... +Oct 23, 2023 1:14:43 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/AaronJT1/ip.git... +Oct 23, 2023 1:14:43 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/s-kybound/ip.git completed! +Oct 23, 2023 1:14:43 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/AaronJT1/ip.git to complete... -Oct 22, 2023 1:20:02 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/Dioclei/ip.git (master)... -Oct 22, 2023 1:20:02 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/Dioclei/ip.git (master) completed! -Oct 22, 2023 1:20:02 AM reposense.report.ReportGenerator analyzeRepos -INFO: [27/478] Analyzing https://github.com/WinstonLeonard/ip.git (master)... -Oct 22, 2023 1:20:02 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/Daphne789/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:02 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/Daphne789/ip.git (master)... -Oct 22, 2023 1:20:02 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/WinstonLeonard/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:02 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/WinstonLeonard/ip.git (master)... -Oct 22, 2023 1:20:02 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/wesho1107/ip.git completed! -Oct 22, 2023 1:20:02 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/yihfei/ip.git completed! -Oct 22, 2023 1:20:02 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:43 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/dlathyun/ip.git... -Oct 22, 2023 1:20:02 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:43 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/dlathyun/ip.git to complete... +Oct 23, 2023 1:14:43 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/WinstonLeonard/ip.git (master)... +Oct 23, 2023 1:14:43 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/wesho1107/ip.git completed! +Oct 23, 2023 1:14:43 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/WinstonLeonard/ip.git (master)... +Oct 23, 2023 1:14:43 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/ricketytoc/ip.git... -Oct 22, 2023 1:20:02 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:43 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/WinstonLeonard/ip.git (master) completed! +Oct 23, 2023 1:14:43 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/ricketytoc/ip.git to complete... -Oct 22, 2023 1:20:02 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/s-kybound/ip.git completed! -Oct 22, 2023 1:20:02 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/dlathyun/ip.git to complete... -Oct 22, 2023 1:20:02 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:43 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/yihfei/ip.git completed! +Oct 23, 2023 1:14:43 AM reposense.report.ReportGenerator analyzeRepos +INFO: [30/478] Analyzing https://github.com/AriellaCallista/ip.git (master)... +Oct 23, 2023 1:14:43 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/Angelyxx/ip.git... -Oct 22, 2023 1:20:02 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/AaronJT1/ip.git completed! -Oct 22, 2023 1:20:02 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:43 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/Angelyxx/ip.git to complete... -Oct 22, 2023 1:20:02 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:43 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/AriellaCallista/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:14:43 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/AriellaCallista/ip.git (master)... +Oct 23, 2023 1:14:43 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/AaronJT1/ip.git completed! +Oct 23, 2023 1:14:43 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/dlathyun/ip.git completed! +Oct 23, 2023 1:14:43 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/jingting1412/ip.git... -Oct 22, 2023 1:20:02 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:43 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/jingting1412/ip.git to complete... -Oct 22, 2023 1:20:03 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/Daphne789/ip.git (master)... -Oct 22, 2023 1:20:03 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/dlathyun/ip.git completed! -Oct 22, 2023 1:20:03 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/ricketytoc/ip.git completed! -Oct 22, 2023 1:20:03 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:43 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/SinhaVedant/ip.git... -Oct 22, 2023 1:20:03 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/Daphne789/ip.git (master)... -Oct 22, 2023 1:20:03 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/freddychenyouren2/ip.git... -Oct 22, 2023 1:20:03 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/Daphne789/ip.git (master) completed! -Oct 22, 2023 1:20:03 AM reposense.report.ReportGenerator analyzeRepos -INFO: [28/478] Analyzing https://github.com/peiran18/ip.git (master)... -Oct 22, 2023 1:20:03 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:43 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/SinhaVedant/ip.git to complete... +Oct 23, 2023 1:14:44 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/Angelyxx/ip.git completed! -Oct 22, 2023 1:20:03 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:44 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/freddychenyouren2/ip.git... +Oct 23, 2023 1:14:44 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/freddychenyouren2/ip.git to complete... -Oct 22, 2023 1:20:03 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/SinhaVedant/ip.git to complete... -Oct 22, 2023 1:20:03 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:44 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/migfoo02/ip.git (master)... +Oct 23, 2023 1:14:44 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/ricketytoc/ip.git completed! +Oct 23, 2023 1:14:44 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/jordankanghm/ip.git... -Oct 22, 2023 1:20:03 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/peiran18/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:03 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/peiran18/ip.git (master)... -Oct 22, 2023 1:20:03 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:44 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/jordankanghm/ip.git to complete... -Oct 22, 2023 1:20:03 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/jingting1412/ip.git completed! -Oct 22, 2023 1:20:03 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:44 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/migfoo02/ip.git (master)... +Oct 23, 2023 1:14:44 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/migfoo02/ip.git (master) completed! +Oct 23, 2023 1:14:44 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/SinhaVedant/ip.git completed! +Oct 23, 2023 1:14:44 AM reposense.report.ReportGenerator analyzeRepos +INFO: [31/478] Analyzing https://github.com/Jonyxzx/ip.git (master)... +Oct 23, 2023 1:14:44 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/adhigop13/ip.git... -Oct 22, 2023 1:20:03 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/WinstonLeonard/ip.git (master)... -Oct 22, 2023 1:20:03 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:44 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/adhigop13/ip.git to complete... -Oct 22, 2023 1:20:03 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/WinstonLeonard/ip.git (master)... -Oct 22, 2023 1:20:03 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/WinstonLeonard/ip.git (master) completed! -Oct 22, 2023 1:20:03 AM reposense.report.ReportGenerator analyzeRepos -INFO: [29/478] Analyzing https://github.com/migfoo02/ip.git (master)... -Oct 22, 2023 1:20:03 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/migfoo02/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:03 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/migfoo02/ip.git (master)... -Oct 22, 2023 1:20:03 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/SinhaVedant/ip.git completed! -Oct 22, 2023 1:20:03 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/waseemingly/ip.git... -Oct 22, 2023 1:20:03 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:44 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/Jonyxzx/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:14:44 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/Jonyxzx/ip.git (master)... +Oct 23, 2023 1:14:44 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/jingting1412/ip.git completed! +Oct 23, 2023 1:14:44 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/waseemingly/ip.git... +Oct 23, 2023 1:14:44 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/waseemingly/ip.git to complete... -Oct 22, 2023 1:20:03 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:44 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/jordankanghm/ip.git completed! -Oct 22, 2023 1:20:03 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:44 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/raydenlim/ip.git... -Oct 22, 2023 1:20:03 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:44 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/raydenlim/ip.git to complete... -Oct 22, 2023 1:20:03 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:44 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/adhigop13/ip.git completed! -Oct 22, 2023 1:20:03 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:44 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/jingyu987/ip.git... -Oct 22, 2023 1:20:03 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:44 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/jingyu987/ip.git to complete... -Oct 22, 2023 1:20:04 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:45 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/AriellaCallista/ip.git (master)... +Oct 23, 2023 1:14:45 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/jingyu987/ip.git completed! -Oct 22, 2023 1:20:04 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:45 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/FerdiHS/ip.git... -Oct 22, 2023 1:20:04 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:45 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/AriellaCallista/ip.git (master)... +Oct 23, 2023 1:14:45 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/AriellaCallista/ip.git (master) completed! +Oct 23, 2023 1:14:45 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/FerdiHS/ip.git to complete... -Oct 22, 2023 1:20:04 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:45 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/raydenlim/ip.git completed! -Oct 22, 2023 1:20:04 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:45 AM reposense.report.ReportGenerator analyzeRepos +INFO: [32/478] Analyzing https://github.com/SynapseProgramming/ip.git (master)... +Oct 23, 2023 1:14:45 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/jrchoo/ip.git... -Oct 22, 2023 1:20:04 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/jrchoo/ip.git to complete... -Oct 22, 2023 1:20:04 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/peiran18/ip.git (master)... -Oct 22, 2023 1:20:04 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:45 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/SynapseProgramming/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:14:45 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/SynapseProgramming/ip.git (master)... +Oct 23, 2023 1:14:45 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/freddychenyouren2/ip.git completed! -Oct 22, 2023 1:20:04 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:45 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/jrchoo/ip.git to complete... +Oct 23, 2023 1:14:45 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/RiyaMehta2211/ip.git... -Oct 22, 2023 1:20:04 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/peiran18/ip.git (master)... -Oct 22, 2023 1:20:04 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:45 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/RiyaMehta2211/ip.git to complete... -Oct 22, 2023 1:20:04 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/peiran18/ip.git (master) completed! -Oct 22, 2023 1:20:04 AM reposense.report.ReportGenerator analyzeRepos -INFO: [30/478] Analyzing https://github.com/Jonyxzx/ip.git (master)... -Oct 22, 2023 1:20:04 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/Jonyxzx/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:04 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/Jonyxzx/ip.git (master)... -Oct 22, 2023 1:20:04 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/migfoo02/ip.git (master)... -Oct 22, 2023 1:20:04 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/FerdiHS/ip.git completed! -Oct 22, 2023 1:20:04 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/leezhanpeng/ip.git... -Oct 22, 2023 1:20:04 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:45 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/Jonyxzx/ip.git (master)... +Oct 23, 2023 1:14:45 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/Jonyxzx/ip.git (master)... +Oct 23, 2023 1:14:45 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/Jonyxzx/ip.git (master) completed! +Oct 23, 2023 1:14:45 AM reposense.report.ReportGenerator analyzeRepos +INFO: [33/478] Analyzing https://github.com/Darren159/ip.git (master)... +Oct 23, 2023 1:14:45 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/jrchoo/ip.git completed! -Oct 22, 2023 1:20:04 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:45 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/leezhanpeng/ip.git... +Oct 23, 2023 1:14:45 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/FerdiHS/ip.git completed! +Oct 23, 2023 1:14:45 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/Darren159/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:14:45 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/Darren159/ip.git (master)... +Oct 23, 2023 1:14:45 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/juzzztinsoong/ip.git... -Oct 22, 2023 1:20:04 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:45 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/leezhanpeng/ip.git to complete... -Oct 22, 2023 1:20:04 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:45 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/juzzztinsoong/ip.git to complete... -Oct 22, 2023 1:20:04 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/migfoo02/ip.git (master)... -Oct 22, 2023 1:20:04 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/migfoo02/ip.git (master) completed! -Oct 22, 2023 1:20:04 AM reposense.report.ReportGenerator analyzeRepos -INFO: [31/478] Analyzing https://github.com/AriellaCallista/ip.git (master)... -Oct 22, 2023 1:20:04 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/AriellaCallista/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:04 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/AriellaCallista/ip.git (master)... -Oct 22, 2023 1:20:05 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:45 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/RiyaMehta2211/ip.git completed! -Oct 22, 2023 1:20:05 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:45 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/darrentfy/ip.git... -Oct 22, 2023 1:20:05 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:46 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/darrentfy/ip.git to complete... -Oct 22, 2023 1:20:05 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:46 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/SynapseProgramming/ip.git (master)... +Oct 23, 2023 1:14:46 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/SynapseProgramming/ip.git (master)... +Oct 23, 2023 1:14:46 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/leezhanpeng/ip.git completed! -Oct 22, 2023 1:20:05 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:46 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/SynapseProgramming/ip.git (master) completed! +Oct 23, 2023 1:14:46 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/redtailedfox/ip.git... -Oct 22, 2023 1:20:05 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/redtailedfox/ip.git to complete... -Oct 22, 2023 1:20:05 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:46 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/juzzztinsoong/ip.git completed! -Oct 22, 2023 1:20:05 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:46 AM reposense.report.ReportGenerator analyzeRepos +INFO: [34/478] Analyzing https://github.com/vijay-shankaranand/ip.git (master)... +Oct 23, 2023 1:14:46 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/Fallman2/ip.git... -Oct 22, 2023 1:20:05 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:46 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/redtailedfox/ip.git to complete... +Oct 23, 2023 1:14:46 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/Fallman2/ip.git to complete... -Oct 22, 2023 1:20:05 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:46 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/vijay-shankaranand/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:14:46 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/vijay-shankaranand/ip.git (master)... +Oct 23, 2023 1:14:46 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/darrentfy/ip.git completed! -Oct 22, 2023 1:20:05 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/redtailedfox/ip.git completed! -Oct 22, 2023 1:20:05 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:46 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/Heran9/ip.git... -Oct 22, 2023 1:20:05 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/VN-Hao/ip.git... -Oct 22, 2023 1:20:05 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:46 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/Heran9/ip.git to complete... -Oct 22, 2023 1:20:05 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:46 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/redtailedfox/ip.git completed! +Oct 23, 2023 1:14:46 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/VN-Hao/ip.git... +Oct 23, 2023 1:14:46 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/VN-Hao/ip.git to complete... -Oct 22, 2023 1:20:05 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:46 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/Fallman2/ip.git completed! -Oct 22, 2023 1:20:05 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:46 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/jingjie88/ip.git... -Oct 22, 2023 1:20:05 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/Jonyxzx/ip.git (master)... -Oct 22, 2023 1:20:05 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:46 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/jingjie88/ip.git to complete... -Oct 22, 2023 1:20:05 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/Jonyxzx/ip.git (master)... -Oct 22, 2023 1:20:05 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/Jonyxzx/ip.git (master) completed! -Oct 22, 2023 1:20:05 AM reposense.report.ReportGenerator analyzeRepos -INFO: [32/478] Analyzing https://github.com/SynapseProgramming/ip.git (master)... -Oct 22, 2023 1:20:06 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/SynapseProgramming/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:06 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/SynapseProgramming/ip.git (master)... -Oct 22, 2023 1:20:06 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:46 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/Heran9/ip.git completed! -Oct 22, 2023 1:20:06 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:47 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/H1410101/ip.git... -Oct 22, 2023 1:20:06 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:47 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/H1410101/ip.git to complete... -Oct 22, 2023 1:20:06 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:47 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/Darren159/ip.git (master)... +Oct 23, 2023 1:14:47 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/Darren159/ip.git (master)... +Oct 23, 2023 1:14:47 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/Darren159/ip.git (master) completed! +Oct 23, 2023 1:14:47 AM reposense.report.ReportGenerator analyzeRepos +INFO: [35/478] Analyzing https://github.com/joeng03/ip.git (master)... +Oct 23, 2023 1:14:47 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/joeng03/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:14:47 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/joeng03/ip.git (master)... +Oct 23, 2023 1:14:47 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/jingjie88/ip.git completed! -Oct 22, 2023 1:20:06 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:47 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/vijay-shankaranand/ip.git (master)... +Oct 23, 2023 1:14:47 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/kimshitong/ip.git... -Oct 22, 2023 1:20:06 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:47 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/kimshitong/ip.git to complete... -Oct 22, 2023 1:20:06 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/AriellaCallista/ip.git (master)... -Oct 22, 2023 1:20:06 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:47 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/vijay-shankaranand/ip.git (master)... +Oct 23, 2023 1:14:47 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/vijay-shankaranand/ip.git (master) completed! +Oct 23, 2023 1:14:47 AM reposense.report.ReportGenerator analyzeRepos +INFO: [36/478] Analyzing https://github.com/imkwokyong/ip.git (master)... +Oct 23, 2023 1:14:47 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/VN-Hao/ip.git completed! -Oct 22, 2023 1:20:06 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:47 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/ivanleekk/ip.git... -Oct 22, 2023 1:20:06 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:47 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/imkwokyong/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:14:47 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/imkwokyong/ip.git (master)... +Oct 23, 2023 1:14:47 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/ivanleekk/ip.git to complete... -Oct 22, 2023 1:20:06 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/AriellaCallista/ip.git (master)... -Oct 22, 2023 1:20:06 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/AriellaCallista/ip.git (master) completed! -Oct 22, 2023 1:20:06 AM reposense.report.ReportGenerator analyzeRepos -INFO: [33/478] Analyzing https://github.com/Darren159/ip.git (master)... -Oct 22, 2023 1:20:06 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/Darren159/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:06 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/Darren159/ip.git (master)... -Oct 22, 2023 1:20:06 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/kimshitong/ip.git completed! -Oct 22, 2023 1:20:06 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:47 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/waseemingly/ip.git completed! +Oct 23, 2023 1:14:47 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/lamchenghou/ip.git... -Oct 22, 2023 1:20:06 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:47 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/lamchenghou/ip.git to complete... -Oct 22, 2023 1:20:06 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/ivanleekk/ip.git completed! -Oct 22, 2023 1:20:06 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:47 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/kimshitong/ip.git completed! +Oct 23, 2023 1:14:47 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/tayruxin/ip.git... -Oct 22, 2023 1:20:06 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:47 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/tayruxin/ip.git to complete... -Oct 22, 2023 1:20:06 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/SynapseProgramming/ip.git (master)... -Oct 22, 2023 1:20:07 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/SynapseProgramming/ip.git (master)... -Oct 22, 2023 1:20:07 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/SynapseProgramming/ip.git (master) completed! -Oct 22, 2023 1:20:07 AM reposense.report.ReportGenerator analyzeRepos -INFO: [34/478] Analyzing https://github.com/imkwokyong/ip.git (master)... -Oct 22, 2023 1:20:07 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/lamchenghou/ip.git completed! -Oct 22, 2023 1:20:07 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:47 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/ivanleekk/ip.git completed! +Oct 23, 2023 1:14:47 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/raynertjx/ip.git... -Oct 22, 2023 1:20:07 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:48 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/raynertjx/ip.git to complete... -Oct 22, 2023 1:20:07 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/imkwokyong/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:07 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/imkwokyong/ip.git (master)... -Oct 22, 2023 1:20:07 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/waseemingly/ip.git completed! -Oct 22, 2023 1:20:07 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/tayruxin/ip.git completed! -Oct 22, 2023 1:20:07 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:48 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/lamchenghou/ip.git completed! +Oct 23, 2023 1:14:48 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/zhengyup/ip.git... -Oct 22, 2023 1:20:07 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/larrywang0701/ip.git... -Oct 22, 2023 1:20:07 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:48 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/zhengyup/ip.git to complete... -Oct 22, 2023 1:20:07 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/larrywang0701/ip.git to complete... -Oct 22, 2023 1:20:07 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:48 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/H1410101/ip.git completed! -Oct 22, 2023 1:20:07 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:48 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/larrywang0701/ip.git... +Oct 23, 2023 1:14:48 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/larrywang0701/ip.git to complete... +Oct 23, 2023 1:14:48 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/tayruxin/ip.git completed! +Oct 23, 2023 1:14:48 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/Carlintyj/ip.git... -Oct 22, 2023 1:20:07 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:48 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/Carlintyj/ip.git to complete... -Oct 22, 2023 1:20:07 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:48 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/raynertjx/ip.git completed! -Oct 22, 2023 1:20:07 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:48 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/wxwern/ip.git... -Oct 22, 2023 1:20:07 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:48 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/wxwern/ip.git to complete... -Oct 22, 2023 1:20:07 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:48 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/zhengyup/ip.git completed! -Oct 22, 2023 1:20:07 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:48 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/nubnubyas/ip.git... -Oct 22, 2023 1:20:07 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/Darren159/ip.git (master)... -Oct 22, 2023 1:20:07 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:48 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/nubnubyas/ip.git to complete... -Oct 22, 2023 1:20:07 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:48 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/joeng03/ip.git (master)... +Oct 23, 2023 1:14:48 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/larrywang0701/ip.git completed! -Oct 22, 2023 1:20:07 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:48 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/imkwokyong/ip.git (master)... +Oct 23, 2023 1:14:48 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/aslam341/ip.git... -Oct 22, 2023 1:20:07 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/Carlintyj/ip.git completed! -Oct 22, 2023 1:20:07 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/Darren159/ip.git (master)... -Oct 22, 2023 1:20:07 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/Darren159/ip.git (master) completed! -Oct 22, 2023 1:20:07 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:48 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/imkwokyong/ip.git (master)... +Oct 23, 2023 1:14:48 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/joeng03/ip.git (master)... +Oct 23, 2023 1:14:48 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/joeng03/ip.git (master) completed! +Oct 23, 2023 1:14:48 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/imkwokyong/ip.git (master) completed! +Oct 23, 2023 1:14:48 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/aslam341/ip.git to complete... -Oct 22, 2023 1:20:07 AM reposense.report.ReportGenerator analyzeRepos -INFO: [35/478] Analyzing https://github.com/vijay-shankaranand/ip.git (master)... -Oct 22, 2023 1:20:07 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:48 AM reposense.report.ReportGenerator analyzeRepos +INFO: [37/478] Analyzing https://github.com/SelwynAng/ip.git (master)... +Oct 23, 2023 1:14:48 AM reposense.report.ReportGenerator analyzeRepos +INFO: [38/478] Analyzing https://github.com/JCSnap/ip.git (master)... +Oct 23, 2023 1:14:48 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/JCSnap/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:14:48 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/JCSnap/ip.git (master)... +Oct 23, 2023 1:14:48 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/SelwynAng/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:14:48 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/SelwynAng/ip.git (master)... +Oct 23, 2023 1:14:48 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/wxwern/ip.git completed! +Oct 23, 2023 1:14:48 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/LWZ19/ip.git... -Oct 22, 2023 1:20:07 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:48 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/LWZ19/ip.git to complete... -Oct 22, 2023 1:20:07 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/vijay-shankaranand/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:07 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/vijay-shankaranand/ip.git (master)... -Oct 22, 2023 1:20:07 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/wxwern/ip.git completed! -Oct 22, 2023 1:20:07 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:48 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/Carlintyj/ip.git completed! +Oct 23, 2023 1:14:48 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/nubnubyas/ip.git completed! +Oct 23, 2023 1:14:48 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/timleow/ip.git... -Oct 22, 2023 1:20:07 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:48 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/timleow/ip.git to complete... -Oct 22, 2023 1:20:07 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/nubnubyas/ip.git completed! -Oct 22, 2023 1:20:07 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:48 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/rayshawntan/ip.git... -Oct 22, 2023 1:20:08 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:48 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/rayshawntan/ip.git to complete... -Oct 22, 2023 1:20:08 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:49 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/aslam341/ip.git completed! -Oct 22, 2023 1:20:08 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:49 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/aexolate/ip.git... -Oct 22, 2023 1:20:08 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:49 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/aexolate/ip.git to complete... -Oct 22, 2023 1:20:08 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:49 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/JCSnap/ip.git (master)... +Oct 23, 2023 1:14:49 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/JCSnap/ip.git (master)... +Oct 23, 2023 1:14:49 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/JCSnap/ip.git (master) completed! +Oct 23, 2023 1:14:49 AM reposense.report.ReportGenerator analyzeRepos +INFO: [39/478] Analyzing https://github.com/tanyyyming/ip.git (master)... +Oct 23, 2023 1:14:49 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/tanyyyming/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:14:49 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/tanyyyming/ip.git (master)... +Oct 23, 2023 1:14:49 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/rayshawntan/ip.git completed! +Oct 23, 2023 1:14:49 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/LWZ19/ip.git completed! -Oct 22, 2023 1:20:08 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/imkwokyong/ip.git (master)... -Oct 22, 2023 1:20:08 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:49 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/timleow/ip.git completed! +Oct 23, 2023 1:14:49 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/Sheeepen/ip.git... -Oct 22, 2023 1:20:08 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/imkwokyong/ip.git (master)... -Oct 22, 2023 1:20:08 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:49 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/Sheeepen/ip.git to complete... -Oct 22, 2023 1:20:08 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/imkwokyong/ip.git (master) completed! -Oct 22, 2023 1:20:08 AM reposense.report.ReportGenerator analyzeRepos -INFO: [36/478] Analyzing https://github.com/joeng03/ip.git (master)... -Oct 22, 2023 1:20:08 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/joeng03/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:08 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/joeng03/ip.git (master)... -Oct 22, 2023 1:20:08 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/rayshawntan/ip.git completed! -Oct 22, 2023 1:20:08 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/timleow/ip.git completed! -Oct 22, 2023 1:20:08 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:49 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/shuyangk/ip.git... -Oct 22, 2023 1:20:08 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/ncmathan/ip.git... -Oct 22, 2023 1:20:08 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/shuyangk/ip.git to complete... -Oct 22, 2023 1:20:08 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:49 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/aexolate/ip.git completed! -Oct 22, 2023 1:20:08 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/ncmathan/ip.git to complete... -Oct 22, 2023 1:20:08 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/vijay-shankaranand/ip.git (master)... -Oct 22, 2023 1:20:08 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:49 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/shuyangk/ip.git to complete... +Oct 23, 2023 1:14:49 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/ncmathan/ip.git... +Oct 23, 2023 1:14:49 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/iyioon/ip.git... -Oct 22, 2023 1:20:08 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:49 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/iyioon/ip.git to complete... -Oct 22, 2023 1:20:08 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/vijay-shankaranand/ip.git (master)... -Oct 22, 2023 1:20:08 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/vijay-shankaranand/ip.git (master) completed! -Oct 22, 2023 1:20:08 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:49 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/ncmathan/ip.git to complete... +Oct 23, 2023 1:14:49 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/SelwynAng/ip.git (master)... +Oct 23, 2023 1:14:49 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/Sheeepen/ip.git completed! -Oct 22, 2023 1:20:08 AM reposense.report.ReportGenerator analyzeRepos -INFO: [37/478] Analyzing https://github.com/SelwynAng/ip.git (master)... -Oct 22, 2023 1:20:08 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:49 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/iyioon/ip.git completed! +Oct 23, 2023 1:14:49 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/kiwibang/ip.git... -Oct 22, 2023 1:20:08 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/kiwibang/ip.git to complete... -Oct 22, 2023 1:20:08 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/SelwynAng/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:08 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/SelwynAng/ip.git (master)... -Oct 22, 2023 1:20:08 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/shuyangk/ip.git completed! -Oct 22, 2023 1:20:08 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:49 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/mingyu-wan/ip.git... -Oct 22, 2023 1:20:08 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:49 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/SelwynAng/ip.git (master)... +Oct 23, 2023 1:14:49 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/kiwibang/ip.git to complete... +Oct 23, 2023 1:14:49 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/SelwynAng/ip.git (master) completed! +Oct 23, 2023 1:14:49 AM reposense.report.ReportGenerator analyzeRepos +INFO: [40/478] Analyzing https://github.com/jeffrey-jian/ip.git (master)... +Oct 23, 2023 1:14:49 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/mingyu-wan/ip.git to complete... -Oct 22, 2023 1:20:08 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/iyioon/ip.git completed! -Oct 22, 2023 1:20:08 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:49 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/shuyangk/ip.git completed! +Oct 23, 2023 1:14:49 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/LuoZYi/ip.git... -Oct 22, 2023 1:20:09 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:49 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/jeffrey-jian/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:14:49 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/jeffrey-jian/ip.git (master)... +Oct 23, 2023 1:14:49 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/LuoZYi/ip.git to complete... -Oct 22, 2023 1:20:09 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:50 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/kiwibang/ip.git completed! -Oct 22, 2023 1:20:09 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:50 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/asdfghjkxd/ip.git... -Oct 22, 2023 1:20:09 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:50 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/asdfghjkxd/ip.git to complete... -Oct 22, 2023 1:20:09 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/ncmathan/ip.git completed! -Oct 22, 2023 1:20:09 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:50 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/LuoZYi/ip.git completed! +Oct 23, 2023 1:14:50 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/sushiyade/ip.git... -Oct 22, 2023 1:20:09 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:50 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/sushiyade/ip.git to complete... -Oct 22, 2023 1:20:09 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/LuoZYi/ip.git completed! -Oct 22, 2023 1:20:09 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/joeng03/ip.git (master)... -Oct 22, 2023 1:20:09 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:50 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/ncmathan/ip.git completed! +Oct 23, 2023 1:14:50 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/Nid21cs/ip.git... -Oct 22, 2023 1:20:09 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:50 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/Nid21cs/ip.git to complete... -Oct 22, 2023 1:20:09 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/joeng03/ip.git (master)... -Oct 22, 2023 1:20:09 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/joeng03/ip.git (master) completed! -Oct 22, 2023 1:20:09 AM reposense.report.ReportGenerator analyzeRepos -INFO: [38/478] Analyzing https://github.com/JCSnap/ip.git (master)... -Oct 22, 2023 1:20:09 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/SelwynAng/ip.git (master)... -Oct 22, 2023 1:20:09 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/JCSnap/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:09 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/JCSnap/ip.git (master)... -Oct 22, 2023 1:20:09 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/SelwynAng/ip.git (master)... -Oct 22, 2023 1:20:09 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/SelwynAng/ip.git (master) completed! -Oct 22, 2023 1:20:09 AM reposense.report.ReportGenerator analyzeRepos -INFO: [39/478] Analyzing https://github.com/tanyyyming/ip.git (master)... -Oct 22, 2023 1:20:09 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/tanyyyming/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:09 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/tanyyyming/ip.git (master)... -Oct 22, 2023 1:20:09 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:50 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/tanyyyming/ip.git (master)... +Oct 23, 2023 1:14:50 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/tanyyyming/ip.git (master)... +Oct 23, 2023 1:14:50 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/tanyyyming/ip.git (master) completed! +Oct 23, 2023 1:14:50 AM reposense.report.ReportGenerator analyzeRepos +INFO: [41/478] Analyzing https://github.com/AprupKale/ip.git (master)... +Oct 23, 2023 1:14:50 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/AprupKale/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:14:50 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/AprupKale/ip.git (master)... +Oct 23, 2023 1:14:50 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/Nid21cs/ip.git completed! -Oct 22, 2023 1:20:09 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/asdfghjkxd/ip.git completed! -Oct 22, 2023 1:20:09 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:50 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/McNaBry/ip.git... -Oct 22, 2023 1:20:09 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/miljyy/ip.git... -Oct 22, 2023 1:20:09 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:51 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/McNaBry/ip.git to complete... -Oct 22, 2023 1:20:09 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:51 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/asdfghjkxd/ip.git completed! +Oct 23, 2023 1:14:51 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/miljyy/ip.git... +Oct 23, 2023 1:14:51 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/miljyy/ip.git to complete... -Oct 22, 2023 1:20:10 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/miljyy/ip.git completed! -Oct 22, 2023 1:20:10 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:51 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/jeffrey-jian/ip.git (master)... +Oct 23, 2023 1:14:51 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/jeffrey-jian/ip.git (master)... +Oct 23, 2023 1:14:51 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/jeffrey-jian/ip.git (master) completed! +Oct 23, 2023 1:14:51 AM reposense.report.ReportGenerator analyzeRepos +INFO: [42/478] Analyzing https://github.com/syamfarh/ip.git (master)... +Oct 23, 2023 1:14:51 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/McNaBry/ip.git completed! -Oct 22, 2023 1:20:10 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:51 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/ncduy0303/ip.git... -Oct 22, 2023 1:20:10 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/eyelessrhyme7/ip.git... -Oct 22, 2023 1:20:10 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:51 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/syamfarh/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:14:51 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/syamfarh/ip.git (master)... +Oct 23, 2023 1:14:51 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/ncduy0303/ip.git to complete... -Oct 22, 2023 1:20:10 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/eyelessrhyme7/ip.git to complete... -Oct 22, 2023 1:20:10 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/JCSnap/ip.git (master)... -Oct 22, 2023 1:20:10 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/JCSnap/ip.git (master)... -Oct 22, 2023 1:20:10 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/JCSnap/ip.git (master) completed! -Oct 22, 2023 1:20:10 AM reposense.report.ReportGenerator analyzeRepos -INFO: [40/478] Analyzing https://github.com/jeffrey-jian/ip.git (master)... -Oct 22, 2023 1:20:10 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/jeffrey-jian/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:10 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/jeffrey-jian/ip.git (master)... -Oct 22, 2023 1:20:10 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:51 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/mingyu-wan/ip.git completed! -Oct 22, 2023 1:20:10 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/eyelessrhyme7/ip.git completed! -Oct 22, 2023 1:20:10 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:51 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/eyelessrhyme7/ip.git... +Oct 23, 2023 1:14:51 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/eyelessrhyme7/ip.git to complete... +Oct 23, 2023 1:14:51 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/miljyy/ip.git completed! +Oct 23, 2023 1:14:51 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/ruishanteo/ip.git... -Oct 22, 2023 1:20:10 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/m1oojv/ip.git... -Oct 22, 2023 1:20:11 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:51 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/ruishanteo/ip.git to complete... -Oct 22, 2023 1:20:11 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:52 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/AprupKale/ip.git (master)... +Oct 23, 2023 1:14:52 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/AprupKale/ip.git (master)... +Oct 23, 2023 1:14:52 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/ncduy0303/ip.git completed! -Oct 22, 2023 1:20:11 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/Nixx162/ip.git... -Oct 22, 2023 1:20:11 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:52 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/m1oojv/ip.git... +Oct 23, 2023 1:14:52 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/AprupKale/ip.git (master) completed! +Oct 23, 2023 1:14:52 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/m1oojv/ip.git to complete... -Oct 22, 2023 1:20:11 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/tanyyyming/ip.git (master)... -Oct 22, 2023 1:20:11 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/Nixx162/ip.git to complete... -Oct 22, 2023 1:20:11 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/tanyyyming/ip.git (master)... -Oct 22, 2023 1:20:11 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/tanyyyming/ip.git (master) completed! -Oct 22, 2023 1:20:11 AM reposense.report.ReportGenerator analyzeRepos -INFO: [41/478] Analyzing https://github.com/AprupKale/ip.git (master)... -Oct 22, 2023 1:20:11 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/sushiyade/ip.git completed! -Oct 22, 2023 1:20:11 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:52 AM reposense.report.ReportGenerator analyzeRepos +INFO: [43/478] Analyzing https://github.com/woojiahao/ip.git (master)... +Oct 23, 2023 1:14:52 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/woojiahao/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:14:52 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/woojiahao/ip.git (master)... +Oct 23, 2023 1:14:52 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/eyelessrhyme7/ip.git completed! +Oct 23, 2023 1:14:52 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/ruishanteo/ip.git completed! +Oct 23, 2023 1:14:52 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/Nixx162/ip.git... +Oct 23, 2023 1:14:52 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/Gabriel4357/ip.git... -Oct 22, 2023 1:20:11 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/AprupKale/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:11 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/AprupKale/ip.git (master)... -Oct 22, 2023 1:20:11 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:52 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/Nixx162/ip.git to complete... +Oct 23, 2023 1:14:52 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/Gabriel4357/ip.git to complete... -Oct 22, 2023 1:20:11 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/Nixx162/ip.git completed! -Oct 22, 2023 1:20:11 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:52 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/sushiyade/ip.git completed! +Oct 23, 2023 1:14:52 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/mfjkri/ip.git... -Oct 22, 2023 1:20:11 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:52 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/mfjkri/ip.git to complete... -Oct 22, 2023 1:20:11 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/ruishanteo/ip.git completed! -Oct 22, 2023 1:20:11 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:52 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/m1oojv/ip.git completed! -Oct 22, 2023 1:20:11 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:52 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/junhonglow/ip.git... -Oct 22, 2023 1:20:11 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/RoeReRe/ip.git... -Oct 22, 2023 1:20:11 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/Gabriel4357/ip.git completed! -Oct 22, 2023 1:20:11 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:52 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/junhonglow/ip.git to complete... -Oct 22, 2023 1:20:11 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/RoeReRe/ip.git to complete... -Oct 22, 2023 1:20:11 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:52 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/syamfarh/ip.git (master)... +Oct 23, 2023 1:14:52 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/syamfarh/ip.git (master)... +Oct 23, 2023 1:14:52 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/syamfarh/ip.git (master) completed! +Oct 23, 2023 1:14:52 AM reposense.report.ReportGenerator analyzeRepos +INFO: [44/478] Analyzing https://github.com/PetrichorPrecipice/ip.git (master)... +Oct 23, 2023 1:14:52 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/Gabriel4357/ip.git completed! +Oct 23, 2023 1:14:52 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/Nixx162/ip.git completed! +Oct 23, 2023 1:14:52 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/PetrichorPrecipice/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:14:52 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/PetrichorPrecipice/ip.git (master)... +Oct 23, 2023 1:14:52 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/RoeReRe/ip.git... +Oct 23, 2023 1:14:52 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/Badatprogrammiing/ip.git... -Oct 22, 2023 1:20:11 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:52 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/Badatprogrammiing/ip.git to complete... -Oct 22, 2023 1:20:11 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:52 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/mfjkri/ip.git completed! -Oct 22, 2023 1:20:11 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:52 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/RoeReRe/ip.git to complete... +Oct 23, 2023 1:14:52 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/nknguyenhc/ip.git... -Oct 22, 2023 1:20:11 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:52 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/nknguyenhc/ip.git to complete... +Oct 23, 2023 1:14:52 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/junhonglow/ip.git completed! -Oct 22, 2023 1:20:11 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:52 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/winson8222/ip.git... -Oct 22, 2023 1:20:11 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/nknguyenhc/ip.git to complete... -Oct 22, 2023 1:20:11 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:53 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/winson8222/ip.git to complete... -Oct 22, 2023 1:20:11 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:53 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/RoeReRe/ip.git completed! -Oct 22, 2023 1:20:11 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:53 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/wujy28/ip.git... -Oct 22, 2023 1:20:11 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:53 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/wujy28/ip.git to complete... -Oct 22, 2023 1:20:11 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:53 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/Badatprogrammiing/ip.git completed! -Oct 22, 2023 1:20:12 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/jeffrey-jian/ip.git (master)... -Oct 22, 2023 1:20:12 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/SimWPEric/ip.git... -Oct 22, 2023 1:20:12 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/SimWPEric/ip.git to complete... -Oct 22, 2023 1:20:12 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/jeffrey-jian/ip.git (master)... -Oct 22, 2023 1:20:12 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/jeffrey-jian/ip.git (master) completed! -Oct 22, 2023 1:20:12 AM reposense.report.ReportGenerator analyzeRepos -INFO: [42/478] Analyzing https://github.com/syamfarh/ip.git (master)... -Oct 22, 2023 1:20:12 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/AprupKale/ip.git (master)... -Oct 22, 2023 1:20:12 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/syamfarh/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:12 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/syamfarh/ip.git (master)... -Oct 22, 2023 1:20:12 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/AprupKale/ip.git (master)... -Oct 22, 2023 1:20:12 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/AprupKale/ip.git (master) completed! -Oct 22, 2023 1:20:12 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:53 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/nknguyenhc/ip.git completed! -Oct 22, 2023 1:20:12 AM reposense.report.ReportGenerator analyzeRepos -INFO: [43/478] Analyzing https://github.com/PetrichorPrecipice/ip.git (master)... -Oct 22, 2023 1:20:12 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/winson8222/ip.git completed! -Oct 22, 2023 1:20:12 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:53 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/SimWPEric/ip.git... +Oct 23, 2023 1:14:53 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/HugeNoob/ip.git... -Oct 22, 2023 1:20:12 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/PetrichorPrecipice/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:12 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/PetrichorPrecipice/ip.git (master)... -Oct 22, 2023 1:20:12 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:53 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/HugeNoob/ip.git to complete... -Oct 22, 2023 1:20:12 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:53 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/SimWPEric/ip.git to complete... +Oct 23, 2023 1:14:53 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/winson8222/ip.git completed! +Oct 23, 2023 1:14:53 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/lerxuann/ip.git... -Oct 22, 2023 1:20:12 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:53 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/lerxuann/ip.git to complete... -Oct 22, 2023 1:20:12 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/SimWPEric/ip.git completed! -Oct 22, 2023 1:20:12 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:53 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/wujy28/ip.git completed! -Oct 22, 2023 1:20:12 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:53 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/SimWPEric/ip.git completed! +Oct 23, 2023 1:14:53 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/Weiennn/ip.git... -Oct 22, 2023 1:20:12 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/maj0-0/ip.git... -Oct 22, 2023 1:20:12 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:53 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/Weiennn/ip.git to complete... -Oct 22, 2023 1:20:12 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/maj0-0/ip.git to complete... -Oct 22, 2023 1:20:12 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:53 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/HugeNoob/ip.git completed! -Oct 22, 2023 1:20:12 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/qyaner/ip.git... -Oct 22, 2023 1:20:12 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/qyaner/ip.git to complete... -Oct 22, 2023 1:20:12 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:53 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/maj0-0/ip.git... +Oct 23, 2023 1:14:53 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/maj0-0/ip.git to complete... +Oct 23, 2023 1:14:53 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/lerxuann/ip.git completed! -Oct 22, 2023 1:20:12 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:53 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/qyaner/ip.git... +Oct 23, 2023 1:14:53 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/ruiyangzh/ip.git... -Oct 22, 2023 1:20:12 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:53 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/qyaner/ip.git to complete... +Oct 23, 2023 1:14:53 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/ruiyangzh/ip.git to complete... -Oct 22, 2023 1:20:12 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/maj0-0/ip.git completed! -Oct 22, 2023 1:20:12 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:54 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/PetrichorPrecipice/ip.git (master)... +Oct 23, 2023 1:14:54 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/PetrichorPrecipice/ip.git (master)... +Oct 23, 2023 1:14:54 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/PetrichorPrecipice/ip.git (master) completed! +Oct 23, 2023 1:14:54 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/woojiahao/ip.git (master)... +Oct 23, 2023 1:14:54 AM reposense.report.ReportGenerator analyzeRepos +INFO: [45/478] Analyzing https://github.com/D-Limiter/ip.git (master)... +Oct 23, 2023 1:14:54 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/maj0-0/ip.git completed! +Oct 23, 2023 1:14:54 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/Weiennn/ip.git completed! -Oct 22, 2023 1:20:12 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:54 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/D-Limiter/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:14:54 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/D-Limiter/ip.git (master)... +Oct 23, 2023 1:14:54 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/Bombbird2001/ip.git... -Oct 22, 2023 1:20:12 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:54 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/hyc17003/ip.git... -Oct 22, 2023 1:20:12 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/hyc17003/ip.git to complete... -Oct 22, 2023 1:20:12 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:54 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/woojiahao/ip.git (master)... +Oct 23, 2023 1:14:54 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/qyaner/ip.git completed! +Oct 23, 2023 1:14:54 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/Bombbird2001/ip.git to complete... -Oct 22, 2023 1:20:12 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/ruiyangzh/ip.git completed! -Oct 22, 2023 1:20:13 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:54 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/woojiahao/ip.git (master) completed! +Oct 23, 2023 1:14:54 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/hyc17003/ip.git to complete... +Oct 23, 2023 1:14:54 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/adammangzijun/ip.git... -Oct 22, 2023 1:20:13 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/adammangzijun/ip.git to complete... -Oct 22, 2023 1:20:13 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/qyaner/ip.git completed! -Oct 22, 2023 1:20:13 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:54 AM reposense.report.ReportGenerator analyzeRepos +INFO: [46/478] Analyzing https://github.com/LINCHENYU2030S/ip.git (master)... +Oct 23, 2023 1:14:54 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/ruiyangzh/ip.git completed! +Oct 23, 2023 1:14:54 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/andytoh1/ip.git... -Oct 22, 2023 1:20:13 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:54 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/adammangzijun/ip.git to complete... +Oct 23, 2023 1:14:54 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/LINCHENYU2030S/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:14:54 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/LINCHENYU2030S/ip.git (master)... +Oct 23, 2023 1:14:54 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/andytoh1/ip.git to complete... -Oct 22, 2023 1:20:13 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/syamfarh/ip.git (master)... -Oct 22, 2023 1:20:13 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/syamfarh/ip.git (master)... -Oct 22, 2023 1:20:13 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/syamfarh/ip.git (master) completed! -Oct 22, 2023 1:20:13 AM reposense.report.ReportGenerator analyzeRepos -INFO: [44/478] Analyzing https://github.com/woojiahao/ip.git (master)... -Oct 22, 2023 1:20:13 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:54 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/Bombbird2001/ip.git completed! -Oct 22, 2023 1:20:13 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:54 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/Originalidk/ip.git... -Oct 22, 2023 1:20:13 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/PetrichorPrecipice/ip.git (master)... -Oct 22, 2023 1:20:13 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:54 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/Originalidk/ip.git to complete... -Oct 22, 2023 1:20:13 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/woojiahao/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:13 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/woojiahao/ip.git (master)... -Oct 22, 2023 1:20:13 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:54 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/hyc17003/ip.git completed! -Oct 22, 2023 1:20:13 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:54 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/quzhetao01/ip.git... -Oct 22, 2023 1:20:13 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/quzhetao01/ip.git to complete... -Oct 22, 2023 1:20:13 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/adammangzijun/ip.git completed! -Oct 22, 2023 1:20:13 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/PetrichorPrecipice/ip.git (master)... -Oct 22, 2023 1:20:13 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:54 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/andytoh1/ip.git completed! -Oct 22, 2023 1:20:13 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/PetrichorPrecipice/ip.git (master) completed! -Oct 22, 2023 1:20:13 AM reposense.report.ReportGenerator analyzeRepos -INFO: [45/478] Analyzing https://github.com/D-Limiter/ip.git (master)... -Oct 22, 2023 1:20:13 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:54 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/adammangzijun/ip.git completed! +Oct 23, 2023 1:14:54 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/quzhetao01/ip.git to complete... +Oct 23, 2023 1:14:54 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/InfiBeyond/ip.git... -Oct 22, 2023 1:20:13 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:54 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/Bearypop/ip.git... -Oct 22, 2023 1:20:13 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:54 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/InfiBeyond/ip.git to complete... -Oct 22, 2023 1:20:13 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:54 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/Bearypop/ip.git to complete... -Oct 22, 2023 1:20:13 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/D-Limiter/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:13 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/D-Limiter/ip.git (master)... -Oct 22, 2023 1:20:13 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:55 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/LINCHENYU2030S/ip.git (master)... +Oct 23, 2023 1:14:55 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/Originalidk/ip.git completed! -Oct 22, 2023 1:20:13 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:55 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/sp4ce-cowboy/ip.git... -Oct 22, 2023 1:20:13 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/quzhetao01/ip.git completed! -Oct 22, 2023 1:20:13 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:55 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/sp4ce-cowboy/ip.git to complete... -Oct 22, 2023 1:20:13 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:55 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/Bearypop/ip.git completed! +Oct 23, 2023 1:14:55 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/LINCHENYU2030S/ip.git (master)... +Oct 23, 2023 1:14:55 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/LINCHENYU2030S/ip.git (master) completed! +Oct 23, 2023 1:14:55 AM reposense.report.ReportGenerator analyzeRepos +INFO: [47/478] Analyzing https://github.com/coderhuang559/ip.git (master)... +Oct 23, 2023 1:14:55 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/JasonLCY-Temp/ip.git... -Oct 22, 2023 1:20:13 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:55 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/quzhetao01/ip.git completed! +Oct 23, 2023 1:14:55 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/JasonLCY-Temp/ip.git to complete... -Oct 22, 2023 1:20:13 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/InfiBeyond/ip.git completed! -Oct 22, 2023 1:20:13 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/Bearypop/ip.git completed! -Oct 22, 2023 1:20:13 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:55 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/wjayee/ip.git... -Oct 22, 2023 1:20:13 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/vivienherq/ip.git... -Oct 22, 2023 1:20:13 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:55 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/wjayee/ip.git to complete... -Oct 22, 2023 1:20:13 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:55 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/coderhuang559/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:14:55 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/coderhuang559/ip.git (master)... +Oct 23, 2023 1:14:55 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/InfiBeyond/ip.git completed! +Oct 23, 2023 1:14:55 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/vivienherq/ip.git... +Oct 23, 2023 1:14:55 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/vivienherq/ip.git to complete... -Oct 22, 2023 1:20:14 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:55 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/D-Limiter/ip.git (master)... +Oct 23, 2023 1:14:55 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/D-Limiter/ip.git (master)... +Oct 23, 2023 1:14:55 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/D-Limiter/ip.git (master) completed! +Oct 23, 2023 1:14:55 AM reposense.report.ReportGenerator analyzeRepos +INFO: [48/478] Analyzing https://github.com/pra-navi/ip.git (master)... +Oct 23, 2023 1:14:55 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/pra-navi/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:14:55 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/pra-navi/ip.git (master)... +Oct 23, 2023 1:14:55 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/sp4ce-cowboy/ip.git completed! +Oct 23, 2023 1:14:55 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/JasonLCY-Temp/ip.git completed! -Oct 22, 2023 1:20:14 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:55 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/jamesebond/ip.git... -Oct 22, 2023 1:20:14 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:55 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/jamesebond/ip.git to complete... -Oct 22, 2023 1:20:14 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/vivienherq/ip.git completed! -Oct 22, 2023 1:20:14 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/sp4ce-cowboy/ip.git completed! -Oct 22, 2023 1:20:14 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:55 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/wjayee/ip.git completed! -Oct 22, 2023 1:20:14 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:55 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/vivienherq/ip.git completed! +Oct 23, 2023 1:14:55 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/jonyeokj/ip.git... -Oct 22, 2023 1:20:14 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:55 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/victorlaiyeeteng/ip.git... -Oct 22, 2023 1:20:14 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/jonyeokj/ip.git to complete... -Oct 22, 2023 1:20:14 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:55 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/lyuanww/ip.git... -Oct 22, 2023 1:20:14 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:55 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/lyuanww/ip.git to complete... -Oct 22, 2023 1:20:14 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:55 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/victorlaiyeeteng/ip.git to complete... -Oct 22, 2023 1:20:14 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/jamesebond/ip.git completed! -Oct 22, 2023 1:20:14 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/yongning0310/ip.git... -Oct 22, 2023 1:20:14 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/yongning0310/ip.git to complete... -Oct 22, 2023 1:20:14 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:55 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/jonyeokj/ip.git to complete... +Oct 23, 2023 1:14:56 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/coderhuang559/ip.git (master)... +Oct 23, 2023 1:14:56 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/victorlaiyeeteng/ip.git completed! -Oct 22, 2023 1:20:14 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:56 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/lyuanww/ip.git completed! +Oct 23, 2023 1:14:56 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/jonyeokj/ip.git completed! -Oct 22, 2023 1:20:14 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:56 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/yongning0310/ip.git... +Oct 23, 2023 1:14:56 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/Cloud7050/ip.git... -Oct 22, 2023 1:20:14 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:56 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/yongning0310/ip.git to complete... +Oct 23, 2023 1:14:56 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/coderhuang559/ip.git (master)... +Oct 23, 2023 1:14:56 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/coderhuang559/ip.git (master) completed! +Oct 23, 2023 1:14:56 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/jamesebond/ip.git completed! +Oct 23, 2023 1:14:56 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/Cloud7050/ip.git to complete... -Oct 22, 2023 1:20:14 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/lyuanww/ip.git completed! -Oct 22, 2023 1:20:14 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:56 AM reposense.report.ReportGenerator analyzeRepos +INFO: [49/478] Analyzing https://github.com/phiphi-tan/ip.git (master)... +Oct 23, 2023 1:14:56 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/LoMaply/ip.git... -Oct 22, 2023 1:20:14 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/D-Limiter/ip.git (master)... -Oct 22, 2023 1:20:14 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/LoMaply/ip.git to complete... -Oct 22, 2023 1:20:14 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:56 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/tllshan/ip.git... -Oct 22, 2023 1:20:15 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:56 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/tllshan/ip.git to complete... -Oct 22, 2023 1:20:15 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/D-Limiter/ip.git (master)... -Oct 22, 2023 1:20:15 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/D-Limiter/ip.git (master) completed! -Oct 22, 2023 1:20:15 AM reposense.report.ReportGenerator analyzeRepos -INFO: [46/478] Analyzing https://github.com/LINCHENYU2030S/ip.git (master)... -Oct 22, 2023 1:20:15 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/LINCHENYU2030S/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:15 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/LINCHENYU2030S/ip.git (master)... -Oct 22, 2023 1:20:15 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/woojiahao/ip.git (master)... -Oct 22, 2023 1:20:15 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/woojiahao/ip.git (master)... -Oct 22, 2023 1:20:15 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/woojiahao/ip.git (master) completed! -Oct 22, 2023 1:20:15 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:56 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/phiphi-tan/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:14:56 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/phiphi-tan/ip.git (master)... +Oct 23, 2023 1:14:56 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/LoMaply/ip.git to complete... +Oct 23, 2023 1:14:56 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/pra-navi/ip.git (master)... +Oct 23, 2023 1:14:56 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/pra-navi/ip.git (master)... +Oct 23, 2023 1:14:56 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/pra-navi/ip.git (master) completed! +Oct 23, 2023 1:14:56 AM reposense.report.ReportGenerator analyzeRepos +INFO: [50/478] Analyzing https://github.com/LordSaumya/ip.git (master)... +Oct 23, 2023 1:14:56 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/LordSaumya/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:14:56 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/LordSaumya/ip.git (master)... +Oct 23, 2023 1:14:56 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/yongning0310/ip.git completed! -Oct 22, 2023 1:20:15 AM reposense.report.ReportGenerator analyzeRepos -INFO: [47/478] Analyzing https://github.com/pra-navi/ip.git (master)... -Oct 22, 2023 1:20:15 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/Gavino3o/ip.git... -Oct 22, 2023 1:20:15 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/Cloud7050/ip.git completed! -Oct 22, 2023 1:20:15 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/HollaG/ip.git... -Oct 22, 2023 1:20:15 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:56 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/LoMaply/ip.git completed! -Oct 22, 2023 1:20:15 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:56 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/tllshan/ip.git completed! +Oct 23, 2023 1:14:56 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/Cloud7050/ip.git completed! +Oct 23, 2023 1:14:56 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/Gavino3o/ip.git... +Oct 23, 2023 1:14:56 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/Gavino3o/ip.git to complete... -Oct 22, 2023 1:20:15 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/pra-navi/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:15 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/pra-navi/ip.git (master)... -Oct 22, 2023 1:20:15 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/HollaG/ip.git to complete... -Oct 22, 2023 1:20:15 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:56 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/HollaG/ip.git... +Oct 23, 2023 1:14:56 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/cheeggered/ip.git... -Oct 22, 2023 1:20:15 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/tllshan/ip.git completed! -Oct 22, 2023 1:20:15 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/cheeggered/ip.git to complete... -Oct 22, 2023 1:20:15 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:56 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/HollaG/ip.git to complete... +Oct 23, 2023 1:14:56 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/xenosf/ip.git... -Oct 22, 2023 1:20:15 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:56 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/cheeggered/ip.git to complete... +Oct 23, 2023 1:14:56 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/xenosf/ip.git to complete... -Oct 22, 2023 1:20:15 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:56 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/phiphi-tan/ip.git (master)... +Oct 23, 2023 1:14:56 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/phiphi-tan/ip.git (master)... +Oct 23, 2023 1:14:56 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/phiphi-tan/ip.git (master) completed! +Oct 23, 2023 1:14:56 AM reposense.report.ReportGenerator analyzeRepos +INFO: [51/478] Analyzing https://github.com/ktzy0305/ip.git (master)... +Oct 23, 2023 1:14:56 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/ktzy0305/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:14:56 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/ktzy0305/ip.git (master)... +Oct 23, 2023 1:14:57 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/Gavino3o/ip.git completed! -Oct 22, 2023 1:20:15 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:57 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/TehOPanas/ip.git... -Oct 22, 2023 1:20:15 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/TehOPanas/ip.git to complete... -Oct 22, 2023 1:20:15 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:57 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/HollaG/ip.git completed! -Oct 22, 2023 1:20:15 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:57 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/xenosf/ip.git completed! +Oct 23, 2023 1:14:57 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/TehOPanas/ip.git to complete... +Oct 23, 2023 1:14:57 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/neyapraveen/ip.git... -Oct 22, 2023 1:20:15 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/cheeggered/ip.git completed! -Oct 22, 2023 1:20:15 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/neyapraveen/ip.git to complete... -Oct 22, 2023 1:20:15 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:57 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/richiehx/ip.git... -Oct 22, 2023 1:20:15 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:57 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/richiehx/ip.git to complete... -Oct 22, 2023 1:20:15 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/xenosf/ip.git completed! -Oct 22, 2023 1:20:15 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:57 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/neyapraveen/ip.git to complete... +Oct 23, 2023 1:14:57 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/cheeggered/ip.git completed! +Oct 23, 2023 1:14:57 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/AlyssaPng/ip.git... -Oct 22, 2023 1:20:15 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:57 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/AlyssaPng/ip.git to complete... -Oct 22, 2023 1:20:16 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/LINCHENYU2030S/ip.git (master)... -Oct 22, 2023 1:20:16 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:57 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/LordSaumya/ip.git (master)... +Oct 23, 2023 1:14:57 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/LordSaumya/ip.git (master)... +Oct 23, 2023 1:14:57 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/LordSaumya/ip.git (master) completed! +Oct 23, 2023 1:14:57 AM reposense.report.ReportGenerator analyzeRepos +INFO: [52/478] Analyzing https://github.com/Chen1x/ip.git (master)... +Oct 23, 2023 1:14:57 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/TehOPanas/ip.git completed! -Oct 22, 2023 1:20:16 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:57 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/leezhengjing/ip.git... -Oct 22, 2023 1:20:16 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:57 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/Chen1x/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:14:57 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/Chen1x/ip.git (master)... +Oct 23, 2023 1:14:57 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/leezhengjing/ip.git to complete... -Oct 22, 2023 1:20:16 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/LINCHENYU2030S/ip.git (master)... -Oct 22, 2023 1:20:16 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/LINCHENYU2030S/ip.git (master) completed! -Oct 22, 2023 1:20:16 AM reposense.report.ReportGenerator analyzeRepos -INFO: [48/478] Analyzing https://github.com/coderhuang559/ip.git (master)... -Oct 22, 2023 1:20:16 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/neyapraveen/ip.git completed! -Oct 22, 2023 1:20:16 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:57 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/richiehx/ip.git completed! -Oct 22, 2023 1:20:16 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/coderhuang559/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:16 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:57 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/neyapraveen/ip.git completed! +Oct 23, 2023 1:14:57 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/seantehds/ip.git... -Oct 22, 2023 1:20:16 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/coderhuang559/ip.git (master)... -Oct 22, 2023 1:20:16 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:57 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/lihongguang00/ip.git... -Oct 22, 2023 1:20:16 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:57 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/seantehds/ip.git to complete... -Oct 22, 2023 1:20:16 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/pra-navi/ip.git (master)... -Oct 22, 2023 1:20:16 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/lihongguang00/ip.git to complete... -Oct 22, 2023 1:20:16 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:57 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/AlyssaPng/ip.git completed! -Oct 22, 2023 1:20:16 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:57 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/lihongguang00/ip.git to complete... +Oct 23, 2023 1:14:57 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/Singa-pirate/ip.git... -Oct 22, 2023 1:20:16 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:57 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/Singa-pirate/ip.git to complete... -Oct 22, 2023 1:20:16 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/pra-navi/ip.git (master)... -Oct 22, 2023 1:20:16 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/pra-navi/ip.git (master) completed! -Oct 22, 2023 1:20:16 AM reposense.report.ReportGenerator analyzeRepos -INFO: [49/478] Analyzing https://github.com/phiphi-tan/ip.git (master)... -Oct 22, 2023 1:20:16 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/phiphi-tan/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:16 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/phiphi-tan/ip.git (master)... -Oct 22, 2023 1:20:16 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/leezhengjing/ip.git completed! -Oct 22, 2023 1:20:16 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/songfangyl/ip.git... -Oct 22, 2023 1:20:16 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/songfangyl/ip.git to complete... -Oct 22, 2023 1:20:16 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:58 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/seantehds/ip.git completed! -Oct 22, 2023 1:20:16 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:58 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/Singa-pirate/ip.git completed! +Oct 23, 2023 1:14:58 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/songfangyl/ip.git... +Oct 23, 2023 1:14:58 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/vansh284/ip.git... -Oct 22, 2023 1:20:16 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:58 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/leezhengjing/ip.git completed! +Oct 23, 2023 1:14:58 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/vansh284/ip.git to complete... -Oct 22, 2023 1:20:16 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/Singa-pirate/ip.git completed! -Oct 22, 2023 1:20:16 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:58 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/songfangyl/ip.git to complete... +Oct 23, 2023 1:14:58 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/YeoBohShin/ip.git... -Oct 22, 2023 1:20:16 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:58 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/YeoBohShin/ip.git to complete... -Oct 22, 2023 1:20:16 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/songfangyl/ip.git completed! -Oct 22, 2023 1:20:16 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:58 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/vansh284/ip.git completed! +Oct 23, 2023 1:14:58 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/shuenj/ip.git... -Oct 22, 2023 1:20:17 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:58 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/YeoBohShin/ip.git completed! +Oct 23, 2023 1:14:58 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/songfangyl/ip.git completed! +Oct 23, 2023 1:14:58 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/shuenj/ip.git to complete... -Oct 22, 2023 1:20:17 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/vansh284/ip.git completed! -Oct 22, 2023 1:20:17 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/lihongguang00/ip.git completed! -Oct 22, 2023 1:20:17 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:58 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/lunaroddity/ip.git... -Oct 22, 2023 1:20:17 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:58 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/ktzy0305/ip.git (master)... +Oct 23, 2023 1:14:58 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/andrechuakj/ip.git... -Oct 22, 2023 1:20:17 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:58 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/Chen1x/ip.git (master)... +Oct 23, 2023 1:14:58 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/lunaroddity/ip.git to complete... -Oct 22, 2023 1:20:17 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/YeoBohShin/ip.git completed! -Oct 22, 2023 1:20:17 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:58 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/andrechuakj/ip.git to complete... -Oct 22, 2023 1:20:17 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:58 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/lihongguang00/ip.git completed! +Oct 23, 2023 1:14:58 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/WeeMingQing/ip.git... -Oct 22, 2023 1:20:17 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/phiphi-tan/ip.git (master)... -Oct 22, 2023 1:20:17 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:58 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/ktzy0305/ip.git (master)... +Oct 23, 2023 1:14:58 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/WeeMingQing/ip.git to complete... -Oct 22, 2023 1:20:17 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/coderhuang559/ip.git (master)... -Oct 22, 2023 1:20:17 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/phiphi-tan/ip.git (master)... -Oct 22, 2023 1:20:17 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/phiphi-tan/ip.git (master) completed! -Oct 22, 2023 1:20:17 AM reposense.report.ReportGenerator analyzeRepos -INFO: [50/478] Analyzing https://github.com/Chen1x/ip.git (master)... -Oct 22, 2023 1:20:17 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/Chen1x/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:17 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/Chen1x/ip.git (master)... -Oct 22, 2023 1:20:17 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:58 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/ktzy0305/ip.git (master) completed! +Oct 23, 2023 1:14:58 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/Chen1x/ip.git (master)... +Oct 23, 2023 1:14:58 AM reposense.report.ReportGenerator analyzeRepos +INFO: [53/478] Analyzing https://github.com/yanghengtang/ip.git (master)... +Oct 23, 2023 1:14:58 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/Chen1x/ip.git (master) completed! +Oct 23, 2023 1:14:58 AM reposense.report.ReportGenerator analyzeRepos +INFO: [54/478] Analyzing https://github.com/johnnythesnake12/ip.git (master)... +Oct 23, 2023 1:14:58 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/yanghengtang/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:14:58 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/yanghengtang/ip.git (master)... +Oct 23, 2023 1:14:58 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/johnnythesnake12/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:14:58 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/johnnythesnake12/ip.git (master)... +Oct 23, 2023 1:14:59 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/lunaroddity/ip.git completed! +Oct 23, 2023 1:14:59 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/shuenj/ip.git completed! -Oct 22, 2023 1:20:17 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/coderhuang559/ip.git (master)... -Oct 22, 2023 1:20:17 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/coderhuang559/ip.git (master) completed! -Oct 22, 2023 1:20:17 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:59 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/andrechuakj/ip.git completed! +Oct 23, 2023 1:14:59 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/aliciamichellew/ip.git... -Oct 22, 2023 1:20:17 AM reposense.report.ReportGenerator analyzeRepos -INFO: [51/478] Analyzing https://github.com/LordSaumya/ip.git (master)... -Oct 22, 2023 1:20:17 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/aliciamichellew/ip.git to complete... -Oct 22, 2023 1:20:17 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/lunaroddity/ip.git completed! -Oct 22, 2023 1:20:17 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/LordSaumya/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:17 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/LordSaumya/ip.git (master)... -Oct 22, 2023 1:20:17 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:59 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/samuelmui8/ip.git... -Oct 22, 2023 1:20:17 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/samuelmui8/ip.git to complete... -Oct 22, 2023 1:20:17 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/andrechuakj/ip.git completed! -Oct 22, 2023 1:20:17 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:59 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/antonTan96/ip.git... -Oct 22, 2023 1:20:17 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/antonTan96/ip.git to complete... -Oct 22, 2023 1:20:17 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:59 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/WeeMingQing/ip.git completed! -Oct 22, 2023 1:20:17 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:59 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/aliciamichellew/ip.git to complete... +Oct 23, 2023 1:14:59 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/antonTan96/ip.git to complete... +Oct 23, 2023 1:14:59 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/owenyeo/ip.git... -Oct 22, 2023 1:20:17 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:59 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/samuelmui8/ip.git to complete... +Oct 23, 2023 1:14:59 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/owenyeo/ip.git to complete... -Oct 22, 2023 1:20:18 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:59 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/johnnythesnake12/ip.git (master)... +Oct 23, 2023 1:14:59 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/johnnythesnake12/ip.git (master)... +Oct 23, 2023 1:14:59 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/johnnythesnake12/ip.git (master) completed! +Oct 23, 2023 1:14:59 AM reposense.report.ReportGenerator analyzeRepos +INFO: [55/478] Analyzing https://github.com/oeggy03/ip.git (master)... +Oct 23, 2023 1:14:59 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/oeggy03/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:14:59 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/oeggy03/ip.git (master)... +Oct 23, 2023 1:14:59 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/antonTan96/ip.git completed! -Oct 22, 2023 1:20:18 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/gongg21/ip.git... -Oct 22, 2023 1:20:18 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/gongg21/ip.git to complete... -Oct 22, 2023 1:20:18 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:59 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/samuelmui8/ip.git completed! -Oct 22, 2023 1:20:18 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/owenyeo/ip.git completed! -Oct 22, 2023 1:20:18 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:59 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/gongg21/ip.git... +Oct 23, 2023 1:14:59 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/nabonitasen/ip.git... -Oct 22, 2023 1:20:18 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:59 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/owenyeo/ip.git completed! +Oct 23, 2023 1:14:59 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/gongg21/ip.git to complete... +Oct 23, 2023 1:14:59 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/erohsikivar/ip.git... +Oct 23, 2023 1:14:59 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/nabonitasen/ip.git to complete... -Oct 22, 2023 1:20:18 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:59 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/erohsikivar/ip.git to complete... +Oct 23, 2023 1:14:59 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/aliciamichellew/ip.git completed! -Oct 22, 2023 1:20:18 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/erohsikivar/ip.git... -Oct 22, 2023 1:20:18 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:14:59 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/pzl111/ip.git... -Oct 22, 2023 1:20:18 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:59 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/pzl111/ip.git to complete... -Oct 22, 2023 1:20:18 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/erohsikivar/ip.git to complete... -Oct 22, 2023 1:20:18 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/Chen1x/ip.git (master)... -Oct 22, 2023 1:20:18 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/Chen1x/ip.git (master)... -Oct 22, 2023 1:20:18 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/Chen1x/ip.git (master) completed! -Oct 22, 2023 1:20:18 AM reposense.report.ReportGenerator analyzeRepos -INFO: [52/478] Analyzing https://github.com/ktzy0305/ip.git (master)... -Oct 22, 2023 1:20:18 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/ktzy0305/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:18 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/ktzy0305/ip.git (master)... -Oct 22, 2023 1:20:18 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:14:59 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/yanghengtang/ip.git (master)... +Oct 23, 2023 1:15:00 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/yanghengtang/ip.git (master)... +Oct 23, 2023 1:15:00 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/gongg21/ip.git completed! -Oct 22, 2023 1:20:18 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/LordSaumya/ip.git (master)... -Oct 22, 2023 1:20:18 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:00 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/teozern1/ip.git... -Oct 22, 2023 1:20:18 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/pzl111/ip.git completed! -Oct 22, 2023 1:20:18 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/nabonitasen/ip.git completed! -Oct 22, 2023 1:20:18 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:00 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/yanghengtang/ip.git (master) completed! +Oct 23, 2023 1:15:00 AM reposense.report.ReportGenerator analyzeRepos +INFO: [56/478] Analyzing https://github.com/p-xp/ip.git (master)... +Oct 23, 2023 1:15:00 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/teozern1/ip.git to complete... -Oct 22, 2023 1:20:18 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/erohsikivar/ip.git completed! -Oct 22, 2023 1:20:18 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:00 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/nabonitasen/ip.git completed! +Oct 23, 2023 1:15:00 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/Elijah5399/ip.git... -Oct 22, 2023 1:20:18 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/nicleongyj/ip.git... -Oct 22, 2023 1:20:18 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/LordSaumya/ip.git (master)... -Oct 22, 2023 1:20:18 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/LordSaumya/ip.git (master) completed! -Oct 22, 2023 1:20:18 AM reposense.report.ReportGenerator analyzeRepos -INFO: [53/478] Analyzing https://github.com/yanghengtang/ip.git (master)... -Oct 22, 2023 1:20:18 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/nicleongyj/ip.git to complete... -Oct 22, 2023 1:20:18 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:00 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/erohsikivar/ip.git completed! +Oct 23, 2023 1:15:00 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/pzl111/ip.git completed! +Oct 23, 2023 1:15:00 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/p-xp/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:00 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/p-xp/ip.git (master)... +Oct 23, 2023 1:15:00 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/Elijah5399/ip.git to complete... -Oct 22, 2023 1:20:18 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:00 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/nicleongyj/ip.git... +Oct 23, 2023 1:15:00 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/WinSheng1/ip.git... -Oct 22, 2023 1:20:18 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:00 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/nicleongyj/ip.git to complete... +Oct 23, 2023 1:15:00 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/WinSheng1/ip.git to complete... -Oct 22, 2023 1:20:18 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/yanghengtang/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:18 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/yanghengtang/ip.git (master)... -Oct 22, 2023 1:20:18 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:00 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/oeggy03/ip.git (master)... +Oct 23, 2023 1:15:00 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/teozern1/ip.git completed! -Oct 22, 2023 1:20:18 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:00 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/ryamgoh/ip.git... -Oct 22, 2023 1:20:19 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:00 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/oeggy03/ip.git (master)... +Oct 23, 2023 1:15:00 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/ryamgoh/ip.git to complete... -Oct 22, 2023 1:20:19 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:00 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/oeggy03/ip.git (master) completed! +Oct 23, 2023 1:15:00 AM reposense.report.ReportGenerator analyzeRepos +INFO: [57/478] Analyzing https://github.com/matochichap/ip.git (master)... +Oct 23, 2023 1:15:00 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/WinSheng1/ip.git completed! +Oct 23, 2023 1:15:00 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/Elijah5399/ip.git completed! -Oct 22, 2023 1:20:19 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/nicleongyj/ip.git completed! -Oct 22, 2023 1:20:19 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:00 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/yucongkoo/ip.git... -Oct 22, 2023 1:20:19 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:00 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/nicleongyj/ip.git completed! +Oct 23, 2023 1:15:00 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/Chen-Kuei/ip.git... -Oct 22, 2023 1:20:19 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/Chen-Kuei/ip.git to complete... -Oct 22, 2023 1:20:19 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:00 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/yucongkoo/ip.git to complete... -Oct 22, 2023 1:20:19 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/WinSheng1/ip.git completed! -Oct 22, 2023 1:20:19 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:00 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/Chen-Kuei/ip.git to complete... +Oct 23, 2023 1:15:00 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/conradsoon/ip.git... -Oct 22, 2023 1:20:19 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:00 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/matochichap/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:00 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/matochichap/ip.git (master)... +Oct 23, 2023 1:15:00 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/conradsoon/ip.git to complete... -Oct 22, 2023 1:20:19 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/yucongkoo/ip.git completed! -Oct 22, 2023 1:20:19 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/GSgiansen/ip.git... -Oct 22, 2023 1:20:19 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:00 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/ryamgoh/ip.git completed! -Oct 22, 2023 1:20:19 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:01 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/GSgiansen/ip.git... +Oct 23, 2023 1:15:01 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/GSgiansen/ip.git to complete... +Oct 23, 2023 1:15:01 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/p-xp/ip.git (master)... +Oct 23, 2023 1:15:01 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/Chen-Kuei/ip.git completed! +Oct 23, 2023 1:15:01 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/et-irl/ip.git... -Oct 22, 2023 1:20:19 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:01 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/et-irl/ip.git to complete... +Oct 23, 2023 1:15:01 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/conradsoon/ip.git completed! -Oct 22, 2023 1:20:19 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/Chen-Kuei/ip.git completed! -Oct 22, 2023 1:20:19 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:01 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/marioalvaro/ip.git... -Oct 22, 2023 1:20:19 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/et-irl/ip.git to complete... -Oct 22, 2023 1:20:19 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:01 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/yucongkoo/ip.git completed! +Oct 23, 2023 1:15:01 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/marioalvaro/ip.git to complete... -Oct 22, 2023 1:20:19 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/GSgiansen/ip.git to complete... -Oct 22, 2023 1:20:19 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:01 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/Seonlo99/ip.git... -Oct 22, 2023 1:20:19 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:01 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/p-xp/ip.git (master)... +Oct 23, 2023 1:15:01 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/p-xp/ip.git (master) completed! +Oct 23, 2023 1:15:01 AM reposense.report.ReportGenerator analyzeRepos +INFO: [58/478] Analyzing https://github.com/TiwKangXu/ip.git (master)... +Oct 23, 2023 1:15:01 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/Seonlo99/ip.git to complete... -Oct 22, 2023 1:20:19 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/et-irl/ip.git completed! -Oct 22, 2023 1:20:19 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/joel-foo/ip.git... -Oct 22, 2023 1:20:19 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:01 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/TiwKangXu/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:01 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/TiwKangXu/ip.git (master)... +Oct 23, 2023 1:15:01 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/GSgiansen/ip.git completed! -Oct 22, 2023 1:20:19 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:01 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/joel-foo/ip.git... +Oct 23, 2023 1:15:01 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/joel-foo/ip.git to complete... -Oct 22, 2023 1:20:19 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/tim-pipi/ip.git... -Oct 22, 2023 1:20:19 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/marioalvaro/ip.git completed! -Oct 22, 2023 1:20:19 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:01 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/et-irl/ip.git completed! +Oct 23, 2023 1:15:01 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/Seonlo99/ip.git completed! -Oct 22, 2023 1:20:19 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/tim-pipi/ip.git to complete... -Oct 22, 2023 1:20:19 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:01 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/marioalvaro/ip.git completed! +Oct 23, 2023 1:15:01 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/tim-pipi/ip.git... +Oct 23, 2023 1:15:01 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/marcellaantania/ip.git... -Oct 22, 2023 1:20:19 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:01 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/tim-pipi/ip.git to complete... +Oct 23, 2023 1:15:01 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/marcellaantania/ip.git to complete... +Oct 23, 2023 1:15:01 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/brendanneojw/ip.git... -Oct 22, 2023 1:20:19 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:01 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/brendanneojw/ip.git to complete... -Oct 22, 2023 1:20:19 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/marcellaantania/ip.git to complete... -Oct 22, 2023 1:20:19 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/yanghengtang/ip.git (master)... -Oct 22, 2023 1:20:20 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/yanghengtang/ip.git (master)... -Oct 22, 2023 1:20:20 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/ktzy0305/ip.git (master)... -Oct 22, 2023 1:20:20 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/yanghengtang/ip.git (master) completed! -Oct 22, 2023 1:20:20 AM reposense.report.ReportGenerator analyzeRepos -INFO: [54/478] Analyzing https://github.com/p-xp/ip.git (master)... -Oct 22, 2023 1:20:20 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/ktzy0305/ip.git (master)... -Oct 22, 2023 1:20:20 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/ktzy0305/ip.git (master) completed! -Oct 22, 2023 1:20:20 AM reposense.report.ReportGenerator analyzeRepos -INFO: [55/478] Analyzing https://github.com/oeggy03/ip.git (master)... -Oct 22, 2023 1:20:20 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/p-xp/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:20 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/p-xp/ip.git (master)... -Oct 22, 2023 1:20:20 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/oeggy03/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:20 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/oeggy03/ip.git (master)... -Oct 22, 2023 1:20:20 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/tim-pipi/ip.git completed! -Oct 22, 2023 1:20:20 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/brendanneojw/ip.git completed! -Oct 22, 2023 1:20:20 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/li-rongzhi/ip.git... -Oct 22, 2023 1:20:20 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:01 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/matochichap/ip.git (master)... +Oct 23, 2023 1:15:01 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/matochichap/ip.git (master)... +Oct 23, 2023 1:15:01 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/matochichap/ip.git (master) completed! +Oct 23, 2023 1:15:01 AM reposense.report.ReportGenerator analyzeRepos +INFO: [59/478] Analyzing https://github.com/ScarletBlanks/ip.git (master)... +Oct 23, 2023 1:15:01 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/ScarletBlanks/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:01 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/ScarletBlanks/ip.git (master)... +Oct 23, 2023 1:15:01 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/joel-foo/ip.git completed! -Oct 22, 2023 1:20:20 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:01 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/li-rongzhi/ip.git... +Oct 23, 2023 1:15:01 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/li-rongzhi/ip.git to complete... +Oct 23, 2023 1:15:01 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/marcellaantania/ip.git completed! -Oct 22, 2023 1:20:20 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:02 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/KamiliArsyad/ip.git... -Oct 22, 2023 1:20:20 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/KamiliArsyad/ip.git to complete... -Oct 22, 2023 1:20:20 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:02 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/tim-pipi/ip.git completed! +Oct 23, 2023 1:15:02 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/brendanneojw/ip.git completed! +Oct 23, 2023 1:15:02 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/seraphimstreets/ip.git... -Oct 22, 2023 1:20:20 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:02 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/KamiliArsyad/ip.git to complete... +Oct 23, 2023 1:15:02 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/seraphimstreets/ip.git to complete... +Oct 23, 2023 1:15:02 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/trgao/ip.git... -Oct 22, 2023 1:20:20 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/li-rongzhi/ip.git to complete... -Oct 22, 2023 1:20:20 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:02 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/trgao/ip.git to complete... -Oct 22, 2023 1:20:20 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/seraphimstreets/ip.git to complete... -Oct 22, 2023 1:20:20 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:02 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/TiwKangXu/ip.git (master)... +Oct 23, 2023 1:15:02 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/TiwKangXu/ip.git (master)... +Oct 23, 2023 1:15:02 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/TiwKangXu/ip.git (master) completed! +Oct 23, 2023 1:15:02 AM reposense.report.ReportGenerator analyzeRepos +INFO: [60/478] Analyzing https://github.com/chiayunrong/ip.git (master)... +Oct 23, 2023 1:15:02 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/chiayunrong/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:02 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/chiayunrong/ip.git (master)... +Oct 23, 2023 1:15:02 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/li-rongzhi/ip.git completed! -Oct 22, 2023 1:20:20 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:02 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/seraphimstreets/ip.git completed! +Oct 23, 2023 1:15:02 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/lilozz2/ip.git... -Oct 22, 2023 1:20:20 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:02 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/lilozz2/ip.git to complete... -Oct 22, 2023 1:20:20 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/KamiliArsyad/ip.git completed! -Oct 22, 2023 1:20:20 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/trgao/ip.git completed! -Oct 22, 2023 1:20:20 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:02 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/jean-cq/ip.git... -Oct 22, 2023 1:20:20 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:02 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/jean-cq/ip.git to complete... -Oct 22, 2023 1:20:20 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:02 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/ScarletBlanks/ip.git (master)... +Oct 23, 2023 1:15:02 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/trgao/ip.git completed! +Oct 23, 2023 1:15:02 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/KamiliArsyad/ip.git completed! +Oct 23, 2023 1:15:02 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/jedkohjk/ip.git... -Oct 22, 2023 1:20:20 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/seraphimstreets/ip.git completed! -Oct 22, 2023 1:20:20 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/jedkohjk/ip.git to complete... -Oct 22, 2023 1:20:20 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:02 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/yytan25/ip.git... -Oct 22, 2023 1:20:20 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:02 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/ScarletBlanks/ip.git (master)... +Oct 23, 2023 1:15:02 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/ScarletBlanks/ip.git (master) completed! +Oct 23, 2023 1:15:02 AM reposense.report.ReportGenerator analyzeRepos +INFO: [61/478] Analyzing https://github.com/devanshubisht/ip.git (master)... +Oct 23, 2023 1:15:02 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/yytan25/ip.git to complete... -Oct 22, 2023 1:20:20 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/p-xp/ip.git (master)... -Oct 22, 2023 1:20:21 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/p-xp/ip.git (master)... -Oct 22, 2023 1:20:21 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/p-xp/ip.git (master) completed! -Oct 22, 2023 1:20:21 AM reposense.report.ReportGenerator analyzeRepos -INFO: [56/478] Analyzing https://github.com/johnnythesnake12/ip.git (master)... -Oct 22, 2023 1:20:21 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/johnnythesnake12/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:21 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/johnnythesnake12/ip.git (master)... -Oct 22, 2023 1:20:21 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:02 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/jedkohjk/ip.git to complete... +Oct 23, 2023 1:15:02 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/devanshubisht/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:02 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/devanshubisht/ip.git (master)... +Oct 23, 2023 1:15:02 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/lilozz2/ip.git completed! -Oct 22, 2023 1:20:21 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/ryantzr1/ip.git... -Oct 22, 2023 1:20:21 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:02 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/jean-cq/ip.git completed! -Oct 22, 2023 1:20:21 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/jedkohjk/ip.git completed! -Oct 22, 2023 1:20:21 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:02 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/ryantzr1/ip.git... +Oct 23, 2023 1:15:02 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/maypfv/ip.git... -Oct 22, 2023 1:20:21 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/ryantzr1/ip.git to complete... -Oct 22, 2023 1:20:21 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:02 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/maypfv/ip.git to complete... -Oct 22, 2023 1:20:21 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:02 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/ryantzr1/ip.git to complete... +Oct 23, 2023 1:15:03 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/yytan25/ip.git completed! -Oct 22, 2023 1:20:21 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:03 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/jedkohjk/ip.git completed! +Oct 23, 2023 1:15:03 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/TohLiYuan/ip.git... -Oct 22, 2023 1:20:21 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:03 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/TohLiYuan/ip.git to complete... -Oct 22, 2023 1:20:21 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:03 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/JizhuoChen/ip.git... -Oct 22, 2023 1:20:21 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:03 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/JizhuoChen/ip.git to complete... -Oct 22, 2023 1:20:21 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/oeggy03/ip.git (master)... -Oct 22, 2023 1:20:21 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/oeggy03/ip.git (master)... -Oct 22, 2023 1:20:21 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/oeggy03/ip.git (master) completed! -Oct 22, 2023 1:20:21 AM reposense.report.ReportGenerator analyzeRepos -INFO: [57/478] Analyzing https://github.com/matochichap/ip.git (master)... -Oct 22, 2023 1:20:21 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/matochichap/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:21 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/matochichap/ip.git (master)... -Oct 22, 2023 1:20:21 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:03 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/chiayunrong/ip.git (master)... +Oct 23, 2023 1:15:03 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/chiayunrong/ip.git (master)... +Oct 23, 2023 1:15:03 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/chiayunrong/ip.git (master) completed! +Oct 23, 2023 1:15:03 AM reposense.report.ReportGenerator analyzeRepos +INFO: [62/478] Analyzing https://github.com/jx124/ip.git (master)... +Oct 23, 2023 1:15:03 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/jx124/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:03 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/jx124/ip.git (master)... +Oct 23, 2023 1:15:03 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/ryantzr1/ip.git completed! -Oct 22, 2023 1:20:21 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:03 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/ChongWeiJie29/ip.git... +Oct 23, 2023 1:15:03 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/ChongWeiJie29/ip.git to complete... +Oct 23, 2023 1:15:03 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/devanshubisht/ip.git (master)... +Oct 23, 2023 1:15:03 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/TohLiYuan/ip.git completed! -Oct 22, 2023 1:20:21 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:03 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/maypfv/ip.git completed! -Oct 22, 2023 1:20:21 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/JizhuoChen/ip.git completed! -Oct 22, 2023 1:20:21 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/ChongWeiJie29/ip.git... -Oct 22, 2023 1:20:21 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:03 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/Goh-Li-Ting/ip.git... -Oct 22, 2023 1:20:21 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/kristayeo/ip.git... -Oct 22, 2023 1:20:21 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:03 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/Goh-Li-Ting/ip.git to complete... -Oct 22, 2023 1:20:21 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/ChongWeiJie29/ip.git to complete... -Oct 22, 2023 1:20:21 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/derekjxtan/ip.git... -Oct 22, 2023 1:20:21 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:03 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/JizhuoChen/ip.git completed! +Oct 23, 2023 1:15:03 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/kristayeo/ip.git... +Oct 23, 2023 1:15:03 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/devanshubisht/ip.git (master)... +Oct 23, 2023 1:15:03 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/kristayeo/ip.git to complete... -Oct 22, 2023 1:20:21 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:03 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/devanshubisht/ip.git (master) completed! +Oct 23, 2023 1:15:03 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/derekjxtan/ip.git... +Oct 23, 2023 1:15:03 AM reposense.report.ReportGenerator analyzeRepos +INFO: [63/478] Analyzing https://github.com/Clin-lyx/ip.git (master)... +Oct 23, 2023 1:15:03 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/derekjxtan/ip.git to complete... -Oct 22, 2023 1:20:21 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/johnnythesnake12/ip.git (master)... -Oct 22, 2023 1:20:21 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/johnnythesnake12/ip.git (master)... -Oct 22, 2023 1:20:21 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/johnnythesnake12/ip.git (master) completed! -Oct 22, 2023 1:20:21 AM reposense.report.ReportGenerator analyzeRepos -INFO: [58/478] Analyzing https://github.com/ScarletBlanks/ip.git (master)... -Oct 22, 2023 1:20:21 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/ScarletBlanks/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:21 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/ScarletBlanks/ip.git (master)... -Oct 22, 2023 1:20:21 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/kristayeo/ip.git completed! -Oct 22, 2023 1:20:21 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:03 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/Clin-lyx/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:03 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/Clin-lyx/ip.git (master)... +Oct 23, 2023 1:15:03 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/ChongWeiJie29/ip.git completed! +Oct 23, 2023 1:15:03 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/shashahchk/ip.git... -Oct 22, 2023 1:20:22 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/derekjxtan/ip.git completed! -Oct 22, 2023 1:20:22 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:03 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/shashahchk/ip.git to complete... -Oct 22, 2023 1:20:22 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/Chandan8186/ip.git... -Oct 22, 2023 1:20:22 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:03 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/Goh-Li-Ting/ip.git completed! -Oct 22, 2023 1:20:22 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:03 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/Chandan8186/ip.git... +Oct 23, 2023 1:15:03 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/Chandan8186/ip.git to complete... -Oct 22, 2023 1:20:22 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/ChongWeiJie29/ip.git completed! -Oct 22, 2023 1:20:22 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:03 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/kristayeo/ip.git completed! +Oct 23, 2023 1:15:03 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/alyssaongyx/ip.git... -Oct 22, 2023 1:20:22 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/AndrewJanong/ip.git... -Oct 22, 2023 1:20:22 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:03 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/alyssaongyx/ip.git to complete... -Oct 22, 2023 1:20:22 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:03 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/derekjxtan/ip.git completed! +Oct 23, 2023 1:15:03 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/AndrewJanong/ip.git... +Oct 23, 2023 1:15:04 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/AndrewJanong/ip.git to complete... -Oct 22, 2023 1:20:22 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/alyssaongyx/ip.git completed! -Oct 22, 2023 1:20:22 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/Chandan8186/ip.git completed! -Oct 22, 2023 1:20:22 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:04 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/jx124/ip.git (master)... +Oct 23, 2023 1:15:04 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/shashahchk/ip.git completed! +Oct 23, 2023 1:15:04 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/jx124/ip.git (master)... +Oct 23, 2023 1:15:04 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/jx124/ip.git (master) completed! +Oct 23, 2023 1:15:04 AM reposense.report.ReportGenerator analyzeRepos +INFO: [64/478] Analyzing https://github.com/AryanG01/ip.git (master)... +Oct 23, 2023 1:15:04 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/Kailash201/ip.git... -Oct 22, 2023 1:20:22 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/matochichap/ip.git (master)... -Oct 22, 2023 1:20:22 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/AndrewJanong/ip.git completed! -Oct 22, 2023 1:20:22 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/laurenlim2112/ip.git... -Oct 22, 2023 1:20:22 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:04 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/Kailash201/ip.git to complete... -Oct 22, 2023 1:20:22 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:04 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/Chandan8186/ip.git completed! +Oct 23, 2023 1:15:04 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/laurenlim2112/ip.git... +Oct 23, 2023 1:15:04 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/laurenlim2112/ip.git to complete... -Oct 22, 2023 1:20:22 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:04 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/AryanG01/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:04 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/AryanG01/ip.git (master)... +Oct 23, 2023 1:15:04 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/alyssaongyx/ip.git completed! +Oct 23, 2023 1:15:04 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/lambraydon/ip.git... -Oct 22, 2023 1:20:22 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/shashahchk/ip.git completed! -Oct 22, 2023 1:20:22 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/matochichap/ip.git (master)... -Oct 22, 2023 1:20:22 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/sk2001git/ip.git... -Oct 22, 2023 1:20:22 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/matochichap/ip.git (master) completed! -Oct 22, 2023 1:20:22 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:04 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/lambraydon/ip.git to complete... -Oct 22, 2023 1:20:22 AM reposense.report.ReportGenerator analyzeRepos -INFO: [59/478] Analyzing https://github.com/TiwKangXu/ip.git (master)... -Oct 22, 2023 1:20:22 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:04 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/AndrewJanong/ip.git completed! +Oct 23, 2023 1:15:04 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/sk2001git/ip.git... +Oct 23, 2023 1:15:04 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/sk2001git/ip.git to complete... -Oct 22, 2023 1:20:22 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/TiwKangXu/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:22 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/TiwKangXu/ip.git (master)... -Oct 22, 2023 1:20:22 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/ScarletBlanks/ip.git (master)... -Oct 22, 2023 1:20:22 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/ScarletBlanks/ip.git (master)... -Oct 22, 2023 1:20:22 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/ScarletBlanks/ip.git (master) completed! -Oct 22, 2023 1:20:22 AM reposense.report.ReportGenerator analyzeRepos -INFO: [60/478] Analyzing https://github.com/chiayunrong/ip.git (master)... -Oct 22, 2023 1:20:22 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/chiayunrong/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:22 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/chiayunrong/ip.git (master)... -Oct 22, 2023 1:20:22 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/laurenlim2112/ip.git completed! -Oct 22, 2023 1:20:22 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:04 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/Kailash201/ip.git completed! -Oct 22, 2023 1:20:22 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:04 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/Clin-lyx/ip.git (master)... +Oct 23, 2023 1:15:04 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/chonguschonguschongus/ip.git... -Oct 22, 2023 1:20:22 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:04 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/chonguschonguschongus/ip.git to complete... +Oct 23, 2023 1:15:04 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/lambraydon/ip.git completed! -Oct 22, 2023 1:20:22 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:04 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/laurenlim2112/ip.git completed! +Oct 23, 2023 1:15:04 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/Clin-lyx/ip.git (master)... +Oct 23, 2023 1:15:04 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/lshaoqin/ip.git... -Oct 22, 2023 1:20:22 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/chonguschonguschongus/ip.git to complete... -Oct 22, 2023 1:20:22 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:04 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/Clin-lyx/ip.git (master) completed! +Oct 23, 2023 1:15:04 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/peasantbird/ip.git... -Oct 22, 2023 1:20:22 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/peasantbird/ip.git to complete... -Oct 22, 2023 1:20:22 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:04 AM reposense.report.ReportGenerator analyzeRepos +INFO: [65/478] Analyzing https://github.com/kayabuttertoastt/ip.git (master)... +Oct 23, 2023 1:15:04 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/lshaoqin/ip.git to complete... -Oct 22, 2023 1:20:23 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:04 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/peasantbird/ip.git to complete... +Oct 23, 2023 1:15:04 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/kayabuttertoastt/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:04 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/kayabuttertoastt/ip.git (master)... +Oct 23, 2023 1:15:05 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/sk2001git/ip.git completed! -Oct 22, 2023 1:20:23 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:05 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/chonguschonguschongus/ip.git completed! +Oct 23, 2023 1:15:05 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/lshaoqin/ip.git completed! +Oct 23, 2023 1:15:05 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/WangCheng0116/ip.git... -Oct 22, 2023 1:20:23 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/WangCheng0116/ip.git to complete... -Oct 22, 2023 1:20:23 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:05 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/peasantbird/ip.git completed! -Oct 22, 2023 1:20:23 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/chonguschonguschongus/ip.git completed! -Oct 22, 2023 1:20:23 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:05 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/teozhengyang/ip.git... -Oct 22, 2023 1:20:23 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/lshaoqin/ip.git completed! -Oct 22, 2023 1:20:23 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:05 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/WangCheng0116/ip.git to complete... +Oct 23, 2023 1:15:05 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/chewjh1234/ip.git... -Oct 22, 2023 1:20:23 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/chewjh1234/ip.git to complete... -Oct 22, 2023 1:20:23 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:05 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/elaineshijie/ip.git... -Oct 22, 2023 1:20:23 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:05 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/chewjh1234/ip.git to complete... +Oct 23, 2023 1:15:05 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/teozhengyang/ip.git to complete... -Oct 22, 2023 1:20:23 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:05 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/elaineshijie/ip.git to complete... -Oct 22, 2023 1:20:23 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/TiwKangXu/ip.git (master)... -Oct 22, 2023 1:20:23 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/TiwKangXu/ip.git (master)... -Oct 22, 2023 1:20:23 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/TiwKangXu/ip.git (master) completed! -Oct 22, 2023 1:20:23 AM reposense.report.ReportGenerator analyzeRepos -INFO: [61/478] Analyzing https://github.com/devanshubisht/ip.git (master)... -Oct 22, 2023 1:20:23 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/WangCheng0116/ip.git completed! -Oct 22, 2023 1:20:23 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/lynnlow175/ip.git... -Oct 22, 2023 1:20:23 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/devanshubisht/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:23 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/devanshubisht/ip.git (master)... -Oct 22, 2023 1:20:23 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/lynnlow175/ip.git to complete... -Oct 22, 2023 1:20:23 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/chiayunrong/ip.git (master)... -Oct 22, 2023 1:20:23 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/chiayunrong/ip.git (master)... -Oct 22, 2023 1:20:23 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/chiayunrong/ip.git (master) completed! -Oct 22, 2023 1:20:23 AM reposense.report.ReportGenerator analyzeRepos -INFO: [62/478] Analyzing https://github.com/jx124/ip.git (master)... -Oct 22, 2023 1:20:23 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:05 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/AryanG01/ip.git (master)... +Oct 23, 2023 1:15:05 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/AryanG01/ip.git (master)... +Oct 23, 2023 1:15:05 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/AryanG01/ip.git (master) completed! +Oct 23, 2023 1:15:05 AM reposense.report.ReportGenerator analyzeRepos +INFO: [66/478] Analyzing https://github.com/sheryew/ip.git (master)... +Oct 23, 2023 1:15:05 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/sheryew/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:05 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/sheryew/ip.git (master)... +Oct 23, 2023 1:15:05 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/kayabuttertoastt/ip.git (master)... +Oct 23, 2023 1:15:05 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/chewjh1234/ip.git completed! -Oct 22, 2023 1:20:23 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:05 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/lynnlow175/ip.git... +Oct 23, 2023 1:15:05 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/elaineshijie/ip.git completed! -Oct 22, 2023 1:20:23 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:05 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/WangCheng0116/ip.git completed! +Oct 23, 2023 1:15:05 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/kayabuttertoastt/ip.git (master)... +Oct 23, 2023 1:15:05 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/kayabuttertoastt/ip.git (master) completed! +Oct 23, 2023 1:15:05 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/lordidiot/ip.git... -Oct 22, 2023 1:20:23 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:05 AM reposense.report.ReportGenerator analyzeRepos +INFO: [67/478] Analyzing https://github.com/jonasongg/ip.git (master)... +Oct 23, 2023 1:15:05 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/chew01/ip.git... -Oct 22, 2023 1:20:23 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/jx124/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:23 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/jx124/ip.git (master)... -Oct 22, 2023 1:20:23 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/lordidiot/ip.git to complete... -Oct 22, 2023 1:20:23 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:05 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/lynnlow175/ip.git to complete... +Oct 23, 2023 1:15:05 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/chew01/ip.git to complete... -Oct 22, 2023 1:20:24 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:05 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/lordidiot/ip.git to complete... +Oct 23, 2023 1:15:05 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/jonasongg/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:05 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/jonasongg/ip.git (master)... +Oct 23, 2023 1:15:06 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/chew01/ip.git completed! -Oct 22, 2023 1:20:24 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/lynnlow175/ip.git completed! -Oct 22, 2023 1:20:24 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:06 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/RSXIX/ip.git... -Oct 22, 2023 1:20:24 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/juliusgambe/ip.git... -Oct 22, 2023 1:20:24 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:06 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/lynnlow175/ip.git completed! +Oct 23, 2023 1:15:06 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/RSXIX/ip.git to complete... -Oct 22, 2023 1:20:24 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:06 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/lordidiot/ip.git completed! -Oct 22, 2023 1:20:24 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/juliusgambe/ip.git to complete... -Oct 22, 2023 1:20:24 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:06 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/juliusgambe/ip.git... +Oct 23, 2023 1:15:06 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/zhonghan721/ip.git... -Oct 22, 2023 1:20:24 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:06 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/juliusgambe/ip.git to complete... +Oct 23, 2023 1:15:06 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/zhonghan721/ip.git to complete... -Oct 22, 2023 1:20:24 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/devanshubisht/ip.git (master)... -Oct 22, 2023 1:20:24 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/zhonghan721/ip.git completed! -Oct 22, 2023 1:20:24 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:06 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/sheryew/ip.git (master)... +Oct 23, 2023 1:15:06 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/sheryew/ip.git (master)... +Oct 23, 2023 1:15:06 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/sheryew/ip.git (master) completed! +Oct 23, 2023 1:15:06 AM reposense.report.ReportGenerator analyzeRepos +INFO: [68/478] Analyzing https://github.com/yiwen101/ip.git (master)... +Oct 23, 2023 1:15:06 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/teozhengyang/ip.git completed! +Oct 23, 2023 1:15:06 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/yiwen101/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:06 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/yiwen101/ip.git (master)... +Oct 23, 2023 1:15:06 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/WZWren/ip.git... -Oct 22, 2023 1:20:24 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/devanshubisht/ip.git (master)... -Oct 22, 2023 1:20:24 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:06 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/WZWren/ip.git to complete... -Oct 22, 2023 1:20:24 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/teozhengyang/ip.git completed! -Oct 22, 2023 1:20:24 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/devanshubisht/ip.git (master) completed! -Oct 22, 2023 1:20:24 AM reposense.report.ReportGenerator analyzeRepos -INFO: [63/478] Analyzing https://github.com/Clin-lyx/ip.git (master)... -Oct 22, 2023 1:20:24 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/juliusgambe/ip.git completed! -Oct 22, 2023 1:20:24 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:06 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/RSXIX/ip.git completed! -Oct 22, 2023 1:20:24 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:06 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/inezkok/ip.git... -Oct 22, 2023 1:20:24 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/jx124/ip.git (master)... -Oct 22, 2023 1:20:24 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:06 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/inezkok/ip.git to complete... -Oct 22, 2023 1:20:24 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:06 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/juliusgambe/ip.git completed! +Oct 23, 2023 1:15:06 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/zhonghan721/ip.git completed! +Oct 23, 2023 1:15:06 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/wasjoe1/ip.git... -Oct 22, 2023 1:20:24 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:06 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/kokrui/ip.git... -Oct 22, 2023 1:20:24 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:06 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/wasjoe1/ip.git to complete... -Oct 22, 2023 1:20:24 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/Clin-lyx/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:24 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/Clin-lyx/ip.git (master)... -Oct 22, 2023 1:20:24 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:06 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/kokrui/ip.git to complete... -Oct 22, 2023 1:20:24 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/jx124/ip.git (master)... -Oct 22, 2023 1:20:24 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/jx124/ip.git (master) completed! -Oct 22, 2023 1:20:24 AM reposense.report.ReportGenerator analyzeRepos -INFO: [64/478] Analyzing https://github.com/AryanG01/ip.git (master)... -Oct 22, 2023 1:20:24 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/AryanG01/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:24 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/AryanG01/ip.git (master)... -Oct 22, 2023 1:20:25 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/inezkok/ip.git completed! -Oct 22, 2023 1:20:25 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:06 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/jonasongg/ip.git (master)... +Oct 23, 2023 1:15:06 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/jonasongg/ip.git (master)... +Oct 23, 2023 1:15:06 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/jonasongg/ip.git (master) completed! +Oct 23, 2023 1:15:06 AM reposense.report.ReportGenerator analyzeRepos +INFO: [69/478] Analyzing https://github.com/tiongMax/ip.git (master)... +Oct 23, 2023 1:15:07 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/tiongMax/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:07 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/tiongMax/ip.git (master)... +Oct 23, 2023 1:15:07 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/WZWren/ip.git completed! +Oct 23, 2023 1:15:07 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/jinyang628/ip.git... -Oct 22, 2023 1:20:25 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:07 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/inezkok/ip.git completed! +Oct 23, 2023 1:15:07 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/jinyang628/ip.git to complete... -Oct 22, 2023 1:20:25 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/wasjoe1/ip.git completed! -Oct 22, 2023 1:20:25 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:07 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/nananakx-x/ip.git... -Oct 22, 2023 1:20:25 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:07 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/nananakx-x/ip.git to complete... -Oct 22, 2023 1:20:25 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/WZWren/ip.git completed! -Oct 22, 2023 1:20:25 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:07 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/wasjoe1/ip.git completed! +Oct 23, 2023 1:15:07 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/ylyma/ip.git... -Oct 22, 2023 1:20:25 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:07 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/ylyma/ip.git to complete... -Oct 22, 2023 1:20:25 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:07 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/kokrui/ip.git completed! -Oct 22, 2023 1:20:25 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:07 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/AnnabelTing/ip.git... -Oct 22, 2023 1:20:25 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:07 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/AnnabelTing/ip.git to complete... -Oct 22, 2023 1:20:25 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:07 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/jinyang628/ip.git completed! -Oct 22, 2023 1:20:25 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:07 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/timetraveller-123/ip.git... -Oct 22, 2023 1:20:25 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:07 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/timetraveller-123/ip.git to complete... -Oct 22, 2023 1:20:25 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:07 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/nananakx-x/ip.git completed! -Oct 22, 2023 1:20:25 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:07 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/LicongHuang/ip.git... -Oct 22, 2023 1:20:25 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:07 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/LicongHuang/ip.git to complete... -Oct 22, 2023 1:20:25 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:07 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/AnnabelTing/ip.git completed! -Oct 22, 2023 1:20:25 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/Clin-lyx/ip.git (master)... -Oct 22, 2023 1:20:25 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:07 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/Jweng88/ip.git... -Oct 22, 2023 1:20:25 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:07 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/Jweng88/ip.git to complete... -Oct 22, 2023 1:20:25 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/Clin-lyx/ip.git (master)... -Oct 22, 2023 1:20:25 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/Clin-lyx/ip.git (master) completed! -Oct 22, 2023 1:20:25 AM reposense.report.ReportGenerator analyzeRepos -INFO: [65/478] Analyzing https://github.com/kayabuttertoastt/ip.git (master)... -Oct 22, 2023 1:20:25 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/kayabuttertoastt/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:25 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/kayabuttertoastt/ip.git (master)... -Oct 22, 2023 1:20:25 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:07 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/timetraveller-123/ip.git completed! -Oct 22, 2023 1:20:25 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:07 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/EricXiong420/ip.git... -Oct 22, 2023 1:20:25 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:07 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/EricXiong420/ip.git to complete... -Oct 22, 2023 1:20:26 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:08 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/yiwen101/ip.git (master)... +Oct 23, 2023 1:15:08 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/tiongMax/ip.git (master)... +Oct 23, 2023 1:15:08 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/yiwen101/ip.git (master)... +Oct 23, 2023 1:15:08 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/yiwen101/ip.git (master) completed! +Oct 23, 2023 1:15:08 AM reposense.report.ReportGenerator analyzeRepos +INFO: [70/478] Analyzing https://github.com/chuababyy/ip.git (master)... +Oct 23, 2023 1:15:08 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/tiongMax/ip.git (master)... +Oct 23, 2023 1:15:08 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/tiongMax/ip.git (master) completed! +Oct 23, 2023 1:15:08 AM reposense.report.ReportGenerator analyzeRepos +INFO: [71/478] Analyzing https://github.com/applepiofmyeye/ip.git (master)... +Oct 23, 2023 1:15:08 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/chuababyy/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:08 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/chuababyy/ip.git (master)... +Oct 23, 2023 1:15:08 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/Jweng88/ip.git completed! -Oct 22, 2023 1:20:26 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:08 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/jovkusuma/ip.git... -Oct 22, 2023 1:20:26 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:08 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/applepiofmyeye/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:08 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/applepiofmyeye/ip.git (master)... +Oct 23, 2023 1:15:08 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/jovkusuma/ip.git to complete... -Oct 22, 2023 1:20:26 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/AryanG01/ip.git (master)... -Oct 22, 2023 1:20:26 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/AryanG01/ip.git (master)... -Oct 22, 2023 1:20:26 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/AryanG01/ip.git (master) completed! -Oct 22, 2023 1:20:26 AM reposense.report.ReportGenerator analyzeRepos -INFO: [66/478] Analyzing https://github.com/sheryew/ip.git (master)... -Oct 22, 2023 1:20:26 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/sheryew/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:26 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/sheryew/ip.git (master)... -Oct 22, 2023 1:20:26 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:08 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/ylyma/ip.git completed! -Oct 22, 2023 1:20:26 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:08 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/bhnuka/ip.git... -Oct 22, 2023 1:20:26 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:08 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/bhnuka/ip.git to complete... -Oct 22, 2023 1:20:26 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/jovkusuma/ip.git completed! -Oct 22, 2023 1:20:26 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:08 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/EricXiong420/ip.git completed! +Oct 23, 2023 1:15:08 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/J-hta-n/ip.git... -Oct 22, 2023 1:20:26 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:08 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/J-hta-n/ip.git to complete... -Oct 22, 2023 1:20:26 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/EricXiong420/ip.git completed! -Oct 22, 2023 1:20:26 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:09 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/jovkusuma/ip.git completed! +Oct 23, 2023 1:15:09 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/Tim-Siu/ip.git... -Oct 22, 2023 1:20:26 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:09 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/Tim-Siu/ip.git to complete... -Oct 22, 2023 1:20:27 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/kayabuttertoastt/ip.git (master)... -Oct 22, 2023 1:20:27 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/kayabuttertoastt/ip.git (master)... -Oct 22, 2023 1:20:27 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/kayabuttertoastt/ip.git (master) completed! -Oct 22, 2023 1:20:27 AM reposense.report.ReportGenerator analyzeRepos -INFO: [67/478] Analyzing https://github.com/jonasongg/ip.git (master)... -Oct 22, 2023 1:20:27 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/jonasongg/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:27 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/jonasongg/ip.git (master)... -Oct 22, 2023 1:20:27 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:09 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/bhnuka/ip.git completed! -Oct 22, 2023 1:20:27 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:09 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/chuababyy/ip.git (master)... +Oct 23, 2023 1:15:09 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/yarnmengnus/ip.git... -Oct 22, 2023 1:20:27 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/J-hta-n/ip.git completed! -Oct 22, 2023 1:20:27 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:09 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/yarnmengnus/ip.git to complete... -Oct 22, 2023 1:20:27 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:09 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/chuababyy/ip.git (master)... +Oct 23, 2023 1:15:09 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/chuababyy/ip.git (master) completed! +Oct 23, 2023 1:15:09 AM reposense.report.ReportGenerator analyzeRepos +INFO: [72/478] Analyzing https://github.com/supermii2/ip.git (master)... +Oct 23, 2023 1:15:09 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/supermii2/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:09 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/supermii2/ip.git (master)... +Oct 23, 2023 1:15:09 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/J-hta-n/ip.git completed! +Oct 23, 2023 1:15:09 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/sopa301/ip.git... -Oct 22, 2023 1:20:27 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/Tim-Siu/ip.git completed! -Oct 22, 2023 1:20:27 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:09 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/sopa301/ip.git to complete... -Oct 22, 2023 1:20:27 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:09 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/Tim-Siu/ip.git completed! +Oct 23, 2023 1:15:09 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/ngeeyonglim/ip.git... -Oct 22, 2023 1:20:27 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:09 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/ngeeyonglim/ip.git to complete... -Oct 22, 2023 1:20:27 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/sheryew/ip.git (master)... -Oct 22, 2023 1:20:27 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/sheryew/ip.git (master)... -Oct 22, 2023 1:20:27 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/sheryew/ip.git (master) completed! -Oct 22, 2023 1:20:27 AM reposense.report.ReportGenerator analyzeRepos -INFO: [68/478] Analyzing https://github.com/yiwen101/ip.git (master)... -Oct 22, 2023 1:20:27 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/yiwen101/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:27 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/yiwen101/ip.git (master)... -Oct 22, 2023 1:20:27 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:09 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/yarnmengnus/ip.git completed! -Oct 22, 2023 1:20:27 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/sopa301/ip.git completed! -Oct 22, 2023 1:20:27 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:09 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/flexibo/ip.git... -Oct 22, 2023 1:20:27 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:09 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/flexibo/ip.git to complete... +Oct 23, 2023 1:15:09 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/sopa301/ip.git completed! +Oct 23, 2023 1:15:09 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/ItsTYtan/ip.git... -Oct 22, 2023 1:20:27 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:09 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/ItsTYtan/ip.git to complete... +Oct 23, 2023 1:15:10 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/ngeeyonglim/ip.git completed! -Oct 22, 2023 1:20:27 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/flexibo/ip.git to complete... -Oct 22, 2023 1:20:27 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:10 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/javinchua/ip.git... -Oct 22, 2023 1:20:27 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/ItsTYtan/ip.git to complete... -Oct 22, 2023 1:20:27 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:10 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/javinchua/ip.git to complete... -Oct 22, 2023 1:20:28 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:10 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/ItsTYtan/ip.git completed! -Oct 22, 2023 1:20:28 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/javinchua/ip.git completed! -Oct 22, 2023 1:20:28 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:10 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/amosting/ip.git... -Oct 22, 2023 1:20:28 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:10 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/amosting/ip.git to complete... -Oct 22, 2023 1:20:28 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/jonasongg/ip.git (master)... -Oct 22, 2023 1:20:28 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:10 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/javinchua/ip.git completed! +Oct 23, 2023 1:15:10 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/Cleon2/ip.git... -Oct 22, 2023 1:20:28 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:10 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/Cleon2/ip.git to complete... -Oct 22, 2023 1:20:28 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/jonasongg/ip.git (master)... -Oct 22, 2023 1:20:28 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/jonasongg/ip.git (master) completed! -Oct 22, 2023 1:20:28 AM reposense.report.ReportGenerator analyzeRepos -INFO: [69/478] Analyzing https://github.com/tiongMax/ip.git (master)... -Oct 22, 2023 1:20:28 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/tiongMax/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:28 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/tiongMax/ip.git (master)... -Oct 22, 2023 1:20:28 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:11 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/amosting/ip.git completed! -Oct 22, 2023 1:20:28 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:11 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/ketweeen/ip.git... -Oct 22, 2023 1:20:28 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/ketweeen/ip.git to complete... -Oct 22, 2023 1:20:28 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:11 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/Cleon2/ip.git completed! -Oct 22, 2023 1:20:28 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:11 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/ketweeen/ip.git to complete... +Oct 23, 2023 1:15:11 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/sudarshan2401/ip.git... -Oct 22, 2023 1:20:28 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:11 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/supermii2/ip.git (master)... +Oct 23, 2023 1:15:11 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/applepiofmyeye/ip.git (master)... +Oct 23, 2023 1:15:11 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/sudarshan2401/ip.git to complete... -Oct 22, 2023 1:20:29 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/yiwen101/ip.git (master)... -Oct 22, 2023 1:20:29 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/yiwen101/ip.git (master)... -Oct 22, 2023 1:20:29 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:11 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/supermii2/ip.git (master)... +Oct 23, 2023 1:15:11 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/supermii2/ip.git (master) completed! +Oct 23, 2023 1:15:11 AM reposense.report.ReportGenerator analyzeRepos +INFO: [73/478] Analyzing https://github.com/remuslum/ip.git (master)... +Oct 23, 2023 1:15:11 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/remuslum/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:11 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/remuslum/ip.git (master)... +Oct 23, 2023 1:15:11 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/applepiofmyeye/ip.git (master)... +Oct 23, 2023 1:15:11 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/applepiofmyeye/ip.git (master) completed! +Oct 23, 2023 1:15:11 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/LicongHuang/ip.git completed! +Oct 23, 2023 1:15:11 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/ketweeen/ip.git completed! -Oct 22, 2023 1:20:29 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/yiwen101/ip.git (master) completed! -Oct 22, 2023 1:20:29 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:11 AM reposense.report.ReportGenerator analyzeRepos +INFO: [74/478] Analyzing https://github.com/nicolengk/ip.git (master)... +Oct 23, 2023 1:15:11 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/wui-hong/ip.git... -Oct 22, 2023 1:20:29 AM reposense.report.ReportGenerator analyzeRepos -INFO: [70/478] Analyzing https://github.com/chuababyy/ip.git (master)... -Oct 22, 2023 1:20:29 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/wui-hong/ip.git to complete... -Oct 22, 2023 1:20:29 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/chuababyy/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:29 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/chuababyy/ip.git (master)... -Oct 22, 2023 1:20:29 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/sudarshan2401/ip.git completed! -Oct 22, 2023 1:20:29 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:11 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/Respirayson/ip.git... -Oct 22, 2023 1:20:29 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:11 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/wui-hong/ip.git to complete... +Oct 23, 2023 1:15:11 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/Respirayson/ip.git to complete... -Oct 22, 2023 1:20:29 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/wui-hong/ip.git completed! -Oct 22, 2023 1:20:29 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:11 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/nicolengk/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:11 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/nicolengk/ip.git (master)... +Oct 23, 2023 1:15:11 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/sudarshan2401/ip.git completed! +Oct 23, 2023 1:15:11 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/Chrainx/ip.git... -Oct 22, 2023 1:20:29 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:11 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/Chrainx/ip.git to complete... -Oct 22, 2023 1:20:29 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/tiongMax/ip.git (master)... -Oct 22, 2023 1:20:29 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/tiongMax/ip.git (master)... -Oct 22, 2023 1:20:29 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/tiongMax/ip.git (master) completed! -Oct 22, 2023 1:20:29 AM reposense.report.ReportGenerator analyzeRepos -INFO: [71/478] Analyzing https://github.com/supermii2/ip.git (master)... -Oct 22, 2023 1:20:29 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/Respirayson/ip.git completed! -Oct 22, 2023 1:20:29 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:12 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/wui-hong/ip.git completed! +Oct 23, 2023 1:15:12 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/shishirbychapur/ip.git... -Oct 22, 2023 1:20:29 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:12 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/shishirbychapur/ip.git to complete... -Oct 22, 2023 1:20:30 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/supermii2/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:30 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/supermii2/ip.git (master)... -Oct 22, 2023 1:20:30 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/LicongHuang/ip.git completed! -Oct 22, 2023 1:20:30 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:12 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/Respirayson/ip.git completed! +Oct 23, 2023 1:15:12 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/sunzihan23/ip.git... -Oct 22, 2023 1:20:30 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:12 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/sunzihan23/ip.git to complete... -Oct 22, 2023 1:20:30 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/chuababyy/ip.git (master)... -Oct 22, 2023 1:20:30 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/chuababyy/ip.git (master)... -Oct 22, 2023 1:20:30 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/chuababyy/ip.git (master) completed! -Oct 22, 2023 1:20:30 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:12 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/nicolengk/ip.git (master)... +Oct 23, 2023 1:15:12 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/flexibo/ip.git completed! -Oct 22, 2023 1:20:30 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:12 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/shishirbychapur/ip.git completed! -Oct 22, 2023 1:20:30 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/sunzihan23/ip.git completed! -Oct 22, 2023 1:20:30 AM reposense.report.ReportGenerator analyzeRepos -INFO: [72/478] Analyzing https://github.com/remuslum/ip.git (master)... -Oct 22, 2023 1:20:30 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:12 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/wj331/ip.git... -Oct 22, 2023 1:20:30 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/tjch-o/ip.git... -Oct 22, 2023 1:20:30 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:12 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/nicolengk/ip.git (master)... +Oct 23, 2023 1:15:12 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/nicolengk/ip.git (master) completed! +Oct 23, 2023 1:15:12 AM reposense.report.ReportGenerator analyzeRepos +INFO: [75/478] Analyzing https://github.com/newway1814/ip.git (master)... +Oct 23, 2023 1:15:12 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/wj331/ip.git to complete... -Oct 22, 2023 1:20:30 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:12 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/sunzihan23/ip.git completed! +Oct 23, 2023 1:15:12 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/tjch-o/ip.git... +Oct 23, 2023 1:15:12 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/licongshen12/ip.git... -Oct 22, 2023 1:20:30 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/tjch-o/ip.git to complete... -Oct 22, 2023 1:20:30 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/remuslum/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:30 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/remuslum/ip.git (master)... -Oct 22, 2023 1:20:30 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:12 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/licongshen12/ip.git to complete... -Oct 22, 2023 1:20:30 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:12 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/newway1814/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:12 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/newway1814/ip.git (master)... +Oct 23, 2023 1:15:12 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/tjch-o/ip.git to complete... +Oct 23, 2023 1:15:12 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/remuslum/ip.git (master)... +Oct 23, 2023 1:15:12 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/Chrainx/ip.git completed! -Oct 22, 2023 1:20:31 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:12 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/mamayuan/ip.git... -Oct 22, 2023 1:20:31 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:12 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/mamayuan/ip.git to complete... -Oct 22, 2023 1:20:31 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/tjch-o/ip.git completed! -Oct 22, 2023 1:20:31 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/ong-wei-hong/ip.git... -Oct 22, 2023 1:20:31 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:12 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/remuslum/ip.git (master)... +Oct 23, 2023 1:15:12 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/remuslum/ip.git (master) completed! +Oct 23, 2023 1:15:12 AM reposense.report.ReportGenerator analyzeRepos +INFO: [76/478] Analyzing https://github.com/glenngnng/ip.git (master)... +Oct 23, 2023 1:15:13 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/glenngnng/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:13 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/glenngnng/ip.git (master)... +Oct 23, 2023 1:15:13 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/wj331/ip.git completed! -Oct 22, 2023 1:20:31 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/tanboonkhong/ip.git... -Oct 22, 2023 1:20:31 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/ong-wei-hong/ip.git to complete... -Oct 22, 2023 1:20:31 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/tanboonkhong/ip.git to complete... -Oct 22, 2023 1:20:31 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:13 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/ong-wei-hong/ip.git... +Oct 23, 2023 1:15:13 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/licongshen12/ip.git completed! -Oct 22, 2023 1:20:31 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:13 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/tjch-o/ip.git completed! +Oct 23, 2023 1:15:13 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/ong-wei-hong/ip.git to complete... +Oct 23, 2023 1:15:13 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/tanboonkhong/ip.git... +Oct 23, 2023 1:15:13 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/cbj252/ip.git... -Oct 22, 2023 1:20:31 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/cbj252/ip.git to complete... -Oct 22, 2023 1:20:31 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/ong-wei-hong/ip.git completed! -Oct 22, 2023 1:20:31 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:13 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/tanboonkhong/ip.git to complete... +Oct 23, 2023 1:15:13 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/mamayuan/ip.git completed! -Oct 22, 2023 1:20:31 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:13 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/cbj252/ip.git to complete... +Oct 23, 2023 1:15:13 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/AlfredBeNoel/ip.git... -Oct 22, 2023 1:20:31 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:13 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/AlfredBeNoel/ip.git to complete... +Oct 23, 2023 1:15:13 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/newway1814/ip.git (master)... +Oct 23, 2023 1:15:13 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/newway1814/ip.git (master)... +Oct 23, 2023 1:15:13 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/newway1814/ip.git (master) completed! +Oct 23, 2023 1:15:13 AM reposense.report.ReportGenerator analyzeRepos +INFO: [77/478] Analyzing https://github.com/zsh-eng/ip.git (master)... +Oct 23, 2023 1:15:13 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/zsh-eng/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:13 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/zsh-eng/ip.git (master)... +Oct 23, 2023 1:15:13 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/ong-wei-hong/ip.git completed! +Oct 23, 2023 1:15:13 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/keaganpzh/ip.git... -Oct 22, 2023 1:20:31 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/keaganpzh/ip.git to complete... -Oct 22, 2023 1:20:31 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:13 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/tanboonkhong/ip.git completed! -Oct 22, 2023 1:20:31 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:13 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/cbj252/ip.git completed! -Oct 22, 2023 1:20:31 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/supermii2/ip.git (master)... -Oct 22, 2023 1:20:31 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/AlfredBeNoel/ip.git to complete... -Oct 22, 2023 1:20:31 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:13 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/keaganpzh/ip.git to complete... +Oct 23, 2023 1:15:13 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/glenngnng/ip.git (master)... +Oct 23, 2023 1:15:13 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/AlfredBeNoel/ip.git completed! +Oct 23, 2023 1:15:13 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/ElginTZM/ip.git... -Oct 22, 2023 1:20:31 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:13 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/LimJH2002/ip.git... -Oct 22, 2023 1:20:31 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:13 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/LimJH2002/ip.git to complete... -Oct 22, 2023 1:20:31 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:13 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/ElginTZM/ip.git to complete... -Oct 22, 2023 1:20:31 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/supermii2/ip.git (master)... -Oct 22, 2023 1:20:31 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/supermii2/ip.git (master) completed! -Oct 22, 2023 1:20:31 AM reposense.report.ReportGenerator analyzeRepos -INFO: [73/478] Analyzing https://github.com/applepiofmyeye/ip.git (master)... -Oct 22, 2023 1:20:31 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/remuslum/ip.git (master)... -Oct 22, 2023 1:20:31 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/remuslum/ip.git (master)... -Oct 22, 2023 1:20:31 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/remuslum/ip.git (master) completed! -Oct 22, 2023 1:20:31 AM reposense.report.ReportGenerator analyzeRepos -INFO: [74/478] Analyzing https://github.com/nicolengk/ip.git (master)... -Oct 22, 2023 1:20:31 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/AlfredBeNoel/ip.git completed! -Oct 22, 2023 1:20:31 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:13 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/cmHuang777/ip.git... -Oct 22, 2023 1:20:31 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/nicolengk/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:31 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/nicolengk/ip.git (master)... -Oct 22, 2023 1:20:31 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:13 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/cmHuang777/ip.git to complete... -Oct 22, 2023 1:20:31 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/applepiofmyeye/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:31 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/applepiofmyeye/ip.git (master)... -Oct 22, 2023 1:20:31 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/ElginTZM/ip.git completed! -Oct 22, 2023 1:20:31 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:13 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/glenngnng/ip.git (master)... +Oct 23, 2023 1:15:13 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/glenngnng/ip.git (master) completed! +Oct 23, 2023 1:15:13 AM reposense.report.ReportGenerator analyzeRepos +INFO: [78/478] Analyzing https://github.com/kanna-1/ip.git (master)... +Oct 23, 2023 1:15:13 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/kanna-1/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:13 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/kanna-1/ip.git (master)... +Oct 23, 2023 1:15:14 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/keaganpzh/ip.git completed! +Oct 23, 2023 1:15:14 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/WeeeHung/ip.git... -Oct 22, 2023 1:20:31 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:14 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/LimJH2002/ip.git completed! -Oct 22, 2023 1:20:32 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/xxiaoweii/ip.git... -Oct 22, 2023 1:20:32 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:14 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/ElginTZM/ip.git completed! +Oct 23, 2023 1:15:14 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/WeeeHung/ip.git to complete... -Oct 22, 2023 1:20:32 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/keaganpzh/ip.git completed! -Oct 22, 2023 1:20:32 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/xxiaoweii/ip.git to complete... -Oct 22, 2023 1:20:32 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:14 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/xxiaoweii/ip.git... +Oct 23, 2023 1:15:14 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/rayyan35p/ip.git... -Oct 22, 2023 1:20:32 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:14 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/rayyan35p/ip.git to complete... -Oct 22, 2023 1:20:32 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:14 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/cmHuang777/ip.git completed! -Oct 22, 2023 1:20:32 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:14 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/xxiaoweii/ip.git to complete... +Oct 23, 2023 1:15:14 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/dhruvir29/ip.git... -Oct 22, 2023 1:20:32 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:14 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/dhruvir29/ip.git to complete... -Oct 22, 2023 1:20:32 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/xxiaoweii/ip.git completed! -Oct 22, 2023 1:20:32 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:14 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/rayyan35p/ip.git completed! +Oct 23, 2023 1:15:14 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/zsh-eng/ip.git (master)... +Oct 23, 2023 1:15:14 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/LinWanLeii/ip.git... -Oct 22, 2023 1:20:32 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:14 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/dhruvir29/ip.git completed! +Oct 23, 2023 1:15:14 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/xxiaoweii/ip.git completed! +Oct 23, 2023 1:15:14 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/LinWanLeii/ip.git to complete... -Oct 22, 2023 1:20:32 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/rayyan35p/ip.git completed! -Oct 22, 2023 1:20:32 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:14 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/zsh-eng/ip.git (master)... +Oct 23, 2023 1:15:14 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/Song-Mengfei/ip.git... -Oct 22, 2023 1:20:32 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/Song-Mengfei/ip.git to complete... -Oct 22, 2023 1:20:32 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/nicolengk/ip.git (master)... -Oct 22, 2023 1:20:32 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/nicolengk/ip.git (master)... -Oct 22, 2023 1:20:32 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/nicolengk/ip.git (master) completed! -Oct 22, 2023 1:20:32 AM reposense.report.ReportGenerator analyzeRepos -INFO: [75/478] Analyzing https://github.com/newway1814/ip.git (master)... -Oct 22, 2023 1:20:32 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/dhruvir29/ip.git completed! -Oct 22, 2023 1:20:32 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:14 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/zsh-eng/ip.git (master) completed! +Oct 23, 2023 1:15:14 AM reposense.report.ReportGenerator analyzeRepos +INFO: [79/478] Analyzing https://github.com/mingyuanc/ip.git (master)... +Oct 23, 2023 1:15:14 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/jinyuan0425/ip.git... -Oct 22, 2023 1:20:32 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/newway1814/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:32 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/newway1814/ip.git (master)... -Oct 22, 2023 1:20:32 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/LinWanLeii/ip.git completed! -Oct 22, 2023 1:20:32 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:14 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/Song-Mengfei/ip.git to complete... +Oct 23, 2023 1:15:14 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/jinyuan0425/ip.git to complete... -Oct 22, 2023 1:20:32 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:14 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/mingyuanc/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:14 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/mingyuanc/ip.git (master)... +Oct 23, 2023 1:15:15 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/kanna-1/ip.git (master)... +Oct 23, 2023 1:15:15 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/kanna-1/ip.git (master)... +Oct 23, 2023 1:15:15 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/kanna-1/ip.git (master) completed! +Oct 23, 2023 1:15:15 AM reposense.report.ReportGenerator analyzeRepos +INFO: [80/478] Analyzing https://github.com/LamJiuFong/ip.git (master)... +Oct 23, 2023 1:15:15 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/LamJiuFong/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:15 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/LamJiuFong/ip.git (master)... +Oct 23, 2023 1:15:15 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/LinWanLeii/ip.git completed! +Oct 23, 2023 1:15:15 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/WeeeHung/ip.git completed! +Oct 23, 2023 1:15:15 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/tiif/ip.git... -Oct 22, 2023 1:20:32 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:15 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/nicholascher/ip.git... +Oct 23, 2023 1:15:15 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/Song-Mengfei/ip.git completed! -Oct 22, 2023 1:20:32 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:15 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/tiif/ip.git to complete... -Oct 22, 2023 1:20:32 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/nicholascher/ip.git... -Oct 22, 2023 1:20:32 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/nicholascher/ip.git to complete... -Oct 22, 2023 1:20:33 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/WeeeHung/ip.git completed! -Oct 22, 2023 1:20:33 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:15 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/hcs1203/ip.git... -Oct 22, 2023 1:20:33 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/hcs1203/ip.git to complete... -Oct 22, 2023 1:20:33 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:15 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/nicholascher/ip.git to complete... +Oct 23, 2023 1:15:15 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/jinyuan0425/ip.git completed! -Oct 22, 2023 1:20:33 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/tiif/ip.git completed! -Oct 22, 2023 1:20:33 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:15 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/papataco14/ip.git... -Oct 22, 2023 1:20:33 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/KamJiaYue/ip.git... -Oct 22, 2023 1:20:33 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:15 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/hcs1203/ip.git to complete... +Oct 23, 2023 1:15:15 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/papataco14/ip.git to complete... -Oct 22, 2023 1:20:33 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:15 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/nicholascher/ip.git completed! -Oct 22, 2023 1:20:33 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:15 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/KamJiaYue/ip.git... +Oct 23, 2023 1:15:15 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/hcs1203/ip.git completed! +Oct 23, 2023 1:15:15 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/tiif/ip.git completed! +Oct 23, 2023 1:15:15 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/KamJiaYue/ip.git to complete... -Oct 22, 2023 1:20:33 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:15 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/NereusWB922/ip.git... -Oct 22, 2023 1:20:33 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/NereusWB922/ip.git to complete... -Oct 22, 2023 1:20:33 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/hcs1203/ip.git completed! -Oct 22, 2023 1:20:33 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:15 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/papataco14/ip.git completed! +Oct 23, 2023 1:15:15 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/PohSayKeong/ip.git... -Oct 22, 2023 1:20:33 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:15 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/NereusWB922/ip.git to complete... +Oct 23, 2023 1:15:15 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/PohSayKeong/ip.git to complete... -Oct 22, 2023 1:20:33 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/papataco14/ip.git completed! -Oct 22, 2023 1:20:33 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:15 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/ivyy-poison/ip.git... -Oct 22, 2023 1:20:33 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:15 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/ivyy-poison/ip.git to complete... -Oct 22, 2023 1:20:33 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/applepiofmyeye/ip.git (master)... -Oct 22, 2023 1:20:33 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/applepiofmyeye/ip.git (master)... -Oct 22, 2023 1:20:33 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/applepiofmyeye/ip.git (master) completed! -Oct 22, 2023 1:20:33 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/newway1814/ip.git (master)... -Oct 22, 2023 1:20:33 AM reposense.report.ReportGenerator analyzeRepos -INFO: [76/478] Analyzing https://github.com/glenngnng/ip.git (master)... -Oct 22, 2023 1:20:33 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/newway1814/ip.git (master)... -Oct 22, 2023 1:20:33 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/newway1814/ip.git (master) completed! -Oct 22, 2023 1:20:33 AM reposense.report.ReportGenerator analyzeRepos -INFO: [77/478] Analyzing https://github.com/zsh-eng/ip.git (master)... -Oct 22, 2023 1:20:33 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/NereusWB922/ip.git completed! -Oct 22, 2023 1:20:33 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:15 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/mingyuanc/ip.git (master)... +Oct 23, 2023 1:15:16 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/mingyuanc/ip.git (master)... +Oct 23, 2023 1:15:16 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/mingyuanc/ip.git (master) completed! +Oct 23, 2023 1:15:16 AM reposense.report.ReportGenerator analyzeRepos +INFO: [81/478] Analyzing https://github.com/GlendaChong/ip.git (master)... +Oct 23, 2023 1:15:16 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/LamJiuFong/ip.git (master)... +Oct 23, 2023 1:15:16 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/GlendaChong/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:16 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/GlendaChong/ip.git (master)... +Oct 23, 2023 1:15:16 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/LamJiuFong/ip.git (master)... +Oct 23, 2023 1:15:16 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/LamJiuFong/ip.git (master) completed! +Oct 23, 2023 1:15:16 AM reposense.report.ReportGenerator analyzeRepos +INFO: [82/478] Analyzing https://github.com/starrylight99/ip.git (master)... +Oct 23, 2023 1:15:16 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/starrylight99/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:16 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/starrylight99/ip.git (master)... +Oct 23, 2023 1:15:16 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/PohSayKeong/ip.git completed! -Oct 22, 2023 1:20:33 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/glenngnng/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:33 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/glenngnng/ip.git (master)... -Oct 22, 2023 1:20:33 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:16 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/jacobcuison/ip.git... -Oct 22, 2023 1:20:33 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/KamJiaYue/ip.git completed! -Oct 22, 2023 1:20:34 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:16 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/ivyy-poison/ip.git completed! +Oct 23, 2023 1:15:16 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/jacobcuison/ip.git to complete... +Oct 23, 2023 1:15:16 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/ji-just-ji/ip.git... -Oct 22, 2023 1:20:34 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:16 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/ji-just-ji/ip.git to complete... +Oct 23, 2023 1:15:16 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/NereusWB922/ip.git completed! +Oct 23, 2023 1:15:16 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/kohkaijie/ip.git... -Oct 22, 2023 1:20:34 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/zsh-eng/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:34 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/zsh-eng/ip.git (master)... -Oct 22, 2023 1:20:34 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/jacobcuison/ip.git to complete... -Oct 22, 2023 1:20:34 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/ivyy-poison/ip.git completed! -Oct 22, 2023 1:20:34 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:16 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/kohkaijie/ip.git to complete... -Oct 22, 2023 1:20:34 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/ji-just-ji/ip.git to complete... -Oct 22, 2023 1:20:34 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:16 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/KamJiaYue/ip.git completed! +Oct 23, 2023 1:15:16 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/rocketninja7/ip.git... -Oct 22, 2023 1:20:34 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:16 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/rocketninja7/ip.git to complete... -Oct 22, 2023 1:20:34 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/ji-just-ji/ip.git completed! -Oct 22, 2023 1:20:34 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/zekone/ip.git... -Oct 22, 2023 1:20:34 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:16 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/jacobcuison/ip.git completed! -Oct 22, 2023 1:20:34 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:16 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/zekone/ip.git... +Oct 23, 2023 1:15:16 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/starrylight99/ip.git (master)... +Oct 23, 2023 1:15:16 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/zekone/ip.git to complete... -Oct 22, 2023 1:20:34 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:16 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/ji-just-ji/ip.git completed! +Oct 23, 2023 1:15:16 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/starrylight99/ip.git (master)... +Oct 23, 2023 1:15:16 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/starrylight99/ip.git (master) completed! +Oct 23, 2023 1:15:16 AM reposense.report.ReportGenerator analyzeRepos +INFO: [83/478] Analyzing https://github.com/AustinHuang1203/ip.git (master)... +Oct 23, 2023 1:15:16 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/markgcera/ip.git... -Oct 22, 2023 1:20:34 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:16 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/markgcera/ip.git to complete... -Oct 22, 2023 1:20:34 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:16 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/AustinHuang1203/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:16 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/AustinHuang1203/ip.git (master)... +Oct 23, 2023 1:15:16 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/rocketninja7/ip.git completed! -Oct 22, 2023 1:20:34 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:16 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/PearlynnT/ip.git... -Oct 22, 2023 1:20:34 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:17 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/PearlynnT/ip.git to complete... -Oct 22, 2023 1:20:34 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/glenngnng/ip.git (master)... -Oct 22, 2023 1:20:34 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/glenngnng/ip.git (master)... -Oct 22, 2023 1:20:34 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/glenngnng/ip.git (master) completed! -Oct 22, 2023 1:20:34 AM reposense.report.ReportGenerator analyzeRepos -INFO: [78/478] Analyzing https://github.com/kanna-1/ip.git (master)... -Oct 22, 2023 1:20:34 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:17 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/GlendaChong/ip.git (master)... +Oct 23, 2023 1:15:17 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/zekone/ip.git completed! -Oct 22, 2023 1:20:34 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:17 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/kohkaijie/ip.git completed! +Oct 23, 2023 1:15:17 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/StevenLiudw/ip.git... -Oct 22, 2023 1:20:34 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/kanna-1/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:34 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/kanna-1/ip.git (master)... -Oct 22, 2023 1:20:34 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:17 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/GlendaChong/ip.git (master)... +Oct 23, 2023 1:15:17 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/StevenLiudw/ip.git to complete... -Oct 22, 2023 1:20:34 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/kohkaijie/ip.git completed! -Oct 22, 2023 1:20:34 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:17 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/TeeRenJing/ip.git... -Oct 22, 2023 1:20:34 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:17 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/GlendaChong/ip.git (master) completed! +Oct 23, 2023 1:15:17 AM reposense.report.ReportGenerator analyzeRepos +INFO: [84/478] Analyzing https://github.com/seewhyjay/ip.git (master)... +Oct 23, 2023 1:15:17 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/markgcera/ip.git completed! -Oct 22, 2023 1:20:34 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/PearlynnT/ip.git completed! -Oct 22, 2023 1:20:34 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:17 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/TeeRenJing/ip.git to complete... +Oct 23, 2023 1:15:17 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/mounilsankar/ip.git... -Oct 22, 2023 1:20:34 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:17 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/seewhyjay/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:17 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/seewhyjay/ip.git (master)... +Oct 23, 2023 1:15:17 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/mounilsankar/ip.git to complete... +Oct 23, 2023 1:15:17 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/PearlynnT/ip.git completed! +Oct 23, 2023 1:15:17 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/dloh2236/ip.git... -Oct 22, 2023 1:20:34 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/TeeRenJing/ip.git to complete... -Oct 22, 2023 1:20:34 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:17 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/dloh2236/ip.git to complete... -Oct 22, 2023 1:20:34 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/mounilsankar/ip.git to complete... -Oct 22, 2023 1:20:35 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:17 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/AustinHuang1203/ip.git (master)... +Oct 23, 2023 1:15:17 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/StevenLiudw/ip.git completed! -Oct 22, 2023 1:20:35 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:17 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/zannloo/ip.git... -Oct 22, 2023 1:20:35 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/zsh-eng/ip.git (master)... -Oct 22, 2023 1:20:35 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:17 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/zannloo/ip.git to complete... -Oct 22, 2023 1:20:35 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/zsh-eng/ip.git (master)... -Oct 22, 2023 1:20:35 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/zsh-eng/ip.git (master) completed! -Oct 22, 2023 1:20:35 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:17 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/AustinHuang1203/ip.git (master)... +Oct 23, 2023 1:15:17 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/AustinHuang1203/ip.git (master) completed! +Oct 23, 2023 1:15:17 AM reposense.report.ReportGenerator analyzeRepos +INFO: [85/478] Analyzing https://github.com/ruth-lim/ip.git (master)... +Oct 23, 2023 1:15:17 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/TeeRenJing/ip.git completed! +Oct 23, 2023 1:15:17 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/mounilsankar/ip.git completed! -Oct 22, 2023 1:20:35 AM reposense.report.ReportGenerator analyzeRepos -INFO: [79/478] Analyzing https://github.com/mingyuanc/ip.git (master)... -Oct 22, 2023 1:20:35 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:17 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/ruth-lim/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:17 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/ruth-lim/ip.git (master)... +Oct 23, 2023 1:15:17 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/junnengsoo/ip.git... -Oct 22, 2023 1:20:35 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/TeeRenJing/ip.git completed! -Oct 22, 2023 1:20:35 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/junnengsoo/ip.git to complete... -Oct 22, 2023 1:20:35 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:17 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/freshcabbage123/ip.git... -Oct 22, 2023 1:20:35 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/mingyuanc/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:35 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/mingyuanc/ip.git (master)... -Oct 22, 2023 1:20:35 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/dloh2236/ip.git completed! -Oct 22, 2023 1:20:35 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:17 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/junnengsoo/ip.git to complete... +Oct 23, 2023 1:15:17 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/freshcabbage123/ip.git to complete... -Oct 22, 2023 1:20:35 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:17 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/dloh2236/ip.git completed! +Oct 23, 2023 1:15:17 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/Kokseng1/ip.git... -Oct 22, 2023 1:20:35 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:17 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/Kokseng1/ip.git to complete... -Oct 22, 2023 1:20:35 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:18 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/seewhyjay/ip.git (master)... +Oct 23, 2023 1:15:18 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/seewhyjay/ip.git (master)... +Oct 23, 2023 1:15:18 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/seewhyjay/ip.git (master) completed! +Oct 23, 2023 1:15:18 AM reposense.report.ReportGenerator analyzeRepos +INFO: [86/478] Analyzing https://github.com/limzhenwy/ip.git (master)... +Oct 23, 2023 1:15:18 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/zannloo/ip.git completed! -Oct 22, 2023 1:20:35 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:18 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/itsNatTan/ip.git... -Oct 22, 2023 1:20:35 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/itsNatTan/ip.git to complete... -Oct 22, 2023 1:20:35 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:18 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/limzhenwy/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:18 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/limzhenwy/ip.git (master)... +Oct 23, 2023 1:15:18 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/junnengsoo/ip.git completed! -Oct 22, 2023 1:20:35 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:18 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/freshcabbage123/ip.git completed! +Oct 23, 2023 1:15:18 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/itsNatTan/ip.git to complete... +Oct 23, 2023 1:15:18 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/tjingsheng/ip.git... -Oct 22, 2023 1:20:35 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:18 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/tjingsheng/ip.git to complete... -Oct 22, 2023 1:20:35 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/freshcabbage123/ip.git completed! -Oct 22, 2023 1:20:35 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/Kokseng1/ip.git completed! -Oct 22, 2023 1:20:35 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:18 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/ZD292/ip.git... -Oct 22, 2023 1:20:35 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:18 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/ZD292/ip.git to complete... -Oct 22, 2023 1:20:35 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:18 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/Kokseng1/ip.git completed! +Oct 23, 2023 1:15:18 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/alientian/ip.git... -Oct 22, 2023 1:20:35 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:18 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/alientian/ip.git to complete... -Oct 22, 2023 1:20:35 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/kanna-1/ip.git (master)... -Oct 22, 2023 1:20:36 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:18 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/itsNatTan/ip.git completed! -Oct 22, 2023 1:20:36 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:18 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/frrrrry/ip.git... -Oct 22, 2023 1:20:36 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:18 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/frrrrry/ip.git to complete... -Oct 22, 2023 1:20:36 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/kanna-1/ip.git (master)... -Oct 22, 2023 1:20:36 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/kanna-1/ip.git (master) completed! -Oct 22, 2023 1:20:36 AM reposense.report.ReportGenerator analyzeRepos -INFO: [80/478] Analyzing https://github.com/LamJiuFong/ip.git (master)... -Oct 22, 2023 1:20:36 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/LamJiuFong/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:36 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/LamJiuFong/ip.git (master)... -Oct 22, 2023 1:20:36 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/alientian/ip.git completed! -Oct 22, 2023 1:20:36 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:18 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/ZD292/ip.git completed! +Oct 23, 2023 1:15:18 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/wanghejin/ip.git... -Oct 22, 2023 1:20:36 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:18 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/wanghejin/ip.git to complete... -Oct 22, 2023 1:20:36 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/ZD292/ip.git completed! -Oct 22, 2023 1:20:36 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:18 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/alientian/ip.git completed! +Oct 23, 2023 1:15:18 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/MagnificentCreature/ip.git... -Oct 22, 2023 1:20:36 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:18 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/MagnificentCreature/ip.git to complete... -Oct 22, 2023 1:20:36 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/mingyuanc/ip.git (master)... -Oct 22, 2023 1:20:36 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:18 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/limzhenwy/ip.git (master)... +Oct 23, 2023 1:15:18 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/frrrrry/ip.git completed! -Oct 22, 2023 1:20:36 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:18 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/tjingsheng/ip.git completed! +Oct 23, 2023 1:15:18 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/SungMatt/ip.git... -Oct 22, 2023 1:20:36 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:18 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/SungMatt/ip.git to complete... -Oct 22, 2023 1:20:36 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/tjingsheng/ip.git completed! -Oct 22, 2023 1:20:36 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/mingyuanc/ip.git (master)... -Oct 22, 2023 1:20:36 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:19 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/andrefoo/ip.git... -Oct 22, 2023 1:20:36 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/mingyuanc/ip.git (master) completed! -Oct 22, 2023 1:20:36 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:19 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/limzhenwy/ip.git (master)... +Oct 23, 2023 1:15:19 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/limzhenwy/ip.git (master) completed! +Oct 23, 2023 1:15:19 AM reposense.report.ReportGenerator analyzeRepos +INFO: [87/478] Analyzing https://github.com/zacwong2151/ip.git (master)... +Oct 23, 2023 1:15:19 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/andrefoo/ip.git to complete... -Oct 22, 2023 1:20:36 AM reposense.report.ReportGenerator analyzeRepos -INFO: [81/478] Analyzing https://github.com/starrylight99/ip.git (master)... -Oct 22, 2023 1:20:36 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/starrylight99/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:36 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/starrylight99/ip.git (master)... -Oct 22, 2023 1:20:36 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:19 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/zacwong2151/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:19 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/zacwong2151/ip.git (master)... +Oct 23, 2023 1:15:19 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/MagnificentCreature/ip.git completed! -Oct 22, 2023 1:20:36 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:19 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/wanghejin/ip.git completed! +Oct 23, 2023 1:15:19 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/tohpinren/ip.git... -Oct 22, 2023 1:20:36 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:19 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/ruth-lim/ip.git (master)... +Oct 23, 2023 1:15:19 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/tohpinren/ip.git to complete... -Oct 22, 2023 1:20:36 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/wanghejin/ip.git completed! -Oct 22, 2023 1:20:36 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:19 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/XihuaZ/ip.git... -Oct 22, 2023 1:20:36 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:19 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/XihuaZ/ip.git to complete... -Oct 22, 2023 1:20:36 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:19 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/ruth-lim/ip.git (master)... +Oct 23, 2023 1:15:19 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/ruth-lim/ip.git (master) completed! +Oct 23, 2023 1:15:19 AM reposense.report.ReportGenerator analyzeRepos +INFO: [88/478] Analyzing https://github.com/xCOLOURx/ip.git (master)... +Oct 23, 2023 1:15:19 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/xCOLOURx/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:19 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/xCOLOURx/ip.git (master)... +Oct 23, 2023 1:15:19 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/andrefoo/ip.git completed! -Oct 22, 2023 1:20:36 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:19 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/xavierpok/ip.git... -Oct 22, 2023 1:20:37 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:19 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/xavierpok/ip.git to complete... -Oct 22, 2023 1:20:37 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:19 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/XihuaZ/ip.git completed! -Oct 22, 2023 1:20:37 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/tohpinren/ip.git completed! -Oct 22, 2023 1:20:37 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:19 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/bkjwjason/ip.git... -Oct 22, 2023 1:20:37 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/Choonyan02/ip.git... -Oct 22, 2023 1:20:37 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:19 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/bkjwjason/ip.git to complete... -Oct 22, 2023 1:20:37 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/LamJiuFong/ip.git (master)... -Oct 22, 2023 1:20:37 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:19 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/tohpinren/ip.git completed! +Oct 23, 2023 1:15:19 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/Choonyan02/ip.git... +Oct 23, 2023 1:15:19 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/Choonyan02/ip.git to complete... -Oct 22, 2023 1:20:37 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/starrylight99/ip.git (master)... -Oct 22, 2023 1:20:37 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/LamJiuFong/ip.git (master)... -Oct 22, 2023 1:20:37 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/LamJiuFong/ip.git (master) completed! -Oct 22, 2023 1:20:37 AM reposense.report.ReportGenerator analyzeRepos -INFO: [82/478] Analyzing https://github.com/GlendaChong/ip.git (master)... -Oct 22, 2023 1:20:37 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:19 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/xavierpok/ip.git completed! -Oct 22, 2023 1:20:37 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/aarontxz/ip.git... -Oct 22, 2023 1:20:37 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/starrylight99/ip.git (master)... -Oct 22, 2023 1:20:37 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/starrylight99/ip.git (master) completed! -Oct 22, 2023 1:20:37 AM reposense.report.ReportGenerator analyzeRepos -INFO: [83/478] Analyzing https://github.com/AustinHuang1203/ip.git (master)... -Oct 22, 2023 1:20:37 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/aarontxz/ip.git to complete... -Oct 22, 2023 1:20:37 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/GlendaChong/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:37 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/GlendaChong/ip.git (master)... -Oct 22, 2023 1:20:37 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/AustinHuang1203/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:37 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/AustinHuang1203/ip.git (master)... -Oct 22, 2023 1:20:37 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:19 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/aarontxz/ip.git... +Oct 23, 2023 1:15:19 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/zacwong2151/ip.git (master)... +Oct 23, 2023 1:15:20 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/aarontxz/ip.git to complete... +Oct 23, 2023 1:15:20 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/zacwong2151/ip.git (master)... +Oct 23, 2023 1:15:20 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/zacwong2151/ip.git (master) completed! +Oct 23, 2023 1:15:20 AM reposense.report.ReportGenerator analyzeRepos +INFO: [89/478] Analyzing https://github.com/Zjinnnn/ip.git (master)... +Oct 23, 2023 1:15:20 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/Zjinnnn/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:20 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/Zjinnnn/ip.git (master)... +Oct 23, 2023 1:15:20 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/bkjwjason/ip.git completed! -Oct 22, 2023 1:20:37 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:20 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/jianyangg/ip.git... -Oct 22, 2023 1:20:37 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:20 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/jianyangg/ip.git to complete... -Oct 22, 2023 1:20:37 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:20 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/Choonyan02/ip.git completed! -Oct 22, 2023 1:20:37 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:20 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/tayian/ip.git... -Oct 22, 2023 1:20:37 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/tayian/ip.git to complete... -Oct 22, 2023 1:20:37 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/SungMatt/ip.git completed! -Oct 22, 2023 1:20:37 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/wnchan/ip.git... -Oct 22, 2023 1:20:37 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:20 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/aarontxz/ip.git completed! -Oct 22, 2023 1:20:37 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:20 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/wnchan/ip.git... +Oct 23, 2023 1:15:20 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/tayian/ip.git to complete... +Oct 23, 2023 1:15:20 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/wnchan/ip.git to complete... -Oct 22, 2023 1:20:37 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:20 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/SungMatt/ip.git completed! +Oct 23, 2023 1:15:20 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/Jweewee/ip.git... -Oct 22, 2023 1:20:38 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:20 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/Jweewee/ip.git to complete... -Oct 22, 2023 1:20:38 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/tayian/ip.git completed! -Oct 22, 2023 1:20:38 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:20 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/xCOLOURx/ip.git (master)... +Oct 23, 2023 1:15:20 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/xCOLOURx/ip.git (master)... +Oct 23, 2023 1:15:20 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/xCOLOURx/ip.git (master) completed! +Oct 23, 2023 1:15:20 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/jianyangg/ip.git completed! -Oct 22, 2023 1:20:38 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:20 AM reposense.report.ReportGenerator analyzeRepos +INFO: [90/478] Analyzing https://github.com/awhb/ip.git (master)... +Oct 23, 2023 1:15:20 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/cyaoxuan/ip.git... -Oct 22, 2023 1:20:38 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:20 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/tayian/ip.git completed! +Oct 23, 2023 1:15:20 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/cyaoxuan/ip.git to complete... +Oct 23, 2023 1:15:20 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/anthonytamzil/ip.git... -Oct 22, 2023 1:20:38 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:20 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/awhb/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:20 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/awhb/ip.git (master)... +Oct 23, 2023 1:15:20 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/anthonytamzil/ip.git to complete... -Oct 22, 2023 1:20:38 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/cyaoxuan/ip.git to complete... -Oct 22, 2023 1:20:38 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/AustinHuang1203/ip.git (master)... -Oct 22, 2023 1:20:38 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/AustinHuang1203/ip.git (master)... -Oct 22, 2023 1:20:38 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/AustinHuang1203/ip.git (master) completed! -Oct 22, 2023 1:20:38 AM reposense.report.ReportGenerator analyzeRepos -INFO: [84/478] Analyzing https://github.com/seewhyjay/ip.git (master)... -Oct 22, 2023 1:20:38 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/seewhyjay/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:38 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/seewhyjay/ip.git (master)... -Oct 22, 2023 1:20:38 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:20 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/wnchan/ip.git completed! -Oct 22, 2023 1:20:38 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:20 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/CelestineTan03/ip.git... -Oct 22, 2023 1:20:38 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:20 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/CelestineTan03/ip.git to complete... -Oct 22, 2023 1:20:38 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/anthonytamzil/ip.git completed! -Oct 22, 2023 1:20:38 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:21 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/Zjinnnn/ip.git (master)... +Oct 23, 2023 1:15:21 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/Zjinnnn/ip.git (master)... +Oct 23, 2023 1:15:21 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/Zjinnnn/ip.git (master) completed! +Oct 23, 2023 1:15:21 AM reposense.report.ReportGenerator analyzeRepos +INFO: [91/478] Analyzing https://github.com/teoks0199/ip.git (master)... +Oct 23, 2023 1:15:21 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/cyaoxuan/ip.git completed! +Oct 23, 2023 1:15:21 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/saltedfishxx/ip.git... -Oct 22, 2023 1:20:38 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:21 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/saltedfishxx/ip.git to complete... -Oct 22, 2023 1:20:38 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/cyaoxuan/ip.git completed! -Oct 22, 2023 1:20:38 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:21 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/anthonytamzil/ip.git completed! +Oct 23, 2023 1:15:21 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/teoks0199/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:21 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/teoks0199/ip.git (master)... +Oct 23, 2023 1:15:21 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/euchangxian/ip.git... -Oct 22, 2023 1:20:38 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/GlendaChong/ip.git (master)... -Oct 22, 2023 1:20:38 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/euchangxian/ip.git to complete... -Oct 22, 2023 1:20:38 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/GlendaChong/ip.git (master)... -Oct 22, 2023 1:20:38 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/GlendaChong/ip.git (master) completed! -Oct 22, 2023 1:20:38 AM reposense.report.ReportGenerator analyzeRepos -INFO: [85/478] Analyzing https://github.com/limzhenwy/ip.git (master)... -Oct 22, 2023 1:20:38 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/limzhenwy/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:38 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/limzhenwy/ip.git (master)... -Oct 22, 2023 1:20:38 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:21 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/CelestineTan03/ip.git completed! -Oct 22, 2023 1:20:38 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:21 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/euchangxian/ip.git to complete... +Oct 23, 2023 1:15:21 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/AlagappanRa/ip.git... -Oct 22, 2023 1:20:38 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:21 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/AlagappanRa/ip.git to complete... -Oct 22, 2023 1:20:38 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:21 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/Jweewee/ip.git completed! +Oct 23, 2023 1:15:21 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/awhb/ip.git (master)... +Oct 23, 2023 1:15:21 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/saltedfishxx/ip.git completed! -Oct 22, 2023 1:20:38 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:21 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/Ken-Lai/ip.git... -Oct 22, 2023 1:20:38 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/Ken-Lai/ip.git to complete... -Oct 22, 2023 1:20:38 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/Jweewee/ip.git completed! -Oct 22, 2023 1:20:38 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:21 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/itssisi/ip.git... -Oct 22, 2023 1:20:39 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/itssisi/ip.git to complete... -Oct 22, 2023 1:20:39 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/seewhyjay/ip.git (master)... -Oct 22, 2023 1:20:39 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/seewhyjay/ip.git (master)... -Oct 22, 2023 1:20:39 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/seewhyjay/ip.git (master) completed! -Oct 22, 2023 1:20:39 AM reposense.report.ReportGenerator analyzeRepos -INFO: [86/478] Analyzing https://github.com/ruth-lim/ip.git (master)... -Oct 22, 2023 1:20:39 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:21 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/AlagappanRa/ip.git completed! -Oct 22, 2023 1:20:39 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:21 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/itssisi/ip.git to complete... +Oct 23, 2023 1:15:21 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/Ken-Lai/ip.git to complete... +Oct 23, 2023 1:15:21 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/jamz903/ip.git... -Oct 22, 2023 1:20:39 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/Ken-Lai/ip.git completed! -Oct 22, 2023 1:20:39 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/ruth-lim/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:39 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/ruth-lim/ip.git (master)... -Oct 22, 2023 1:20:39 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:21 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/awhb/ip.git (master)... +Oct 23, 2023 1:15:21 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/awhb/ip.git (master) completed! +Oct 23, 2023 1:15:21 AM reposense.report.ReportGenerator analyzeRepos +INFO: [92/478] Analyzing https://github.com/qz1004/ip.git (master)... +Oct 23, 2023 1:15:21 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/jamz903/ip.git to complete... -Oct 22, 2023 1:20:39 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:21 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/qz1004/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:21 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/qz1004/ip.git (master)... +Oct 23, 2023 1:15:22 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/teoks0199/ip.git (master)... +Oct 23, 2023 1:15:22 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/Ken-Lai/ip.git completed! +Oct 23, 2023 1:15:22 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/Kevin-Liusx/ip.git... -Oct 22, 2023 1:20:39 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/itssisi/ip.git completed! -Oct 22, 2023 1:20:39 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:22 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/teoks0199/ip.git (master)... +Oct 23, 2023 1:15:22 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/teoks0199/ip.git (master) completed! +Oct 23, 2023 1:15:22 AM reposense.report.ReportGenerator analyzeRepos +INFO: [93/478] Analyzing https://github.com/pangyyen/ip.git (master)... +Oct 23, 2023 1:15:22 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/Kevin-Liusx/ip.git to complete... -Oct 22, 2023 1:20:39 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:22 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/itssisi/ip.git completed! +Oct 23, 2023 1:15:22 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/pangyyen/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:22 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/pangyyen/ip.git (master)... +Oct 23, 2023 1:15:22 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/Propene-Dan/ip.git... -Oct 22, 2023 1:20:39 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:22 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/Propene-Dan/ip.git to complete... -Oct 22, 2023 1:20:39 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:22 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/euchangxian/ip.git completed! -Oct 22, 2023 1:20:39 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:22 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/jamz903/ip.git completed! +Oct 23, 2023 1:15:22 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/ChuanXinNg/ip.git... -Oct 22, 2023 1:20:39 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:22 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/kenvynKwek/ip.git... +Oct 23, 2023 1:15:22 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/ChuanXinNg/ip.git to complete... -Oct 22, 2023 1:20:39 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/limzhenwy/ip.git (master)... -Oct 22, 2023 1:20:39 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/limzhenwy/ip.git (master)... -Oct 22, 2023 1:20:39 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/limzhenwy/ip.git (master) completed! -Oct 22, 2023 1:20:39 AM reposense.report.ReportGenerator analyzeRepos -INFO: [87/478] Analyzing https://github.com/xCOLOURx/ip.git (master)... -Oct 22, 2023 1:20:39 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/xCOLOURx/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:39 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/xCOLOURx/ip.git (master)... -Oct 22, 2023 1:20:39 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:22 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/kenvynKwek/ip.git to complete... +Oct 23, 2023 1:15:22 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/Kevin-Liusx/ip.git completed! -Oct 22, 2023 1:20:39 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/jamz903/ip.git completed! -Oct 22, 2023 1:20:39 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/kenvynKwek/ip.git... -Oct 22, 2023 1:20:39 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:22 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/Ruizhi2001/ip.git... -Oct 22, 2023 1:20:39 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/kenvynKwek/ip.git to complete... -Oct 22, 2023 1:20:39 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:22 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/Ruizhi2001/ip.git to complete... -Oct 22, 2023 1:20:39 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:22 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/kenvynKwek/ip.git completed! +Oct 23, 2023 1:15:22 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/ChuanXinNg/ip.git completed! +Oct 23, 2023 1:15:22 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/Propene-Dan/ip.git completed! -Oct 22, 2023 1:20:39 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:22 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/prawnzyy/ip.git... -Oct 22, 2023 1:20:39 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/prawnzyy/ip.git to complete... -Oct 22, 2023 1:20:39 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/ChuanXinNg/ip.git completed! -Oct 22, 2023 1:20:39 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:22 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/saraozn/ip.git... -Oct 22, 2023 1:20:39 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/saraozn/ip.git to complete... -Oct 22, 2023 1:20:40 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/kenvynKwek/ip.git completed! -Oct 22, 2023 1:20:40 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:22 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/nicholastng010601/ip.git... -Oct 22, 2023 1:20:40 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/saraozn/ip.git completed! -Oct 22, 2023 1:20:40 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/prawnzyy/ip.git completed! -Oct 22, 2023 1:20:40 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/DistractedCat/ip.git... -Oct 22, 2023 1:20:40 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:22 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/saraozn/ip.git to complete... +Oct 23, 2023 1:15:22 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/nicholastng010601/ip.git to complete... -Oct 22, 2023 1:20:40 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/DistractedCat/ip.git to complete... -Oct 22, 2023 1:20:40 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:22 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/prawnzyy/ip.git to complete... +Oct 23, 2023 1:15:22 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/qz1004/ip.git (master)... +Oct 23, 2023 1:15:22 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/Ruizhi2001/ip.git completed! -Oct 22, 2023 1:20:40 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:22 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/DistractedCat/ip.git... +Oct 23, 2023 1:15:22 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/DistractedCat/ip.git to complete... +Oct 23, 2023 1:15:22 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/qz1004/ip.git (master)... +Oct 23, 2023 1:15:22 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/qz1004/ip.git (master) completed! +Oct 23, 2023 1:15:22 AM reposense.report.ReportGenerator analyzeRepos +INFO: [94/478] Analyzing https://github.com/Mahidharah/ip.git (master)... +Oct 23, 2023 1:15:22 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/Mahidharah/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:22 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/Mahidharah/ip.git (master)... +Oct 23, 2023 1:15:23 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/pangyyen/ip.git (master)... +Oct 23, 2023 1:15:23 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/prawnzyy/ip.git completed! +Oct 23, 2023 1:15:23 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/pangyyen/ip.git (master)... +Oct 23, 2023 1:15:23 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/pangyyen/ip.git (master) completed! +Oct 23, 2023 1:15:23 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/yezkez10/ip.git... -Oct 22, 2023 1:20:40 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/revdrag/ip.git... -Oct 22, 2023 1:20:40 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:23 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/saraozn/ip.git completed! +Oct 23, 2023 1:15:23 AM reposense.report.ReportGenerator analyzeRepos +INFO: [95/478] Analyzing https://github.com/jason-raiin/ip.git (master)... +Oct 23, 2023 1:15:23 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/yezkez10/ip.git to complete... -Oct 22, 2023 1:20:40 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/revdrag/ip.git to complete... -Oct 22, 2023 1:20:40 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:23 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/revdrag/ip.git... +Oct 23, 2023 1:15:23 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/nicholastng010601/ip.git completed! -Oct 22, 2023 1:20:40 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:23 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/alvinlim277/ip.git... -Oct 22, 2023 1:20:40 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/alvinlim277/ip.git to complete... -Oct 22, 2023 1:20:40 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:23 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/revdrag/ip.git to complete... +Oct 23, 2023 1:15:23 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/DistractedCat/ip.git completed! -Oct 22, 2023 1:20:40 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:23 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/jason-raiin/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:23 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/jason-raiin/ip.git (master)... +Oct 23, 2023 1:15:23 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/alvinlim277/ip.git to complete... +Oct 23, 2023 1:15:23 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/JasonRay168/ip.git... -Oct 22, 2023 1:20:40 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:23 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/JasonRay168/ip.git to complete... -Oct 22, 2023 1:20:40 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/revdrag/ip.git completed! -Oct 22, 2023 1:20:40 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:23 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/Mahidharah/ip.git (master)... +Oct 23, 2023 1:15:23 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/Mahidharah/ip.git (master)... +Oct 23, 2023 1:15:23 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/Mahidharah/ip.git (master) completed! +Oct 23, 2023 1:15:23 AM reposense.report.ReportGenerator analyzeRepos +INFO: [96/478] Analyzing https://github.com/ravern/ip.git (master)... +Oct 23, 2023 1:15:23 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/yezkez10/ip.git completed! -Oct 22, 2023 1:20:40 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:23 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/billieboy7/ip.git... -Oct 22, 2023 1:20:40 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:23 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/billieboy7/ip.git to complete... -Oct 22, 2023 1:20:40 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/jannnice/ip.git... -Oct 22, 2023 1:20:40 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/xCOLOURx/ip.git (master)... -Oct 22, 2023 1:20:40 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/jannnice/ip.git to complete... -Oct 22, 2023 1:20:40 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/xCOLOURx/ip.git (master)... -Oct 22, 2023 1:20:40 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/xCOLOURx/ip.git (master) completed! -Oct 22, 2023 1:20:40 AM reposense.report.ReportGenerator analyzeRepos -INFO: [88/478] Analyzing https://github.com/zacwong2151/ip.git (master)... -Oct 22, 2023 1:20:40 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/ruth-lim/ip.git (master)... -Oct 22, 2023 1:20:40 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/zacwong2151/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:40 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/zacwong2151/ip.git (master)... -Oct 22, 2023 1:20:40 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/ruth-lim/ip.git (master)... -Oct 22, 2023 1:20:40 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/ruth-lim/ip.git (master) completed! -Oct 22, 2023 1:20:40 AM reposense.report.ReportGenerator analyzeRepos -INFO: [89/478] Analyzing https://github.com/awhb/ip.git (master)... -Oct 22, 2023 1:20:40 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:23 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/ravern/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:23 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/ravern/ip.git (master)... +Oct 23, 2023 1:15:23 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/revdrag/ip.git completed! +Oct 23, 2023 1:15:23 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/alvinlim277/ip.git completed! -Oct 22, 2023 1:20:40 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/evanyan13/ip.git... -Oct 22, 2023 1:20:40 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/awhb/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:40 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/awhb/ip.git (master)... -Oct 22, 2023 1:20:40 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/evanyan13/ip.git to complete... -Oct 22, 2023 1:20:40 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:23 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/JasonRay168/ip.git completed! -Oct 22, 2023 1:20:41 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:23 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/jannnice/ip.git... +Oct 23, 2023 1:15:23 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/evanyan13/ip.git... +Oct 23, 2023 1:15:23 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/jannnice/ip.git to complete... +Oct 23, 2023 1:15:23 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/samuelim01/ip.git... -Oct 22, 2023 1:20:41 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:23 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/samuelim01/ip.git to complete... -Oct 22, 2023 1:20:41 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:23 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/evanyan13/ip.git to complete... +Oct 23, 2023 1:15:23 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/billieboy7/ip.git completed! -Oct 22, 2023 1:20:41 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:23 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/dinde2004/ip.git... -Oct 22, 2023 1:20:41 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/jannnice/ip.git completed! -Oct 22, 2023 1:20:41 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:23 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/dinde2004/ip.git to complete... -Oct 22, 2023 1:20:41 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:24 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/jannnice/ip.git completed! +Oct 23, 2023 1:15:24 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/seanpzk/ip.git... -Oct 22, 2023 1:20:41 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:24 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/seanpzk/ip.git to complete... -Oct 22, 2023 1:20:41 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:24 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/samuelim01/ip.git completed! -Oct 22, 2023 1:20:41 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/dinde2004/ip.git completed! -Oct 22, 2023 1:20:41 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:24 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/KumChaiYin/ip.git... -Oct 22, 2023 1:20:41 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:24 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/KumChaiYin/ip.git to complete... -Oct 22, 2023 1:20:41 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:24 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/jason-raiin/ip.git (master)... +Oct 23, 2023 1:15:24 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/evanyan13/ip.git completed! +Oct 23, 2023 1:15:24 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/lsyurea/ip.git... -Oct 22, 2023 1:20:41 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:24 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/jason-raiin/ip.git (master)... +Oct 23, 2023 1:15:24 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/lsyurea/ip.git to complete... -Oct 22, 2023 1:20:41 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/seanpzk/ip.git completed! -Oct 22, 2023 1:20:41 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/evanyan13/ip.git completed! -Oct 22, 2023 1:20:41 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:24 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/jason-raiin/ip.git (master) completed! +Oct 23, 2023 1:15:24 AM reposense.report.ReportGenerator analyzeRepos +INFO: [97/478] Analyzing https://github.com/techjay-c/ip.git (master)... +Oct 23, 2023 1:15:24 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/dinde2004/ip.git completed! +Oct 23, 2023 1:15:24 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/Sasmik23/ip.git... -Oct 22, 2023 1:20:41 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/zacwong2151/ip.git (master)... -Oct 22, 2023 1:20:41 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:24 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/Sasmik23/ip.git to complete... -Oct 22, 2023 1:20:41 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:24 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/techjay-c/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:24 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/techjay-c/ip.git (master)... +Oct 23, 2023 1:15:24 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/seanpzk/ip.git completed! +Oct 23, 2023 1:15:24 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/geraldngjx/ip.git... -Oct 22, 2023 1:20:41 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:24 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/geraldngjx/ip.git to complete... -Oct 22, 2023 1:20:41 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/zacwong2151/ip.git (master)... -Oct 22, 2023 1:20:41 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/zacwong2151/ip.git (master) completed! -Oct 22, 2023 1:20:41 AM reposense.report.ReportGenerator analyzeRepos -INFO: [90/478] Analyzing https://github.com/Zjinnnn/ip.git (master)... -Oct 22, 2023 1:20:41 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/Zjinnnn/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:41 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/Zjinnnn/ip.git (master)... -Oct 22, 2023 1:20:41 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/awhb/ip.git (master)... -Oct 22, 2023 1:20:41 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/awhb/ip.git (master)... -Oct 22, 2023 1:20:41 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/awhb/ip.git (master) completed! -Oct 22, 2023 1:20:41 AM reposense.report.ReportGenerator analyzeRepos -INFO: [91/478] Analyzing https://github.com/teoks0199/ip.git (master)... -Oct 22, 2023 1:20:41 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:24 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/lsyurea/ip.git completed! -Oct 22, 2023 1:20:41 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/teoks0199/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:41 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/teoks0199/ip.git (master)... -Oct 22, 2023 1:20:41 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:24 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/ravern/ip.git (master)... +Oct 23, 2023 1:15:24 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/lululwtv/ip.git... -Oct 22, 2023 1:20:41 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:24 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/KumChaiYin/ip.git completed! -Oct 22, 2023 1:20:41 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:24 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/lululwtv/ip.git to complete... -Oct 22, 2023 1:20:41 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:24 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/garylow2001/ip.git... -Oct 22, 2023 1:20:41 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:24 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/ravern/ip.git (master)... +Oct 23, 2023 1:15:24 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/ravern/ip.git (master) completed! +Oct 23, 2023 1:15:24 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/garylow2001/ip.git to complete... +Oct 23, 2023 1:15:24 AM reposense.report.ReportGenerator analyzeRepos +INFO: [98/478] Analyzing https://github.com/bobscodedump/ip.git (master)... +Oct 23, 2023 1:15:25 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/geraldngjx/ip.git completed! -Oct 22, 2023 1:20:41 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:25 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/leontan2/ip.git... -Oct 22, 2023 1:20:41 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/garylow2001/ip.git to complete... -Oct 22, 2023 1:20:41 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:25 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/leontan2/ip.git to complete... -Oct 22, 2023 1:20:42 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:25 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/bobscodedump/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:25 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/bobscodedump/ip.git (master)... +Oct 23, 2023 1:15:25 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/Sasmik23/ip.git completed! -Oct 22, 2023 1:20:42 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:25 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/wamps-jp/ip.git... -Oct 22, 2023 1:20:42 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:25 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/wamps-jp/ip.git to complete... -Oct 22, 2023 1:20:42 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:25 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/garylow2001/ip.git completed! -Oct 22, 2023 1:20:42 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:25 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/dickongwd/ip.git... -Oct 22, 2023 1:20:42 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/leontan2/ip.git completed! -Oct 22, 2023 1:20:42 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:25 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/dickongwd/ip.git to complete... -Oct 22, 2023 1:20:42 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:25 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/leontan2/ip.git completed! +Oct 23, 2023 1:15:25 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/jacksonyuan256/ip.git... -Oct 22, 2023 1:20:42 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:25 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/jacksonyuan256/ip.git to complete... -Oct 22, 2023 1:20:42 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/Zjinnnn/ip.git (master)... -Oct 22, 2023 1:20:42 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/Zjinnnn/ip.git (master)... -Oct 22, 2023 1:20:42 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/Zjinnnn/ip.git (master) completed! -Oct 22, 2023 1:20:42 AM reposense.report.ReportGenerator analyzeRepos -INFO: [92/478] Analyzing https://github.com/qz1004/ip.git (master)... -Oct 22, 2023 1:20:42 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/qz1004/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:42 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/qz1004/ip.git (master)... -Oct 22, 2023 1:20:42 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/teoks0199/ip.git (master)... -Oct 22, 2023 1:20:42 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/teoks0199/ip.git (master)... -Oct 22, 2023 1:20:42 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/teoks0199/ip.git (master) completed! -Oct 22, 2023 1:20:42 AM reposense.report.ReportGenerator analyzeRepos -INFO: [93/478] Analyzing https://github.com/Mahidharah/ip.git (master)... -Oct 22, 2023 1:20:42 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/Mahidharah/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:42 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/Mahidharah/ip.git (master)... -Oct 22, 2023 1:20:42 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:25 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/wamps-jp/ip.git completed! -Oct 22, 2023 1:20:42 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:25 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/suryanshkushwaha/ip.git... -Oct 22, 2023 1:20:42 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/jacksonyuan256/ip.git completed! -Oct 22, 2023 1:20:42 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:25 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/suryanshkushwaha/ip.git to complete... -Oct 22, 2023 1:20:42 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:25 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/dickongwd/ip.git completed! -Oct 22, 2023 1:20:42 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:25 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/wr1159/ip.git... -Oct 22, 2023 1:20:42 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:25 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/wr1159/ip.git to complete... +Oct 23, 2023 1:15:25 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/techjay-c/ip.git (master)... +Oct 23, 2023 1:15:25 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/jacksonyuan256/ip.git completed! +Oct 23, 2023 1:15:26 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/Nauxe/ip.git... -Oct 22, 2023 1:20:42 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:26 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/techjay-c/ip.git (master)... +Oct 23, 2023 1:15:26 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/techjay-c/ip.git (master) completed! +Oct 23, 2023 1:15:26 AM reposense.report.ReportGenerator analyzeRepos +INFO: [99/478] Analyzing https://github.com/ryanozx/ip.git (master)... +Oct 23, 2023 1:15:26 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/Nauxe/ip.git to complete... -Oct 22, 2023 1:20:42 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/wr1159/ip.git to complete... -Oct 22, 2023 1:20:43 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:26 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/ryanozx/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:26 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/ryanozx/ip.git (master)... +Oct 23, 2023 1:15:26 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/wr1159/ip.git completed! -Oct 22, 2023 1:20:43 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/Nauxe/ip.git completed! -Oct 22, 2023 1:20:43 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:26 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/yyyaohhh/ip.git... -Oct 22, 2023 1:20:43 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:26 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/yyyaohhh/ip.git to complete... -Oct 22, 2023 1:20:43 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:26 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/Nauxe/ip.git completed! +Oct 23, 2023 1:15:26 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/zhanyang01/ip.git... -Oct 22, 2023 1:20:43 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:26 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/zhanyang01/ip.git to complete... -Oct 22, 2023 1:20:43 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/qz1004/ip.git (master)... -Oct 22, 2023 1:20:43 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/Mahidharah/ip.git (master)... -Oct 22, 2023 1:20:43 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/qz1004/ip.git (master)... -Oct 22, 2023 1:20:43 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/qz1004/ip.git (master) completed! -Oct 22, 2023 1:20:43 AM reposense.report.ReportGenerator analyzeRepos -INFO: [94/478] Analyzing https://github.com/pangyyen/ip.git (master)... -Oct 22, 2023 1:20:43 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/yyyaohhh/ip.git completed! -Oct 22, 2023 1:20:43 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/Mahidharah/ip.git (master)... -Oct 22, 2023 1:20:43 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/Mahidharah/ip.git (master) completed! -Oct 22, 2023 1:20:43 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:26 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/suryanshkushwaha/ip.git completed! +Oct 23, 2023 1:15:26 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/czhiruo/ip.git... -Oct 22, 2023 1:20:43 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/pangyyen/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:43 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/pangyyen/ip.git (master)... -Oct 22, 2023 1:20:43 AM reposense.report.ReportGenerator analyzeRepos -INFO: [95/478] Analyzing https://github.com/jason-raiin/ip.git (master)... -Oct 22, 2023 1:20:43 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:26 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/czhiruo/ip.git to complete... -Oct 22, 2023 1:20:43 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/jason-raiin/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:43 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/jason-raiin/ip.git (master)... -Oct 22, 2023 1:20:43 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/zhanyang01/ip.git completed! -Oct 22, 2023 1:20:43 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:26 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/yyyaohhh/ip.git completed! +Oct 23, 2023 1:15:26 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/victorpengmx/ip.git... -Oct 22, 2023 1:20:43 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:26 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/bobscodedump/ip.git (master)... +Oct 23, 2023 1:15:26 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/victorpengmx/ip.git to complete... -Oct 22, 2023 1:20:43 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/suryanshkushwaha/ip.git completed! -Oct 22, 2023 1:20:43 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:27 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/bobscodedump/ip.git (master)... +Oct 23, 2023 1:15:27 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/bobscodedump/ip.git (master) completed! +Oct 23, 2023 1:15:27 AM reposense.report.ReportGenerator analyzeRepos +INFO: [100/478] Analyzing https://github.com/HEEaZ/ip.git (master)... +Oct 23, 2023 1:15:27 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/zhanyang01/ip.git completed! +Oct 23, 2023 1:15:27 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/longnguyentan/ip.git... -Oct 22, 2023 1:20:44 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/longnguyentan/ip.git to complete... -Oct 22, 2023 1:20:44 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:27 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/HEEaZ/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:27 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/HEEaZ/ip.git (master)... +Oct 23, 2023 1:15:27 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/czhiruo/ip.git completed! -Oct 22, 2023 1:20:44 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:27 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/longnguyentan/ip.git to complete... +Oct 23, 2023 1:15:27 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/Cikguseven/ip.git... -Oct 22, 2023 1:20:44 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:27 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/Cikguseven/ip.git to complete... -Oct 22, 2023 1:20:44 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:27 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/victorpengmx/ip.git completed! -Oct 22, 2023 1:20:44 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/longnguyentan/ip.git completed! -Oct 22, 2023 1:20:44 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:27 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/Eola-Z/ip.git... -Oct 22, 2023 1:20:44 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/jibtaf/ip.git... -Oct 22, 2023 1:20:44 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:27 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/Eola-Z/ip.git to complete... -Oct 22, 2023 1:20:44 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:27 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/longnguyentan/ip.git completed! +Oct 23, 2023 1:15:27 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/ryanozx/ip.git (master)... +Oct 23, 2023 1:15:27 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/jibtaf/ip.git... +Oct 23, 2023 1:15:27 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/jibtaf/ip.git to complete... -Oct 22, 2023 1:20:44 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:27 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/Cikguseven/ip.git completed! -Oct 22, 2023 1:20:44 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:27 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/lipwei1808/ip.git... -Oct 22, 2023 1:20:44 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:27 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/lipwei1808/ip.git to complete... -Oct 22, 2023 1:20:44 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/pangyyen/ip.git (master)... -Oct 22, 2023 1:20:44 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/jason-raiin/ip.git (master)... -Oct 22, 2023 1:20:44 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/pangyyen/ip.git (master)... -Oct 22, 2023 1:20:44 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/pangyyen/ip.git (master) completed! -Oct 22, 2023 1:20:44 AM reposense.report.ReportGenerator analyzeRepos -INFO: [96/478] Analyzing https://github.com/ravern/ip.git (master)... -Oct 22, 2023 1:20:44 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/jason-raiin/ip.git (master)... -Oct 22, 2023 1:20:44 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/jason-raiin/ip.git (master) completed! -Oct 22, 2023 1:20:44 AM reposense.report.ReportGenerator analyzeRepos -INFO: [97/478] Analyzing https://github.com/techjay-c/ip.git (master)... -Oct 22, 2023 1:20:45 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:27 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/ryanozx/ip.git (master)... +Oct 23, 2023 1:15:27 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/ryanozx/ip.git (master) completed! +Oct 23, 2023 1:15:27 AM reposense.report.ReportGenerator analyzeRepos +INFO: [101/478] Analyzing https://github.com/LuahJunYang/ip.git (master)... +Oct 23, 2023 1:15:27 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/Eola-Z/ip.git completed! -Oct 22, 2023 1:20:45 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/jibtaf/ip.git completed! -Oct 22, 2023 1:20:45 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:27 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/LuahJunYang/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:27 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/LuahJunYang/ip.git (master)... +Oct 23, 2023 1:15:27 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/Mohammed-Faizzzz/ip.git... -Oct 22, 2023 1:20:45 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/ravern/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:45 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/ravern/ip.git (master)... -Oct 22, 2023 1:20:45 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/dylkaw/ip.git... -Oct 22, 2023 1:20:45 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/techjay-c/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:45 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/techjay-c/ip.git (master)... -Oct 22, 2023 1:20:45 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:27 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/Mohammed-Faizzzz/ip.git to complete... -Oct 22, 2023 1:20:45 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/dylkaw/ip.git to complete... -Oct 22, 2023 1:20:45 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:27 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/HEEaZ/ip.git (master)... +Oct 23, 2023 1:15:28 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/HEEaZ/ip.git (master)... +Oct 23, 2023 1:15:28 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/HEEaZ/ip.git (master) completed! +Oct 23, 2023 1:15:28 AM reposense.report.ReportGenerator analyzeRepos +INFO: [102/478] Analyzing https://github.com/dom-buri/ip.git (master)... +Oct 23, 2023 1:15:28 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/lipwei1808/ip.git completed! -Oct 22, 2023 1:20:45 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:28 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/jibtaf/ip.git completed! +Oct 23, 2023 1:15:28 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/dom-buri/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:28 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/dom-buri/ip.git (master)... +Oct 23, 2023 1:15:28 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/dylkaw/ip.git... +Oct 23, 2023 1:15:28 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/nikele2001/ip.git... -Oct 22, 2023 1:20:45 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:28 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/dylkaw/ip.git to complete... +Oct 23, 2023 1:15:28 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/nikele2001/ip.git to complete... -Oct 22, 2023 1:20:45 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:28 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/Mohammed-Faizzzz/ip.git completed! -Oct 22, 2023 1:20:45 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/dylkaw/ip.git completed! -Oct 22, 2023 1:20:45 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:28 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/DeltonCheng/ip.git... -Oct 22, 2023 1:20:45 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/ChangruHenryQian/ip.git... -Oct 22, 2023 1:20:45 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:28 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/DeltonCheng/ip.git to complete... -Oct 22, 2023 1:20:45 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/ChangruHenryQian/ip.git to complete... -Oct 22, 2023 1:20:45 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:28 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/dylkaw/ip.git completed! +Oct 23, 2023 1:15:28 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/ChangruHenryQian/ip.git... +Oct 23, 2023 1:15:28 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/nikele2001/ip.git completed! -Oct 22, 2023 1:20:45 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:28 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/ChangruHenryQian/ip.git to complete... +Oct 23, 2023 1:15:28 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/craigtonlian/ip.git... -Oct 22, 2023 1:20:45 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:28 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/craigtonlian/ip.git to complete... -Oct 22, 2023 1:20:46 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:28 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/DeltonCheng/ip.git completed! -Oct 22, 2023 1:20:46 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:28 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/LuahJunYang/ip.git (master)... +Oct 23, 2023 1:15:28 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/ruo-x/ip.git... -Oct 22, 2023 1:20:46 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/craigtonlian/ip.git completed! -Oct 22, 2023 1:20:46 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:28 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/ruo-x/ip.git to complete... -Oct 22, 2023 1:20:46 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/iantsaii/ip.git... -Oct 22, 2023 1:20:46 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:28 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/LuahJunYang/ip.git (master)... +Oct 23, 2023 1:15:28 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/LuahJunYang/ip.git (master) completed! +Oct 23, 2023 1:15:28 AM reposense.report.ReportGenerator analyzeRepos +INFO: [103/478] Analyzing https://github.com/nixonwidjaja/ip.git (master)... +Oct 23, 2023 1:15:29 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/ChangruHenryQian/ip.git completed! -Oct 22, 2023 1:20:46 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/iantsaii/ip.git to complete... -Oct 22, 2023 1:20:46 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:29 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/nixonwidjaja/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:29 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/nixonwidjaja/ip.git (master)... +Oct 23, 2023 1:15:29 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/craigtonlian/ip.git completed! +Oct 23, 2023 1:15:29 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/iantsaii/ip.git... +Oct 23, 2023 1:15:29 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/wjacobw/ip.git... -Oct 22, 2023 1:20:46 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:29 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/wjacobw/ip.git to complete... -Oct 22, 2023 1:20:46 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/iantsaii/ip.git completed! -Oct 22, 2023 1:20:46 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:29 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/iantsaii/ip.git to complete... +Oct 23, 2023 1:15:29 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/dom-buri/ip.git (master)... +Oct 23, 2023 1:15:29 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/dom-buri/ip.git (master)... +Oct 23, 2023 1:15:29 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/dom-buri/ip.git (master) completed! +Oct 23, 2023 1:15:29 AM reposense.report.ReportGenerator analyzeRepos +INFO: [104/478] Analyzing https://github.com/tiongjjyi/ip.git (master)... +Oct 23, 2023 1:15:29 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/ruo-x/ip.git completed! +Oct 23, 2023 1:15:29 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/angkyakdifp/ip.git... -Oct 22, 2023 1:20:46 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:29 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/angkyakdifp/ip.git to complete... -Oct 22, 2023 1:20:46 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:29 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/tiongjjyi/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:29 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/tiongjjyi/ip.git (master)... +Oct 23, 2023 1:15:29 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/iantsaii/ip.git completed! +Oct 23, 2023 1:15:29 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/wjacobw/ip.git completed! -Oct 22, 2023 1:20:46 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:29 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/brein62/ip.git... -Oct 22, 2023 1:20:46 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/brein62/ip.git to complete... -Oct 22, 2023 1:20:46 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/techjay-c/ip.git (master)... -Oct 22, 2023 1:20:46 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/ravern/ip.git (master)... -Oct 22, 2023 1:20:46 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/techjay-c/ip.git (master)... -Oct 22, 2023 1:20:46 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/techjay-c/ip.git (master) completed! -Oct 22, 2023 1:20:46 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/ruo-x/ip.git completed! -Oct 22, 2023 1:20:46 AM reposense.report.ReportGenerator analyzeRepos -INFO: [98/478] Analyzing https://github.com/bobscodedump/ip.git (master)... -Oct 22, 2023 1:20:46 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:29 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/nicrandomlee/ip.git... -Oct 22, 2023 1:20:46 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/ravern/ip.git (master)... -Oct 22, 2023 1:20:46 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/ravern/ip.git (master) completed! -Oct 22, 2023 1:20:46 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/angkyakdifp/ip.git completed! -Oct 22, 2023 1:20:46 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:29 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/brein62/ip.git to complete... +Oct 23, 2023 1:15:29 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/nicrandomlee/ip.git to complete... -Oct 22, 2023 1:20:46 AM reposense.report.ReportGenerator analyzeRepos -INFO: [99/478] Analyzing https://github.com/ryanozx/ip.git (master)... -Oct 22, 2023 1:20:46 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:30 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/angkyakdifp/ip.git completed! +Oct 23, 2023 1:15:30 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/Bryan-Goh/ip.git... -Oct 22, 2023 1:20:46 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:30 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/Bryan-Goh/ip.git to complete... -Oct 22, 2023 1:20:47 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/ryanozx/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:47 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/ryanozx/ip.git (master)... -Oct 22, 2023 1:20:47 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/bobscodedump/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:47 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/bobscodedump/ip.git (master)... -Oct 22, 2023 1:20:47 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:30 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/brein62/ip.git completed! -Oct 22, 2023 1:20:47 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:30 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/kiatkat/ip.git... -Oct 22, 2023 1:20:47 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:30 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/kiatkat/ip.git to complete... -Oct 22, 2023 1:20:47 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/Bryan-Goh/ip.git completed! -Oct 22, 2023 1:20:47 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:30 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/nicrandomlee/ip.git completed! +Oct 23, 2023 1:15:30 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/MadLamprey/ip.git... -Oct 22, 2023 1:20:47 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:30 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/MadLamprey/ip.git to complete... -Oct 22, 2023 1:20:47 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/nicrandomlee/ip.git completed! -Oct 22, 2023 1:20:47 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:30 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/tiongjjyi/ip.git (master)... +Oct 23, 2023 1:15:30 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/Bryan-Goh/ip.git completed! +Oct 23, 2023 1:15:30 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/xyT-T/ip.git... -Oct 22, 2023 1:20:47 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:30 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/xyT-T/ip.git to complete... -Oct 22, 2023 1:20:47 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:30 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/tiongjjyi/ip.git (master)... +Oct 23, 2023 1:15:30 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/tiongjjyi/ip.git (master) completed! +Oct 23, 2023 1:15:30 AM reposense.report.ReportGenerator analyzeRepos +INFO: [105/478] Analyzing https://github.com/Vanessamae23/ip.git (master)... +Oct 23, 2023 1:15:30 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/Vanessamae23/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:30 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/Vanessamae23/ip.git (master)... +Oct 23, 2023 1:15:30 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/kiatkat/ip.git completed! -Oct 22, 2023 1:20:47 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:30 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/jiakai-17/ip.git... -Oct 22, 2023 1:20:47 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:30 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/jiakai-17/ip.git to complete... -Oct 22, 2023 1:20:47 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:30 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/MadLamprey/ip.git completed! -Oct 22, 2023 1:20:47 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:31 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/nreHieW/ip.git... -Oct 22, 2023 1:20:47 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:31 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/nreHieW/ip.git to complete... -Oct 22, 2023 1:20:48 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:31 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/nixonwidjaja/ip.git (master)... +Oct 23, 2023 1:15:31 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/lululwtv/ip.git completed! +Oct 23, 2023 1:15:31 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/xyT-T/ip.git completed! -Oct 22, 2023 1:20:48 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/nathanielcalimag/ip.git... -Oct 22, 2023 1:20:48 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/nathanielcalimag/ip.git to complete... -Oct 22, 2023 1:20:48 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/ryanozx/ip.git (master)... -Oct 22, 2023 1:20:48 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:31 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/jiakai-17/ip.git completed! -Oct 22, 2023 1:20:48 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/lululwtv/ip.git completed! -Oct 22, 2023 1:20:48 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:31 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/nathanielcalimag/ip.git... +Oct 23, 2023 1:15:31 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/Saezenn/ip.git... -Oct 22, 2023 1:20:48 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:31 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/nathanielcalimag/ip.git to complete... +Oct 23, 2023 1:15:31 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/jellywaiyan/ip.git... -Oct 22, 2023 1:20:48 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/ryanozx/ip.git (master)... -Oct 22, 2023 1:20:48 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:31 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/Saezenn/ip.git to complete... -Oct 22, 2023 1:20:48 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/ryanozx/ip.git (master) completed! -Oct 22, 2023 1:20:48 AM reposense.report.ReportGenerator analyzeRepos -INFO: [100/478] Analyzing https://github.com/HEEaZ/ip.git (master)... -Oct 22, 2023 1:20:48 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:31 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/Vanessamae23/ip.git (master)... +Oct 23, 2023 1:15:31 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/jellywaiyan/ip.git to complete... -Oct 22, 2023 1:20:48 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/bobscodedump/ip.git (master)... -Oct 22, 2023 1:20:48 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/HEEaZ/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:48 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/HEEaZ/ip.git (master)... -Oct 22, 2023 1:20:48 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:31 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/nixonwidjaja/ip.git (master)... +Oct 23, 2023 1:15:31 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/nixonwidjaja/ip.git (master) completed! +Oct 23, 2023 1:15:31 AM reposense.report.ReportGenerator analyzeRepos +INFO: [106/478] Analyzing https://github.com/fuyiqiao/ip.git (master)... +Oct 23, 2023 1:15:31 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/Vanessamae23/ip.git (master)... +Oct 23, 2023 1:15:31 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/Vanessamae23/ip.git (master) completed! +Oct 23, 2023 1:15:31 AM reposense.report.ReportGenerator analyzeRepos +INFO: [107/478] Analyzing https://github.com/spatuly/ip.git (master)... +Oct 23, 2023 1:15:31 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/fuyiqiao/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:31 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/fuyiqiao/ip.git (master)... +Oct 23, 2023 1:15:31 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/spatuly/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:31 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/spatuly/ip.git (master)... +Oct 23, 2023 1:15:31 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/nreHieW/ip.git completed! -Oct 22, 2023 1:20:48 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:31 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/marquestye/ip.git... -Oct 22, 2023 1:20:48 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:31 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/marquestye/ip.git to complete... -Oct 22, 2023 1:20:48 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:31 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/nathanielcalimag/ip.git completed! -Oct 22, 2023 1:20:48 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/Tang-Moyan/ip.git... -Oct 22, 2023 1:20:48 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/bobscodedump/ip.git (master)... -Oct 22, 2023 1:20:48 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/bobscodedump/ip.git (master) completed! -Oct 22, 2023 1:20:48 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/Tang-Moyan/ip.git to complete... -Oct 22, 2023 1:20:48 AM reposense.report.ReportGenerator analyzeRepos -INFO: [101/478] Analyzing https://github.com/LuahJunYang/ip.git (master)... -Oct 22, 2023 1:20:48 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/LuahJunYang/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:48 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/LuahJunYang/ip.git (master)... -Oct 22, 2023 1:20:48 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:31 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/Saezenn/ip.git completed! -Oct 22, 2023 1:20:48 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:31 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/Tang-Moyan/ip.git... +Oct 23, 2023 1:15:31 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/DonovanJJ/ip.git... -Oct 22, 2023 1:20:48 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/DonovanJJ/ip.git to complete... -Oct 22, 2023 1:20:48 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:31 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/jellywaiyan/ip.git completed! -Oct 22, 2023 1:20:48 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/Sebtey/ip.git... -Oct 22, 2023 1:20:48 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:31 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/DonovanJJ/ip.git to complete... +Oct 23, 2023 1:15:31 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/Tang-Moyan/ip.git to complete... +Oct 23, 2023 1:15:31 AM reposense.report.RepoCloner waitForCloneProcess INFO: Cloning of https://github.com/marquestye/ip.git completed! -Oct 22, 2023 1:20:48 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/Sebtey/ip.git to complete... -Oct 22, 2023 1:20:48 AM reposense.report.RepoCloner spawnCloneProcess +Oct 23, 2023 1:15:31 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/Sebtey/ip.git... +Oct 23, 2023 1:15:32 AM reposense.report.RepoCloner spawnCloneProcess INFO: Cloning in parallel from https://github.com/rionshocker/ip.git... -Oct 22, 2023 1:20:48 AM reposense.report.RepoCloner waitForCloneProcess +Oct 23, 2023 1:15:32 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/Sebtey/ip.git to complete... +Oct 23, 2023 1:15:32 AM reposense.report.RepoCloner waitForCloneProcess INFO: Waiting for cloning of https://github.com/rionshocker/ip.git to complete... -Oct 22, 2023 1:20:49 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/Tang-Moyan/ip.git completed! -Oct 22, 2023 1:20:49 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/tyouwei/ip.git... -Oct 22, 2023 1:20:49 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/tyouwei/ip.git to complete... -Oct 22, 2023 1:20:49 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/HEEaZ/ip.git (master)... -Oct 22, 2023 1:20:49 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/DonovanJJ/ip.git completed! -Oct 22, 2023 1:20:49 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/HEEaZ/ip.git (master)... -Oct 22, 2023 1:20:49 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/HEEaZ/ip.git (master) completed! -Oct 22, 2023 1:20:49 AM reposense.report.ReportGenerator analyzeRepos -INFO: [102/478] Analyzing https://github.com/dom-buri/ip.git (master)... -Oct 22, 2023 1:20:49 AM reposense.report.RepoCloner spawnCloneProcess -INFO: Cloning in parallel from https://github.com/Blizzeracz/ip.git... -Oct 22, 2023 1:20:49 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Waiting for cloning of https://github.com/Blizzeracz/ip.git to complete... -Oct 22, 2023 1:20:49 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/dom-buri/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:49 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/dom-buri/ip.git (master)... -Oct 22, 2023 1:20:49 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/Sebtey/ip.git completed! -Oct 22, 2023 1:20:49 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/LuahJunYang/ip.git (master)... -Oct 22, 2023 1:20:49 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/LuahJunYang/ip.git (master)... -Oct 22, 2023 1:20:49 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/LuahJunYang/ip.git (master) completed! -Oct 22, 2023 1:20:49 AM reposense.report.ReportGenerator analyzeRepos -INFO: [103/478] Analyzing https://github.com/nixonwidjaja/ip.git (master)... -Oct 22, 2023 1:20:49 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/tyouwei/ip.git completed! -Oct 22, 2023 1:20:49 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/Blizzeracz/ip.git completed! -Oct 22, 2023 1:20:49 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/nixonwidjaja/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:49 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/nixonwidjaja/ip.git (master)... -Oct 22, 2023 1:20:49 AM reposense.report.RepoCloner waitForCloneProcess -INFO: Cloning of https://github.com/rionshocker/ip.git completed! -Oct 22, 2023 1:20:49 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/dom-buri/ip.git (master)... -Oct 22, 2023 1:20:49 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/dom-buri/ip.git (master)... -Oct 22, 2023 1:20:49 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/dom-buri/ip.git (master) completed! -Oct 22, 2023 1:20:49 AM reposense.report.ReportGenerator analyzeRepos -INFO: [104/478] Analyzing https://github.com/Vanessamae23/ip.git (master)... -Oct 22, 2023 1:20:49 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/Vanessamae23/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:49 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/Vanessamae23/ip.git (master)... -Oct 22, 2023 1:20:50 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/Vanessamae23/ip.git (master)... -Oct 22, 2023 1:20:50 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/Vanessamae23/ip.git (master)... -Oct 22, 2023 1:20:50 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/Vanessamae23/ip.git (master) completed! -Oct 22, 2023 1:20:50 AM reposense.report.ReportGenerator analyzeRepos -INFO: [105/478] Analyzing https://github.com/tiongjjyi/ip.git (master)... -Oct 22, 2023 1:20:50 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/tiongjjyi/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:50 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/tiongjjyi/ip.git (master)... -Oct 22, 2023 1:20:50 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/nixonwidjaja/ip.git (master)... -Oct 22, 2023 1:20:50 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/nixonwidjaja/ip.git (master)... -Oct 22, 2023 1:20:50 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/nixonwidjaja/ip.git (master) completed! -Oct 22, 2023 1:20:50 AM reposense.report.ReportGenerator analyzeRepos -INFO: [106/478] Analyzing https://github.com/fuyiqiao/ip.git (master)... -Oct 22, 2023 1:20:50 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/fuyiqiao/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:50 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/fuyiqiao/ip.git (master)... -Oct 22, 2023 1:20:50 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/tiongjjyi/ip.git (master)... -Oct 22, 2023 1:20:50 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/tiongjjyi/ip.git (master)... -Oct 22, 2023 1:20:50 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/tiongjjyi/ip.git (master) completed! -Oct 22, 2023 1:20:50 AM reposense.report.ReportGenerator analyzeRepos -INFO: [107/478] Analyzing https://github.com/spatuly/ip.git (master)... -Oct 22, 2023 1:20:50 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/spatuly/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:50 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/spatuly/ip.git (master)... -Oct 22, 2023 1:20:50 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:32 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/fuyiqiao/ip.git (master)... -Oct 22, 2023 1:20:50 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:32 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/DonovanJJ/ip.git completed! +Oct 23, 2023 1:15:32 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/spatuly/ip.git (master)... +Oct 23, 2023 1:15:32 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/tyouwei/ip.git... +Oct 23, 2023 1:15:32 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/Tang-Moyan/ip.git completed! +Oct 23, 2023 1:15:32 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/fuyiqiao/ip.git (master)... -Oct 22, 2023 1:20:50 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:32 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/fuyiqiao/ip.git (master) completed! -Oct 22, 2023 1:20:50 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:15:32 AM reposense.report.RepoCloner spawnCloneProcess +INFO: Cloning in parallel from https://github.com/Blizzeracz/ip.git... +Oct 23, 2023 1:15:32 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/tyouwei/ip.git to complete... +Oct 23, 2023 1:15:32 AM reposense.report.ReportGenerator analyzeRepos INFO: [108/478] Analyzing https://github.com/tanshiyu1999/ip.git (master)... -Oct 22, 2023 1:20:50 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/tanshiyu1999/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:50 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/tanshiyu1999/ip.git (master)... -Oct 22, 2023 1:20:50 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/spatuly/ip.git (master)... -Oct 22, 2023 1:20:50 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:32 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/spatuly/ip.git (master)... -Oct 22, 2023 1:20:50 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:32 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Waiting for cloning of https://github.com/Blizzeracz/ip.git to complete... +Oct 23, 2023 1:15:32 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/spatuly/ip.git (master) completed! -Oct 22, 2023 1:20:50 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:15:32 AM reposense.report.ReportGenerator analyzeRepos INFO: [109/478] Analyzing https://github.com/Kb-Tay/ip.git (master)... -Oct 22, 2023 1:20:50 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:15:32 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/Sebtey/ip.git completed! +Oct 23, 2023 1:15:32 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/tanshiyu1999/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:32 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/tanshiyu1999/ip.git (master)... +Oct 23, 2023 1:15:32 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/Kb-Tay/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:50 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:15:32 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/Kb-Tay/ip.git (master)... -Oct 22, 2023 1:20:50 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:32 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/rionshocker/ip.git completed! +Oct 23, 2023 1:15:32 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/Blizzeracz/ip.git completed! +Oct 23, 2023 1:15:32 AM reposense.report.RepoCloner waitForCloneProcess +INFO: Cloning of https://github.com/tyouwei/ip.git completed! +Oct 23, 2023 1:15:32 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/tanshiyu1999/ip.git (master)... -Oct 22, 2023 1:20:51 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:32 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/tanshiyu1999/ip.git (master)... -Oct 22, 2023 1:20:51 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:32 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/tanshiyu1999/ip.git (master) completed! -Oct 22, 2023 1:20:51 AM reposense.report.ReportGenerator analyzeRepos -INFO: [110/478] Analyzing https://github.com/tanveersingh10/ip.git (master)... -Oct 22, 2023 1:20:51 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/tanveersingh10/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:51 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/tanveersingh10/ip.git (master)... -Oct 22, 2023 1:20:51 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:32 AM reposense.report.ReportGenerator analyzeRepos +INFO: [110/478] Analyzing https://github.com/beatricecst/ip.git (master)... +Oct 23, 2023 1:15:32 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/beatricecst/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:32 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/beatricecst/ip.git (master)... +Oct 23, 2023 1:15:33 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/Kb-Tay/ip.git (master)... -Oct 22, 2023 1:20:51 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:33 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/Kb-Tay/ip.git (master)... -Oct 22, 2023 1:20:51 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:33 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/Kb-Tay/ip.git (master) completed! -Oct 22, 2023 1:20:51 AM reposense.report.ReportGenerator analyzeRepos -INFO: [111/478] Analyzing https://github.com/beatricecst/ip.git (master)... -Oct 22, 2023 1:20:51 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/beatricecst/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:51 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/beatricecst/ip.git (master)... -Oct 22, 2023 1:20:51 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/tanveersingh10/ip.git (master)... -Oct 22, 2023 1:20:51 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/tanveersingh10/ip.git (master)... -Oct 22, 2023 1:20:51 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/tanveersingh10/ip.git (master) completed! -Oct 22, 2023 1:20:51 AM reposense.report.ReportGenerator analyzeRepos -INFO: [112/478] Analyzing https://github.com/thienmy0/ip.git (master)... -Oct 22, 2023 1:20:51 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/thienmy0/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:51 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/thienmy0/ip.git (master)... -Oct 22, 2023 1:20:51 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:33 AM reposense.report.ReportGenerator analyzeRepos +INFO: [111/478] Analyzing https://github.com/tanveersingh10/ip.git (master)... +Oct 23, 2023 1:15:33 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/tanveersingh10/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:33 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/tanveersingh10/ip.git (master)... +Oct 23, 2023 1:15:33 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/beatricecst/ip.git (master)... -Oct 22, 2023 1:20:51 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:33 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/beatricecst/ip.git (master)... -Oct 22, 2023 1:20:51 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:33 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/beatricecst/ip.git (master) completed! -Oct 22, 2023 1:20:51 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:15:33 AM reposense.report.ReportGenerator analyzeRepos +INFO: [112/478] Analyzing https://github.com/thienmy0/ip.git (master)... +Oct 23, 2023 1:15:33 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/thienmy0/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:33 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/thienmy0/ip.git (master)... +Oct 23, 2023 1:15:33 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/tanveersingh10/ip.git (master)... +Oct 23, 2023 1:15:33 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/tanveersingh10/ip.git (master)... +Oct 23, 2023 1:15:33 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/tanveersingh10/ip.git (master) completed! +Oct 23, 2023 1:15:33 AM reposense.report.ReportGenerator analyzeRepos INFO: [113/478] Analyzing https://github.com/s0ngyang/ip.git (master)... -Oct 22, 2023 1:20:51 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:15:33 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/s0ngyang/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:51 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:15:33 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/s0ngyang/ip.git (master)... -Oct 22, 2023 1:20:51 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:33 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/thienmy0/ip.git (master)... -Oct 22, 2023 1:20:51 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:33 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/thienmy0/ip.git (master)... -Oct 22, 2023 1:20:51 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:33 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/thienmy0/ip.git (master) completed! -Oct 22, 2023 1:20:51 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:15:33 AM reposense.report.ReportGenerator analyzeRepos INFO: [114/478] Analyzing https://github.com/ldinghan/ip.git (master)... -Oct 22, 2023 1:20:51 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:15:33 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/ldinghan/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:51 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:15:33 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/ldinghan/ip.git (master)... -Oct 22, 2023 1:20:51 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:33 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/s0ngyang/ip.git (master)... -Oct 22, 2023 1:20:51 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:33 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/s0ngyang/ip.git (master)... -Oct 22, 2023 1:20:51 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:33 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/s0ngyang/ip.git (master) completed! -Oct 22, 2023 1:20:51 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:15:33 AM reposense.report.ReportGenerator analyzeRepos INFO: [115/478] Analyzing https://github.com/feifeiraindrops/ip.git (master)... -Oct 22, 2023 1:20:51 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:15:33 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/feifeiraindrops/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:51 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:15:33 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/feifeiraindrops/ip.git (master)... -Oct 22, 2023 1:20:52 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:34 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/ldinghan/ip.git (master)... -Oct 22, 2023 1:20:52 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:34 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/ldinghan/ip.git (master)... -Oct 22, 2023 1:20:52 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:34 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/ldinghan/ip.git (master) completed! -Oct 22, 2023 1:20:52 AM reposense.report.ReportGenerator analyzeRepos -INFO: [116/478] Analyzing https://github.com/ryanongwx/ip.git (master)... -Oct 22, 2023 1:20:52 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/ryanongwx/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:52 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/ryanongwx/ip.git (master)... -Oct 22, 2023 1:20:52 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:34 AM reposense.report.ReportGenerator analyzeRepos +INFO: [116/478] Analyzing https://github.com/kwangthiag/ip.git (master)... +Oct 23, 2023 1:15:34 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/kwangthiag/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:34 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/kwangthiag/ip.git (master)... +Oct 23, 2023 1:15:34 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/feifeiraindrops/ip.git (master)... -Oct 22, 2023 1:20:52 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:34 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/feifeiraindrops/ip.git (master)... -Oct 22, 2023 1:20:52 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:34 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/feifeiraindrops/ip.git (master) completed! -Oct 22, 2023 1:20:52 AM reposense.report.ReportGenerator analyzeRepos -INFO: [117/478] Analyzing https://github.com/kwangthiag/ip.git (master)... -Oct 22, 2023 1:20:52 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/kwangthiag/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:52 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/kwangthiag/ip.git (master)... -Oct 22, 2023 1:20:52 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/ryanongwx/ip.git (master)... -Oct 22, 2023 1:20:52 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/ryanongwx/ip.git (master)... -Oct 22, 2023 1:20:52 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/ryanongwx/ip.git (master) completed! -Oct 22, 2023 1:20:52 AM reposense.report.ReportGenerator analyzeRepos -INFO: [118/478] Analyzing https://github.com/elhy1999/ip.git (master)... -Oct 22, 2023 1:20:52 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/elhy1999/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:52 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/elhy1999/ip.git (master)... -Oct 22, 2023 1:20:52 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:34 AM reposense.report.ReportGenerator analyzeRepos +INFO: [117/478] Analyzing https://github.com/ryanongwx/ip.git (master)... +Oct 23, 2023 1:15:34 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/ryanongwx/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:34 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/ryanongwx/ip.git (master)... +Oct 23, 2023 1:15:34 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/kwangthiag/ip.git (master)... -Oct 22, 2023 1:20:52 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:34 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/kwangthiag/ip.git (master)... -Oct 22, 2023 1:20:52 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:34 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/kwangthiag/ip.git (master) completed! -Oct 22, 2023 1:20:52 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:15:34 AM reposense.report.ReportGenerator analyzeRepos +INFO: [118/478] Analyzing https://github.com/elhy1999/ip.git (master)... +Oct 23, 2023 1:15:34 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/elhy1999/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:34 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/elhy1999/ip.git (master)... +Oct 23, 2023 1:15:34 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/ryanongwx/ip.git (master)... +Oct 23, 2023 1:15:34 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/ryanongwx/ip.git (master)... +Oct 23, 2023 1:15:34 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/ryanongwx/ip.git (master) completed! +Oct 23, 2023 1:15:34 AM reposense.report.ReportGenerator analyzeRepos INFO: [119/478] Analyzing https://github.com/songgthu/ip.git (master)... -Oct 22, 2023 1:20:52 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:15:34 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/songgthu/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:52 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:15:34 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/songgthu/ip.git (master)... -Oct 22, 2023 1:20:52 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:34 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/songgthu/ip.git (master)... -Oct 22, 2023 1:20:52 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:34 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/songgthu/ip.git (master)... -Oct 22, 2023 1:20:52 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:34 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/songgthu/ip.git (master) completed! -Oct 22, 2023 1:20:52 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:15:34 AM reposense.report.ReportGenerator analyzeRepos INFO: [120/478] Analyzing https://github.com/GohTengFong/ip.git (master)... -Oct 22, 2023 1:20:52 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:15:34 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/GohTengFong/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:52 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:15:34 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/GohTengFong/ip.git (master)... -Oct 22, 2023 1:20:52 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:34 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/elhy1999/ip.git (master)... -Oct 22, 2023 1:20:53 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:34 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/elhy1999/ip.git (master)... -Oct 22, 2023 1:20:53 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:35 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/elhy1999/ip.git (master) completed! -Oct 22, 2023 1:20:53 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:15:35 AM reposense.report.ReportGenerator analyzeRepos INFO: [121/478] Analyzing https://github.com/simbayippy/ip.git (master)... -Oct 22, 2023 1:20:53 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:15:35 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/simbayippy/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:53 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:15:35 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/simbayippy/ip.git (master)... -Oct 22, 2023 1:20:53 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:35 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/GohTengFong/ip.git (master)... -Oct 22, 2023 1:20:53 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:35 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/GohTengFong/ip.git (master)... -Oct 22, 2023 1:20:53 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:35 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/GohTengFong/ip.git (master) completed! -Oct 22, 2023 1:20:53 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:15:35 AM reposense.report.ReportGenerator analyzeRepos INFO: [122/478] Analyzing https://github.com/Khaleelur-Rahman/ip.git (master)... -Oct 22, 2023 1:20:53 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:15:35 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/Khaleelur-Rahman/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:53 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:15:35 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/Khaleelur-Rahman/ip.git (master)... -Oct 22, 2023 1:20:53 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:35 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/simbayippy/ip.git (master)... -Oct 22, 2023 1:20:53 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:35 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/simbayippy/ip.git (master)... -Oct 22, 2023 1:20:53 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:35 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/simbayippy/ip.git (master) completed! -Oct 22, 2023 1:20:53 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:15:35 AM reposense.report.ReportGenerator analyzeRepos INFO: [123/478] Analyzing https://github.com/bwangpj/ip.git (master)... -Oct 22, 2023 1:20:53 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:15:35 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/bwangpj/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:53 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:15:35 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/bwangpj/ip.git (master)... -Oct 22, 2023 1:20:53 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:35 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/Khaleelur-Rahman/ip.git (master)... -Oct 22, 2023 1:20:53 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:35 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/Khaleelur-Rahman/ip.git (master)... -Oct 22, 2023 1:20:53 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:35 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/Khaleelur-Rahman/ip.git (master) completed! -Oct 22, 2023 1:20:53 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/bwangpj/ip.git (master)... -Oct 22, 2023 1:20:53 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:15:35 AM reposense.report.ReportGenerator analyzeRepos INFO: [124/478] Analyzing https://github.com/proto-aiken-13/ip.git (master)... -Oct 22, 2023 1:20:53 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:35 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/proto-aiken-13/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:35 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/proto-aiken-13/ip.git (master)... +Oct 23, 2023 1:15:35 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/bwangpj/ip.git (master)... +Oct 23, 2023 1:15:35 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/bwangpj/ip.git (master)... -Oct 22, 2023 1:20:53 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:35 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/bwangpj/ip.git (master) completed! -Oct 22, 2023 1:20:53 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:15:35 AM reposense.report.ReportGenerator analyzeRepos INFO: [125/478] Analyzing https://github.com/weeweh/ip.git (master)... -Oct 22, 2023 1:20:53 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/proto-aiken-13/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:53 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/proto-aiken-13/ip.git (master)... -Oct 22, 2023 1:20:53 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:15:35 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/weeweh/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:53 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:15:35 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/weeweh/ip.git (master)... -Oct 22, 2023 1:20:53 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/weeweh/ip.git (master)... -Oct 22, 2023 1:20:53 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/weeweh/ip.git (master)... -Oct 22, 2023 1:20:53 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/weeweh/ip.git (master) completed! -Oct 22, 2023 1:20:53 AM reposense.report.ReportGenerator analyzeRepos -INFO: [126/478] Analyzing https://github.com/s-peiran/ip.git (master)... -Oct 22, 2023 1:20:54 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/s-peiran/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:54 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/s-peiran/ip.git (master)... -Oct 22, 2023 1:20:54 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:35 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/proto-aiken-13/ip.git (master)... -Oct 22, 2023 1:20:54 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:35 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/weeweh/ip.git (master)... +Oct 23, 2023 1:15:35 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/proto-aiken-13/ip.git (master)... -Oct 22, 2023 1:20:54 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:35 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/proto-aiken-13/ip.git (master) completed! -Oct 22, 2023 1:20:54 AM reposense.report.ReportGenerator analyzeRepos -INFO: [127/478] Analyzing https://github.com/jylow/ip.git (master)... -Oct 22, 2023 1:20:54 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:15:35 AM reposense.report.ReportGenerator analyzeRepos +INFO: [126/478] Analyzing https://github.com/jylow/ip.git (master)... +Oct 23, 2023 1:15:35 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/weeweh/ip.git (master)... +Oct 23, 2023 1:15:35 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/jylow/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:54 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:15:35 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/jylow/ip.git (master)... -Oct 22, 2023 1:20:54 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:35 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/weeweh/ip.git (master) completed! +Oct 23, 2023 1:15:35 AM reposense.report.ReportGenerator analyzeRepos +INFO: [127/478] Analyzing https://github.com/s-peiran/ip.git (master)... +Oct 23, 2023 1:15:36 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/s-peiran/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:36 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/s-peiran/ip.git (master)... +Oct 23, 2023 1:15:36 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/jylow/ip.git (master)... +Oct 23, 2023 1:15:36 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/jylow/ip.git (master)... +Oct 23, 2023 1:15:36 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/s-peiran/ip.git (master)... -Oct 22, 2023 1:20:54 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:36 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/jylow/ip.git (master) completed! +Oct 23, 2023 1:15:36 AM reposense.report.ReportGenerator analyzeRepos +INFO: [128/478] Analyzing https://github.com/AlainS87/ip.git (master)... +Oct 23, 2023 1:15:36 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/s-peiran/ip.git (master)... -Oct 22, 2023 1:20:54 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:36 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/s-peiran/ip.git (master) completed! -Oct 22, 2023 1:20:54 AM reposense.report.ReportGenerator analyzeRepos -INFO: [128/478] Analyzing https://github.com/lawruixi/ip.git (master)... -Oct 22, 2023 1:20:54 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:15:36 AM reposense.report.ReportGenerator analyzeRepos +INFO: [129/478] Analyzing https://github.com/lawruixi/ip.git (master)... +Oct 23, 2023 1:15:36 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/lawruixi/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:54 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:15:36 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/lawruixi/ip.git (master)... -Oct 22, 2023 1:20:54 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/jylow/ip.git (master)... -Oct 22, 2023 1:20:54 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/jylow/ip.git (master)... -Oct 22, 2023 1:20:54 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/jylow/ip.git (master) completed! -Oct 22, 2023 1:20:54 AM reposense.report.ReportGenerator analyzeRepos -INFO: [129/478] Analyzing https://github.com/JeremyYong128/ip.git (master)... -Oct 22, 2023 1:20:54 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:15:36 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/AlainS87/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:36 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/AlainS87/ip.git (master)... +Oct 23, 2023 1:15:36 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/lawruixi/ip.git (master)... +Oct 23, 2023 1:15:36 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/lawruixi/ip.git (master)... +Oct 23, 2023 1:15:36 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/lawruixi/ip.git (master) completed! +Oct 23, 2023 1:15:36 AM reposense.report.ReportGenerator analyzeRepos +INFO: [130/478] Analyzing https://github.com/JeremyYong128/ip.git (master)... +Oct 23, 2023 1:15:36 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/JeremyYong128/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:54 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:15:36 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/JeremyYong128/ip.git (master)... -Oct 22, 2023 1:20:54 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:37 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/JeremyYong128/ip.git (master)... -Oct 22, 2023 1:20:54 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:37 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/JeremyYong128/ip.git (master)... -Oct 22, 2023 1:20:54 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:37 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/JeremyYong128/ip.git (master) completed! -Oct 22, 2023 1:20:54 AM reposense.report.ReportGenerator analyzeRepos -INFO: [130/478] Analyzing https://github.com/brandon-nam/ip.git (master)... -Oct 22, 2023 1:20:54 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:15:37 AM reposense.report.ReportGenerator analyzeRepos +INFO: [131/478] Analyzing https://github.com/brandon-nam/ip.git (master)... +Oct 23, 2023 1:15:37 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/brandon-nam/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:54 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:15:37 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/brandon-nam/ip.git (master)... -Oct 22, 2023 1:20:54 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/lawruixi/ip.git (master)... -Oct 22, 2023 1:20:54 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/lawruixi/ip.git (master)... -Oct 22, 2023 1:20:54 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/lawruixi/ip.git (master) completed! -Oct 22, 2023 1:20:54 AM reposense.report.ReportGenerator analyzeRepos -INFO: [131/478] Analyzing https://github.com/Leb14/ip.git (master)... -Oct 22, 2023 1:20:54 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/Leb14/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:54 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/Leb14/ip.git (master)... -Oct 22, 2023 1:20:55 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:37 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/brandon-nam/ip.git (master)... -Oct 22, 2023 1:20:55 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:37 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/brandon-nam/ip.git (master)... -Oct 22, 2023 1:20:55 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:37 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/brandon-nam/ip.git (master) completed! -Oct 22, 2023 1:20:55 AM reposense.report.ReportGenerator analyzeRepos -INFO: [132/478] Analyzing https://github.com/AlainS87/ip.git (master)... -Oct 22, 2023 1:20:55 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/Leb14/ip.git (master)... -Oct 22, 2023 1:20:55 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/Leb14/ip.git (master)... -Oct 22, 2023 1:20:55 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/Leb14/ip.git (master) completed! -Oct 22, 2023 1:20:55 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:15:37 AM reposense.report.ReportGenerator analyzeRepos +INFO: [132/478] Analyzing https://github.com/B-enguin/ip.git (master)... +Oct 23, 2023 1:15:37 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/B-enguin/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:37 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/B-enguin/ip.git (master)... +Oct 23, 2023 1:15:38 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/B-enguin/ip.git (master)... +Oct 23, 2023 1:15:38 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/B-enguin/ip.git (master)... +Oct 23, 2023 1:15:38 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/B-enguin/ip.git (master) completed! +Oct 23, 2023 1:15:38 AM reposense.report.ReportGenerator analyzeRepos INFO: [133/478] Analyzing https://github.com/LHeng1/ip.git (master)... -Oct 22, 2023 1:20:55 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:15:38 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/LHeng1/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:55 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:15:38 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/LHeng1/ip.git (master)... -Oct 22, 2023 1:20:55 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/AlainS87/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:55 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/AlainS87/ip.git (master)... -Oct 22, 2023 1:20:55 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:38 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/AlainS87/ip.git (master)... +Oct 23, 2023 1:15:38 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/LHeng1/ip.git (master)... -Oct 22, 2023 1:20:55 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:38 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/AlainS87/ip.git (master)... +Oct 23, 2023 1:15:38 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/AlainS87/ip.git (master) completed! +Oct 23, 2023 1:15:38 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/LHeng1/ip.git (master)... -Oct 22, 2023 1:20:55 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:38 AM reposense.report.ReportGenerator analyzeRepos +INFO: [134/478] Analyzing https://github.com/Leb14/ip.git (master)... +Oct 23, 2023 1:15:38 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/LHeng1/ip.git (master) completed! -Oct 22, 2023 1:20:55 AM reposense.report.ReportGenerator analyzeRepos -INFO: [134/478] Analyzing https://github.com/B-enguin/ip.git (master)... -Oct 22, 2023 1:20:55 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/B-enguin/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:55 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/B-enguin/ip.git (master)... -Oct 22, 2023 1:20:56 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/B-enguin/ip.git (master)... -Oct 22, 2023 1:20:56 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/B-enguin/ip.git (master)... -Oct 22, 2023 1:20:56 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/B-enguin/ip.git (master) completed! -Oct 22, 2023 1:20:56 AM reposense.report.ReportGenerator analyzeRepos -INFO: [135/478] Analyzing https://github.com/wesho1107/ip.git (master)... -Oct 22, 2023 1:20:56 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/wesho1107/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:56 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/wesho1107/ip.git (master)... -Oct 22, 2023 1:20:56 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/wesho1107/ip.git (master)... -Oct 22, 2023 1:20:56 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/wesho1107/ip.git (master)... -Oct 22, 2023 1:20:56 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/wesho1107/ip.git (master) completed! -Oct 22, 2023 1:20:56 AM reposense.report.ReportGenerator analyzeRepos -INFO: [136/478] Analyzing https://github.com/yihfei/ip.git (master)... -Oct 22, 2023 1:20:56 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/yihfei/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:56 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/yihfei/ip.git (master)... -Oct 22, 2023 1:20:57 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/yihfei/ip.git (master)... -Oct 22, 2023 1:20:57 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/yihfei/ip.git (master)... -Oct 22, 2023 1:20:57 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/yihfei/ip.git (master) completed! -Oct 22, 2023 1:20:57 AM reposense.report.ReportGenerator analyzeRepos -INFO: [137/478] Analyzing https://github.com/s-kybound/ip.git (master)... -Oct 22, 2023 1:20:57 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:15:38 AM reposense.report.ReportGenerator analyzeRepos +INFO: [135/478] Analyzing https://github.com/s-kybound/ip.git (master)... +Oct 23, 2023 1:15:38 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/Leb14/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:38 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/Leb14/ip.git (master)... +Oct 23, 2023 1:15:38 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/s-kybound/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:57 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:15:38 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/s-kybound/ip.git (master)... -Oct 22, 2023 1:20:57 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:38 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/s-kybound/ip.git (master)... -Oct 22, 2023 1:20:57 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:38 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/s-kybound/ip.git (master)... -Oct 22, 2023 1:20:57 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:38 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/s-kybound/ip.git (master) completed! -Oct 22, 2023 1:20:57 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:15:38 AM reposense.report.ReportGenerator analyzeRepos +INFO: [136/478] Analyzing https://github.com/wesho1107/ip.git (master)... +Oct 23, 2023 1:15:39 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/wesho1107/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:39 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/wesho1107/ip.git (master)... +Oct 23, 2023 1:15:39 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/Leb14/ip.git (master)... +Oct 23, 2023 1:15:39 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/Leb14/ip.git (master)... +Oct 23, 2023 1:15:39 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/Leb14/ip.git (master) completed! +Oct 23, 2023 1:15:39 AM reposense.report.ReportGenerator analyzeRepos +INFO: [137/478] Analyzing https://github.com/yihfei/ip.git (master)... +Oct 23, 2023 1:15:39 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/yihfei/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:39 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/yihfei/ip.git (master)... +Oct 23, 2023 1:15:39 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/wesho1107/ip.git (master)... +Oct 23, 2023 1:15:39 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/wesho1107/ip.git (master)... +Oct 23, 2023 1:15:39 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/wesho1107/ip.git (master) completed! +Oct 23, 2023 1:15:39 AM reposense.report.ReportGenerator analyzeRepos INFO: [138/478] Analyzing https://github.com/AaronJT1/ip.git (master)... -Oct 22, 2023 1:20:57 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/AlainS87/ip.git (master)... -Oct 22, 2023 1:20:57 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:15:39 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/AaronJT1/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:57 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:15:39 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/AaronJT1/ip.git (master)... -Oct 22, 2023 1:20:57 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/AlainS87/ip.git (master)... -Oct 22, 2023 1:20:57 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/AlainS87/ip.git (master) completed! -Oct 22, 2023 1:20:57 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:15:39 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/yihfei/ip.git (master)... +Oct 23, 2023 1:15:39 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/yihfei/ip.git (master)... +Oct 23, 2023 1:15:39 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/yihfei/ip.git (master) completed! +Oct 23, 2023 1:15:39 AM reposense.report.ReportGenerator analyzeRepos INFO: [139/478] Analyzing https://github.com/dlathyun/ip.git (master)... -Oct 22, 2023 1:20:57 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:15:39 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/dlathyun/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:57 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:15:39 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/dlathyun/ip.git (master)... -Oct 22, 2023 1:20:57 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:39 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/AaronJT1/ip.git (master)... -Oct 22, 2023 1:20:57 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:39 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/AaronJT1/ip.git (master)... -Oct 22, 2023 1:20:57 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:39 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/AaronJT1/ip.git (master) completed! -Oct 22, 2023 1:20:57 AM reposense.report.ReportGenerator analyzeRepos -INFO: [140/478] Analyzing https://github.com/ricketytoc/ip.git (master)... -Oct 22, 2023 1:20:57 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/ricketytoc/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:57 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/ricketytoc/ip.git (master)... -Oct 22, 2023 1:20:58 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/ricketytoc/ip.git (master)... -Oct 22, 2023 1:20:58 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/ricketytoc/ip.git (master)... -Oct 22, 2023 1:20:58 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/ricketytoc/ip.git (master) completed! -Oct 22, 2023 1:20:58 AM reposense.report.ReportGenerator analyzeRepos -INFO: [141/478] Analyzing https://github.com/Angelyxx/ip.git (master)... -Oct 22, 2023 1:20:58 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:15:39 AM reposense.report.ReportGenerator analyzeRepos +INFO: [140/478] Analyzing https://github.com/Angelyxx/ip.git (master)... +Oct 23, 2023 1:15:39 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/Angelyxx/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:58 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:15:39 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/Angelyxx/ip.git (master)... -Oct 22, 2023 1:20:58 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:40 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/dlathyun/ip.git (master)... -Oct 22, 2023 1:20:58 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:40 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/dlathyun/ip.git (master)... -Oct 22, 2023 1:20:58 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/dlathyun/ip.git (master) completed! -Oct 22, 2023 1:20:58 AM reposense.report.ReportGenerator analyzeRepos -INFO: [142/478] Analyzing https://github.com/jingting1412/ip.git (master)... -Oct 22, 2023 1:20:58 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/jingting1412/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:58 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/jingting1412/ip.git (master)... -Oct 22, 2023 1:20:58 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:40 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/Angelyxx/ip.git (master)... -Oct 22, 2023 1:20:58 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:40 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/dlathyun/ip.git (master) completed! +Oct 23, 2023 1:15:40 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/Angelyxx/ip.git (master)... -Oct 22, 2023 1:20:58 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:40 AM reposense.report.ReportGenerator analyzeRepos +INFO: [141/478] Analyzing https://github.com/ricketytoc/ip.git (master)... +Oct 23, 2023 1:15:40 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/Angelyxx/ip.git (master) completed! -Oct 22, 2023 1:20:58 AM reposense.report.ReportGenerator analyzeRepos -INFO: [143/478] Analyzing https://github.com/SinhaVedant/ip.git (master)... -Oct 22, 2023 1:20:58 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:15:40 AM reposense.report.ReportGenerator analyzeRepos +INFO: [142/478] Analyzing https://github.com/SinhaVedant/ip.git (master)... +Oct 23, 2023 1:15:40 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/ricketytoc/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:40 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/ricketytoc/ip.git (master)... +Oct 23, 2023 1:15:40 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/SinhaVedant/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:58 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:15:40 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/SinhaVedant/ip.git (master)... -Oct 22, 2023 1:20:58 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/jingting1412/ip.git (master)... -Oct 22, 2023 1:20:58 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/jingting1412/ip.git (master)... -Oct 22, 2023 1:20:58 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/jingting1412/ip.git (master) completed! -Oct 22, 2023 1:20:58 AM reposense.report.ReportGenerator analyzeRepos -INFO: [144/478] Analyzing https://github.com/jordankanghm/ip.git (master)... -Oct 22, 2023 1:20:58 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:40 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/SinhaVedant/ip.git (master)... -Oct 22, 2023 1:20:58 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/jordankanghm/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:58 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/jordankanghm/ip.git (master)... -Oct 22, 2023 1:20:58 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:40 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/SinhaVedant/ip.git (master)... -Oct 22, 2023 1:20:58 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:40 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/SinhaVedant/ip.git (master) completed! -Oct 22, 2023 1:20:58 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:15:40 AM reposense.report.ReportGenerator analyzeRepos +INFO: [143/478] Analyzing https://github.com/jingting1412/ip.git (master)... +Oct 23, 2023 1:15:40 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/jingting1412/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:40 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/jingting1412/ip.git (master)... +Oct 23, 2023 1:15:40 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/ricketytoc/ip.git (master)... +Oct 23, 2023 1:15:40 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/ricketytoc/ip.git (master)... +Oct 23, 2023 1:15:40 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/ricketytoc/ip.git (master) completed! +Oct 23, 2023 1:15:40 AM reposense.report.ReportGenerator analyzeRepos +INFO: [144/478] Analyzing https://github.com/jordankanghm/ip.git (master)... +Oct 23, 2023 1:15:40 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/jordankanghm/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:40 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/jordankanghm/ip.git (master)... +Oct 23, 2023 1:15:40 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/jingting1412/ip.git (master)... +Oct 23, 2023 1:15:40 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/jingting1412/ip.git (master)... +Oct 23, 2023 1:15:40 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/jingting1412/ip.git (master) completed! +Oct 23, 2023 1:15:40 AM reposense.report.ReportGenerator analyzeRepos INFO: [145/478] Analyzing https://github.com/adhigop13/ip.git (master)... -Oct 22, 2023 1:20:58 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:15:40 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/adhigop13/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:58 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:15:40 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/adhigop13/ip.git (master)... -Oct 22, 2023 1:20:59 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/adhigop13/ip.git (master)... -Oct 22, 2023 1:20:59 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/adhigop13/ip.git (master)... -Oct 22, 2023 1:20:59 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/adhigop13/ip.git (master) completed! -Oct 22, 2023 1:20:59 AM reposense.report.ReportGenerator analyzeRepos -INFO: [146/478] Analyzing https://github.com/jingyu987/ip.git (master)... -Oct 22, 2023 1:20:59 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:40 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/jordankanghm/ip.git (master)... -Oct 22, 2023 1:20:59 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/jingyu987/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:59 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/jingyu987/ip.git (master)... -Oct 22, 2023 1:20:59 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:41 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/jordankanghm/ip.git (master)... -Oct 22, 2023 1:20:59 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:41 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/jordankanghm/ip.git (master) completed! -Oct 22, 2023 1:20:59 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:15:41 AM reposense.report.ReportGenerator analyzeRepos +INFO: [146/478] Analyzing https://github.com/jingyu987/ip.git (master)... +Oct 23, 2023 1:15:41 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/jingyu987/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:41 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/jingyu987/ip.git (master)... +Oct 23, 2023 1:15:41 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/adhigop13/ip.git (master)... +Oct 23, 2023 1:15:41 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/adhigop13/ip.git (master)... +Oct 23, 2023 1:15:41 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/adhigop13/ip.git (master) completed! +Oct 23, 2023 1:15:41 AM reposense.report.ReportGenerator analyzeRepos INFO: [147/478] Analyzing https://github.com/raydenlim/ip.git (master)... -Oct 22, 2023 1:20:59 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:15:41 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/raydenlim/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:59 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:15:41 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/raydenlim/ip.git (master)... -Oct 22, 2023 1:20:59 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:41 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/jingyu987/ip.git (master)... -Oct 22, 2023 1:20:59 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:41 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/jingyu987/ip.git (master)... -Oct 22, 2023 1:20:59 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:41 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/jingyu987/ip.git (master) completed! -Oct 22, 2023 1:20:59 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:15:41 AM reposense.report.ReportGenerator analyzeRepos INFO: [148/478] Analyzing https://github.com/freddychenyouren2/ip.git (master)... -Oct 22, 2023 1:20:59 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:15:41 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/freddychenyouren2/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:59 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:15:41 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/freddychenyouren2/ip.git (master)... -Oct 22, 2023 1:20:59 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:41 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/freddychenyouren2/ip.git (master)... -Oct 22, 2023 1:20:59 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/raydenlim/ip.git (master)... -Oct 22, 2023 1:20:59 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:41 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/freddychenyouren2/ip.git (master)... -Oct 22, 2023 1:20:59 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/raydenlim/ip.git (master)... -Oct 22, 2023 1:20:59 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:41 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/freddychenyouren2/ip.git (master) completed! -Oct 22, 2023 1:20:59 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/raydenlim/ip.git (master) completed! -Oct 22, 2023 1:20:59 AM reposense.report.ReportGenerator analyzeRepos -INFO: [150/478] Analyzing https://github.com/jrchoo/ip.git (master)... -Oct 22, 2023 1:20:59 AM reposense.report.ReportGenerator analyzeRepos -INFO: [149/478] Analyzing https://github.com/FerdiHS/ip.git (master)... -Oct 22, 2023 1:20:59 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:15:41 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/raydenlim/ip.git (master)... +Oct 23, 2023 1:15:41 AM reposense.report.ReportGenerator analyzeRepos +INFO: [149/478] Analyzing https://github.com/jrchoo/ip.git (master)... +Oct 23, 2023 1:15:41 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/jrchoo/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:59 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:15:41 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/jrchoo/ip.git (master)... -Oct 22, 2023 1:20:59 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:15:41 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/raydenlim/ip.git (master)... +Oct 23, 2023 1:15:41 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/raydenlim/ip.git (master) completed! +Oct 23, 2023 1:15:41 AM reposense.report.ReportGenerator analyzeRepos +INFO: [150/478] Analyzing https://github.com/FerdiHS/ip.git (master)... +Oct 23, 2023 1:15:41 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/FerdiHS/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:20:59 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:15:41 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/FerdiHS/ip.git (master)... -Oct 22, 2023 1:21:00 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:42 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/jrchoo/ip.git (master)... -Oct 22, 2023 1:21:00 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:42 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/jrchoo/ip.git (master)... -Oct 22, 2023 1:21:00 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:42 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/jrchoo/ip.git (master) completed! -Oct 22, 2023 1:21:00 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:15:42 AM reposense.report.ReportGenerator analyzeRepos INFO: [151/478] Analyzing https://github.com/RiyaMehta2211/ip.git (master)... -Oct 22, 2023 1:21:00 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:15:42 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/RiyaMehta2211/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:00 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:15:42 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/RiyaMehta2211/ip.git (master)... -Oct 22, 2023 1:21:00 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:42 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/FerdiHS/ip.git (master)... -Oct 22, 2023 1:21:00 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:42 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/FerdiHS/ip.git (master)... -Oct 22, 2023 1:21:00 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:42 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/FerdiHS/ip.git (master) completed! -Oct 22, 2023 1:21:00 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:15:42 AM reposense.report.ReportGenerator analyzeRepos INFO: [152/478] Analyzing https://github.com/leezhanpeng/ip.git (master)... -Oct 22, 2023 1:21:00 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:15:42 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/leezhanpeng/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:00 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:15:42 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/leezhanpeng/ip.git (master)... -Oct 22, 2023 1:21:00 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:42 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/RiyaMehta2211/ip.git (master)... -Oct 22, 2023 1:21:00 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:42 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/RiyaMehta2211/ip.git (master)... -Oct 22, 2023 1:21:00 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:42 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/RiyaMehta2211/ip.git (master) completed! -Oct 22, 2023 1:21:00 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:15:42 AM reposense.report.ReportGenerator analyzeRepos INFO: [153/478] Analyzing https://github.com/juzzztinsoong/ip.git (master)... -Oct 22, 2023 1:21:00 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:15:42 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/juzzztinsoong/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:00 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:15:42 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/juzzztinsoong/ip.git (master)... -Oct 22, 2023 1:21:00 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:42 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/leezhanpeng/ip.git (master)... -Oct 22, 2023 1:21:00 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:42 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/leezhanpeng/ip.git (master)... -Oct 22, 2023 1:21:00 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:42 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/leezhanpeng/ip.git (master) completed! -Oct 22, 2023 1:21:00 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:15:42 AM reposense.report.ReportGenerator analyzeRepos INFO: [154/478] Analyzing https://github.com/darrentfy/ip.git (master)... -Oct 22, 2023 1:21:00 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:15:42 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/darrentfy/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:00 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:15:42 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/darrentfy/ip.git (master)... -Oct 22, 2023 1:21:01 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:43 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/juzzztinsoong/ip.git (master)... -Oct 22, 2023 1:21:01 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:43 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/darrentfy/ip.git (master)... -Oct 22, 2023 1:21:01 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/darrentfy/ip.git (master)... -Oct 22, 2023 1:21:01 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/darrentfy/ip.git (master) completed! -Oct 22, 2023 1:21:01 AM reposense.report.ReportGenerator analyzeRepos -INFO: [155/478] Analyzing https://github.com/redtailedfox/ip.git (master)... -Oct 22, 2023 1:21:01 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:43 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/juzzztinsoong/ip.git (master)... -Oct 22, 2023 1:21:01 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:43 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/juzzztinsoong/ip.git (master) completed! -Oct 22, 2023 1:21:01 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:15:43 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/darrentfy/ip.git (master)... +Oct 23, 2023 1:15:43 AM reposense.report.ReportGenerator analyzeRepos +INFO: [155/478] Analyzing https://github.com/redtailedfox/ip.git (master)... +Oct 23, 2023 1:15:43 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/darrentfy/ip.git (master) completed! +Oct 23, 2023 1:15:43 AM reposense.report.ReportGenerator analyzeRepos INFO: [156/478] Analyzing https://github.com/Fallman2/ip.git (master)... -Oct 22, 2023 1:21:01 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:15:43 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/redtailedfox/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:01 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:15:43 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/redtailedfox/ip.git (master)... -Oct 22, 2023 1:21:01 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:15:43 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/Fallman2/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:01 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:15:43 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/Fallman2/ip.git (master)... -Oct 22, 2023 1:21:01 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:43 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/redtailedfox/ip.git (master)... -Oct 22, 2023 1:21:01 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:43 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/redtailedfox/ip.git (master)... -Oct 22, 2023 1:21:01 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:43 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/redtailedfox/ip.git (master) completed! -Oct 22, 2023 1:21:01 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:15:43 AM reposense.report.ReportGenerator analyzeRepos INFO: [157/478] Analyzing https://github.com/Heran9/ip.git (master)... -Oct 22, 2023 1:21:01 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:15:43 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/Heran9/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:01 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:15:43 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/Heran9/ip.git (master)... -Oct 22, 2023 1:21:01 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:43 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/Heran9/ip.git (master)... -Oct 22, 2023 1:21:01 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:43 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/Fallman2/ip.git (master)... -Oct 22, 2023 1:21:01 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:43 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/Heran9/ip.git (master)... -Oct 22, 2023 1:21:01 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:43 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/Heran9/ip.git (master) completed! -Oct 22, 2023 1:21:01 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:15:43 AM reposense.report.ReportGenerator analyzeRepos INFO: [158/478] Analyzing https://github.com/jingjie88/ip.git (master)... -Oct 22, 2023 1:21:01 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:43 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/Fallman2/ip.git (master)... -Oct 22, 2023 1:21:01 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/Fallman2/ip.git (master) completed! -Oct 22, 2023 1:21:01 AM reposense.report.ReportGenerator analyzeRepos -INFO: [159/478] Analyzing https://github.com/VN-Hao/ip.git (master)... -Oct 22, 2023 1:21:01 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:15:43 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/jingjie88/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:01 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:15:43 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/jingjie88/ip.git (master)... -Oct 22, 2023 1:21:01 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:15:43 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/Fallman2/ip.git (master) completed! +Oct 23, 2023 1:15:43 AM reposense.report.ReportGenerator analyzeRepos +INFO: [159/478] Analyzing https://github.com/VN-Hao/ip.git (master)... +Oct 23, 2023 1:15:43 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/VN-Hao/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:01 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:15:43 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/VN-Hao/ip.git (master)... -Oct 22, 2023 1:21:02 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:44 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/jingjie88/ip.git (master)... -Oct 22, 2023 1:21:02 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:44 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/jingjie88/ip.git (master)... -Oct 22, 2023 1:21:02 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:44 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/jingjie88/ip.git (master) completed! -Oct 22, 2023 1:21:02 AM reposense.report.ReportGenerator analyzeRepos -INFO: [160/478] Analyzing https://github.com/kimshitong/ip.git (master)... -Oct 22, 2023 1:21:02 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/kimshitong/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:02 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/kimshitong/ip.git (master)... -Oct 22, 2023 1:21:02 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:44 AM reposense.report.ReportGenerator analyzeRepos +INFO: [160/478] Analyzing https://github.com/waseemingly/ip.git (master)... +Oct 23, 2023 1:15:44 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/VN-Hao/ip.git (master)... -Oct 22, 2023 1:21:02 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:44 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/VN-Hao/ip.git (master)... -Oct 22, 2023 1:21:02 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:44 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/VN-Hao/ip.git (master) completed! -Oct 22, 2023 1:21:02 AM reposense.report.ReportGenerator analyzeRepos -INFO: [161/478] Analyzing https://github.com/ivanleekk/ip.git (master)... -Oct 22, 2023 1:21:02 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:15:44 AM reposense.report.ReportGenerator analyzeRepos +INFO: [161/478] Analyzing https://github.com/kimshitong/ip.git (master)... +Oct 23, 2023 1:15:44 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/kimshitong/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:44 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/kimshitong/ip.git (master)... +Oct 23, 2023 1:15:44 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/waseemingly/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:44 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/waseemingly/ip.git (master)... +Oct 23, 2023 1:15:44 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/kimshitong/ip.git (master)... +Oct 23, 2023 1:15:44 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/kimshitong/ip.git (master)... +Oct 23, 2023 1:15:44 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/kimshitong/ip.git (master) completed! +Oct 23, 2023 1:15:44 AM reposense.report.ReportGenerator analyzeRepos +INFO: [162/478] Analyzing https://github.com/ivanleekk/ip.git (master)... +Oct 23, 2023 1:15:44 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/ivanleekk/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:02 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:15:44 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/ivanleekk/ip.git (master)... -Oct 22, 2023 1:21:02 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:45 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/ivanleekk/ip.git (master)... -Oct 22, 2023 1:21:02 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:45 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/ivanleekk/ip.git (master)... -Oct 22, 2023 1:21:02 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:45 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/ivanleekk/ip.git (master) completed! -Oct 22, 2023 1:21:02 AM reposense.report.ReportGenerator analyzeRepos -INFO: [162/478] Analyzing https://github.com/lamchenghou/ip.git (master)... -Oct 22, 2023 1:21:02 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:15:45 AM reposense.report.ReportGenerator analyzeRepos +INFO: [163/478] Analyzing https://github.com/lamchenghou/ip.git (master)... +Oct 23, 2023 1:15:45 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/lamchenghou/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:02 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:15:45 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/lamchenghou/ip.git (master)... -Oct 22, 2023 1:21:02 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/kimshitong/ip.git (master)... -Oct 22, 2023 1:21:02 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/kimshitong/ip.git (master)... -Oct 22, 2023 1:21:02 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/kimshitong/ip.git (master) completed! -Oct 22, 2023 1:21:02 AM reposense.report.ReportGenerator analyzeRepos -INFO: [163/478] Analyzing https://github.com/waseemingly/ip.git (master)... -Oct 22, 2023 1:21:02 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:45 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/lamchenghou/ip.git (master)... -Oct 22, 2023 1:21:02 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:45 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/lamchenghou/ip.git (master)... -Oct 22, 2023 1:21:02 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:45 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/lamchenghou/ip.git (master) completed! -Oct 22, 2023 1:21:02 AM reposense.report.ReportGenerator analyzeRepos -INFO: [164/478] Analyzing https://github.com/tayruxin/ip.git (master)... -Oct 22, 2023 1:21:02 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/tayruxin/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:02 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/tayruxin/ip.git (master)... -Oct 22, 2023 1:21:03 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/waseemingly/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:03 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/waseemingly/ip.git (master)... -Oct 22, 2023 1:21:03 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/tayruxin/ip.git (master)... -Oct 22, 2023 1:21:03 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/tayruxin/ip.git (master)... -Oct 22, 2023 1:21:03 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/tayruxin/ip.git (master) completed! -Oct 22, 2023 1:21:03 AM reposense.report.ReportGenerator analyzeRepos -INFO: [165/478] Analyzing https://github.com/H1410101/ip.git (master)... -Oct 22, 2023 1:21:03 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:15:45 AM reposense.report.ReportGenerator analyzeRepos +INFO: [164/478] Analyzing https://github.com/H1410101/ip.git (master)... +Oct 23, 2023 1:15:45 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/H1410101/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:03 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:15:45 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/H1410101/ip.git (master)... -Oct 22, 2023 1:21:04 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:46 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/waseemingly/ip.git (master)... +Oct 23, 2023 1:15:46 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/waseemingly/ip.git (master)... +Oct 23, 2023 1:15:46 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/waseemingly/ip.git (master) completed! +Oct 23, 2023 1:15:46 AM reposense.report.ReportGenerator analyzeRepos +INFO: [165/478] Analyzing https://github.com/tayruxin/ip.git (master)... +Oct 23, 2023 1:15:46 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/tayruxin/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:46 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/tayruxin/ip.git (master)... +Oct 23, 2023 1:15:46 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/H1410101/ip.git (master)... -Oct 22, 2023 1:21:04 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:46 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/H1410101/ip.git (master)... -Oct 22, 2023 1:21:04 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:46 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/H1410101/ip.git (master) completed! -Oct 22, 2023 1:21:04 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:15:46 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/tayruxin/ip.git (master)... +Oct 23, 2023 1:15:46 AM reposense.report.ReportGenerator analyzeRepos INFO: [166/478] Analyzing https://github.com/raynertjx/ip.git (master)... -Oct 22, 2023 1:21:04 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:15:46 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/tayruxin/ip.git (master)... +Oct 23, 2023 1:15:46 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/raynertjx/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:04 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:15:46 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/raynertjx/ip.git (master)... -Oct 22, 2023 1:21:04 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/raynertjx/ip.git (master)... -Oct 22, 2023 1:21:04 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/raynertjx/ip.git (master)... -Oct 22, 2023 1:21:04 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/raynertjx/ip.git (master) completed! -Oct 22, 2023 1:21:04 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:15:46 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/tayruxin/ip.git (master) completed! +Oct 23, 2023 1:15:46 AM reposense.report.ReportGenerator analyzeRepos INFO: [167/478] Analyzing https://github.com/zhengyup/ip.git (master)... -Oct 22, 2023 1:21:04 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:15:46 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/zhengyup/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:04 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:15:46 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/zhengyup/ip.git (master)... -Oct 22, 2023 1:21:04 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:46 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/zhengyup/ip.git (master)... -Oct 22, 2023 1:21:04 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:46 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/raynertjx/ip.git (master)... +Oct 23, 2023 1:15:46 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/zhengyup/ip.git (master)... -Oct 22, 2023 1:21:04 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:46 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/zhengyup/ip.git (master) completed! -Oct 22, 2023 1:21:04 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:15:46 AM reposense.report.ReportGenerator analyzeRepos INFO: [168/478] Analyzing https://github.com/larrywang0701/ip.git (master)... -Oct 22, 2023 1:21:04 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:15:47 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/raynertjx/ip.git (master)... +Oct 23, 2023 1:15:47 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/raynertjx/ip.git (master) completed! +Oct 23, 2023 1:15:47 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/larrywang0701/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:04 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:15:47 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/larrywang0701/ip.git (master)... -Oct 22, 2023 1:21:05 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:47 AM reposense.report.ReportGenerator analyzeRepos +INFO: [169/478] Analyzing https://github.com/wxwern/ip.git (master)... +Oct 23, 2023 1:15:47 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/wxwern/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:47 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/wxwern/ip.git (master)... +Oct 23, 2023 1:15:47 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/larrywang0701/ip.git (master)... -Oct 22, 2023 1:21:05 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:47 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/larrywang0701/ip.git (master)... -Oct 22, 2023 1:21:05 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:47 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/larrywang0701/ip.git (master) completed! -Oct 22, 2023 1:21:05 AM reposense.report.ReportGenerator analyzeRepos -INFO: [169/478] Analyzing https://github.com/Carlintyj/ip.git (master)... -Oct 22, 2023 1:21:05 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:15:47 AM reposense.report.ReportGenerator analyzeRepos +INFO: [170/478] Analyzing https://github.com/Carlintyj/ip.git (master)... +Oct 23, 2023 1:15:47 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/Carlintyj/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:05 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:15:47 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/Carlintyj/ip.git (master)... -Oct 22, 2023 1:21:05 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/waseemingly/ip.git (master)... -Oct 22, 2023 1:21:05 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/Carlintyj/ip.git (master)... -Oct 22, 2023 1:21:05 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/Carlintyj/ip.git (master)... -Oct 22, 2023 1:21:05 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/Carlintyj/ip.git (master) completed! -Oct 22, 2023 1:21:05 AM reposense.report.ReportGenerator analyzeRepos -INFO: [170/478] Analyzing https://github.com/wxwern/ip.git (master)... -Oct 22, 2023 1:21:05 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/wxwern/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:05 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/wxwern/ip.git (master)... -Oct 22, 2023 1:21:05 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/waseemingly/ip.git (master)... -Oct 22, 2023 1:21:05 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/waseemingly/ip.git (master) completed! -Oct 22, 2023 1:21:05 AM reposense.report.ReportGenerator analyzeRepos -INFO: [171/478] Analyzing https://github.com/nubnubyas/ip.git (master)... -Oct 22, 2023 1:21:05 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/nubnubyas/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:05 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/nubnubyas/ip.git (master)... -Oct 22, 2023 1:21:05 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:47 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/wxwern/ip.git (master)... -Oct 22, 2023 1:21:05 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:47 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/wxwern/ip.git (master)... -Oct 22, 2023 1:21:05 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:47 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/wxwern/ip.git (master) completed! -Oct 22, 2023 1:21:05 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:15:47 AM reposense.report.ReportGenerator analyzeRepos +INFO: [171/478] Analyzing https://github.com/nubnubyas/ip.git (master)... +Oct 23, 2023 1:15:47 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/nubnubyas/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:47 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/nubnubyas/ip.git (master)... +Oct 23, 2023 1:15:47 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/Carlintyj/ip.git (master)... +Oct 23, 2023 1:15:47 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/Carlintyj/ip.git (master)... +Oct 23, 2023 1:15:47 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/Carlintyj/ip.git (master) completed! +Oct 23, 2023 1:15:47 AM reposense.report.ReportGenerator analyzeRepos INFO: [172/478] Analyzing https://github.com/aslam341/ip.git (master)... -Oct 22, 2023 1:21:06 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:15:47 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/aslam341/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:06 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:15:47 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/aslam341/ip.git (master)... -Oct 22, 2023 1:21:06 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:47 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/nubnubyas/ip.git (master)... -Oct 22, 2023 1:21:06 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:47 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/nubnubyas/ip.git (master)... -Oct 22, 2023 1:21:06 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:47 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/nubnubyas/ip.git (master) completed! -Oct 22, 2023 1:21:06 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:15:47 AM reposense.report.ReportGenerator analyzeRepos INFO: [173/478] Analyzing https://github.com/LWZ19/ip.git (master)... -Oct 22, 2023 1:21:06 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:15:47 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/LWZ19/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:06 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:15:47 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/LWZ19/ip.git (master)... -Oct 22, 2023 1:21:06 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:48 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/aslam341/ip.git (master)... -Oct 22, 2023 1:21:06 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:48 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/aslam341/ip.git (master)... -Oct 22, 2023 1:21:06 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:48 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/aslam341/ip.git (master) completed! -Oct 22, 2023 1:21:06 AM reposense.report.ReportGenerator analyzeRepos -INFO: [174/478] Analyzing https://github.com/rayshawntan/ip.git (master)... -Oct 22, 2023 1:21:06 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/rayshawntan/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:06 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/rayshawntan/ip.git (master)... -Oct 22, 2023 1:21:06 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/rayshawntan/ip.git (master)... -Oct 22, 2023 1:21:06 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/rayshawntan/ip.git (master)... -Oct 22, 2023 1:21:06 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/rayshawntan/ip.git (master) completed! -Oct 22, 2023 1:21:06 AM reposense.report.ReportGenerator analyzeRepos -INFO: [175/478] Analyzing https://github.com/timleow/ip.git (master)... -Oct 22, 2023 1:21:06 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:15:48 AM reposense.report.ReportGenerator analyzeRepos +INFO: [174/478] Analyzing https://github.com/timleow/ip.git (master)... +Oct 23, 2023 1:15:48 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/timleow/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:06 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:15:48 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/timleow/ip.git (master)... -Oct 22, 2023 1:21:06 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:48 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/timleow/ip.git (master)... +Oct 23, 2023 1:15:48 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/LWZ19/ip.git (master)... -Oct 22, 2023 1:21:06 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:48 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/timleow/ip.git (master)... +Oct 23, 2023 1:15:48 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/timleow/ip.git (master) completed! +Oct 23, 2023 1:15:48 AM reposense.report.ReportGenerator analyzeRepos +INFO: [175/478] Analyzing https://github.com/rayshawntan/ip.git (master)... +Oct 23, 2023 1:15:48 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/rayshawntan/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:48 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/rayshawntan/ip.git (master)... +Oct 23, 2023 1:15:48 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/LWZ19/ip.git (master)... -Oct 22, 2023 1:21:06 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:48 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/LWZ19/ip.git (master) completed! -Oct 22, 2023 1:21:06 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:15:48 AM reposense.report.ReportGenerator analyzeRepos INFO: [176/478] Analyzing https://github.com/aexolate/ip.git (master)... -Oct 22, 2023 1:21:06 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:15:48 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/aexolate/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:06 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:15:48 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/aexolate/ip.git (master)... -Oct 22, 2023 1:21:07 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/timleow/ip.git (master)... -Oct 22, 2023 1:21:07 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/timleow/ip.git (master)... -Oct 22, 2023 1:21:07 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/timleow/ip.git (master) completed! -Oct 22, 2023 1:21:07 AM reposense.report.ReportGenerator analyzeRepos -INFO: [177/478] Analyzing https://github.com/Sheeepen/ip.git (master)... -Oct 22, 2023 1:21:07 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:48 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/rayshawntan/ip.git (master)... +Oct 23, 2023 1:15:48 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/aexolate/ip.git (master)... -Oct 22, 2023 1:21:07 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/Sheeepen/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:07 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/Sheeepen/ip.git (master)... -Oct 22, 2023 1:21:07 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:48 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/rayshawntan/ip.git (master)... +Oct 23, 2023 1:15:49 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/rayshawntan/ip.git (master) completed! +Oct 23, 2023 1:15:49 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/aexolate/ip.git (master)... -Oct 22, 2023 1:21:07 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:49 AM reposense.report.ReportGenerator analyzeRepos +INFO: [177/478] Analyzing https://github.com/iyioon/ip.git (master)... +Oct 23, 2023 1:15:49 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/aexolate/ip.git (master) completed! -Oct 22, 2023 1:21:07 AM reposense.report.ReportGenerator analyzeRepos -INFO: [178/478] Analyzing https://github.com/shuyangk/ip.git (master)... -Oct 22, 2023 1:21:07 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:15:49 AM reposense.report.ReportGenerator analyzeRepos +INFO: [178/478] Analyzing https://github.com/Sheeepen/ip.git (master)... +Oct 23, 2023 1:15:49 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/iyioon/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:49 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/iyioon/ip.git (master)... +Oct 23, 2023 1:15:49 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/Sheeepen/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:49 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/Sheeepen/ip.git (master)... +Oct 23, 2023 1:15:49 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/iyioon/ip.git (master)... +Oct 23, 2023 1:15:49 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/iyioon/ip.git (master)... +Oct 23, 2023 1:15:49 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/iyioon/ip.git (master) completed! +Oct 23, 2023 1:15:49 AM reposense.report.ReportGenerator analyzeRepos +INFO: [179/478] Analyzing https://github.com/shuyangk/ip.git (master)... +Oct 23, 2023 1:15:49 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/shuyangk/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:07 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:15:49 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/shuyangk/ip.git (master)... -Oct 22, 2023 1:21:07 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/shuyangk/ip.git (master)... -Oct 22, 2023 1:21:07 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/shuyangk/ip.git (master)... -Oct 22, 2023 1:21:07 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:49 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/Sheeepen/ip.git (master)... -Oct 22, 2023 1:21:07 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/shuyangk/ip.git (master) completed! -Oct 22, 2023 1:21:07 AM reposense.report.ReportGenerator analyzeRepos -INFO: [179/478] Analyzing https://github.com/iyioon/ip.git (master)... -Oct 22, 2023 1:21:07 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:49 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/Sheeepen/ip.git (master)... -Oct 22, 2023 1:21:07 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/iyioon/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:07 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/iyioon/ip.git (master)... -Oct 22, 2023 1:21:07 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:49 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/Sheeepen/ip.git (master) completed! -Oct 22, 2023 1:21:07 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:15:49 AM reposense.report.ReportGenerator analyzeRepos INFO: [180/478] Analyzing https://github.com/kiwibang/ip.git (master)... -Oct 22, 2023 1:21:07 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:15:49 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/kiwibang/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:07 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:15:49 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/kiwibang/ip.git (master)... -Oct 22, 2023 1:21:07 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/iyioon/ip.git (master)... -Oct 22, 2023 1:21:07 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/iyioon/ip.git (master)... -Oct 22, 2023 1:21:07 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/iyioon/ip.git (master) completed! -Oct 22, 2023 1:21:07 AM reposense.report.ReportGenerator analyzeRepos -INFO: [181/478] Analyzing https://github.com/ncmathan/ip.git (master)... -Oct 22, 2023 1:21:07 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:49 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/shuyangk/ip.git (master)... +Oct 23, 2023 1:15:49 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/shuyangk/ip.git (master)... +Oct 23, 2023 1:15:49 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/shuyangk/ip.git (master) completed! +Oct 23, 2023 1:15:49 AM reposense.report.ReportGenerator analyzeRepos +INFO: [181/478] Analyzing https://github.com/LuoZYi/ip.git (master)... +Oct 23, 2023 1:15:49 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/LuoZYi/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:49 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/LuoZYi/ip.git (master)... +Oct 23, 2023 1:15:49 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/kiwibang/ip.git (master)... -Oct 22, 2023 1:21:07 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:49 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/kiwibang/ip.git (master)... -Oct 22, 2023 1:21:07 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:49 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/kiwibang/ip.git (master) completed! -Oct 22, 2023 1:21:07 AM reposense.report.ReportGenerator analyzeRepos -INFO: [182/478] Analyzing https://github.com/LuoZYi/ip.git (master)... -Oct 22, 2023 1:21:07 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/ncmathan/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:07 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/ncmathan/ip.git (master)... -Oct 22, 2023 1:21:07 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/LuoZYi/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:07 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/LuoZYi/ip.git (master)... -Oct 22, 2023 1:21:08 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:49 AM reposense.report.ReportGenerator analyzeRepos +INFO: [182/478] Analyzing https://github.com/ncmathan/ip.git (master)... +Oct 23, 2023 1:15:49 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/LuoZYi/ip.git (master)... -Oct 22, 2023 1:21:08 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:49 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/LuoZYi/ip.git (master)... -Oct 22, 2023 1:21:08 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:49 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/LuoZYi/ip.git (master) completed! -Oct 22, 2023 1:21:08 AM reposense.report.ReportGenerator analyzeRepos -INFO: [183/478] Analyzing https://github.com/asdfghjkxd/ip.git (master)... -Oct 22, 2023 1:21:08 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/asdfghjkxd/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:08 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/asdfghjkxd/ip.git (master)... -Oct 22, 2023 1:21:08 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/ncmathan/ip.git (master)... -Oct 22, 2023 1:21:08 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/ncmathan/ip.git (master)... -Oct 22, 2023 1:21:08 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/ncmathan/ip.git (master) completed! -Oct 22, 2023 1:21:08 AM reposense.report.ReportGenerator analyzeRepos -INFO: [184/478] Analyzing https://github.com/Nid21cs/ip.git (master)... -Oct 22, 2023 1:21:08 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:15:49 AM reposense.report.ReportGenerator analyzeRepos +INFO: [183/478] Analyzing https://github.com/Nid21cs/ip.git (master)... +Oct 23, 2023 1:15:49 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/Nid21cs/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:08 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:15:49 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/Nid21cs/ip.git (master)... -Oct 22, 2023 1:21:08 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:49 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/ncmathan/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:49 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/ncmathan/ip.git (master)... +Oct 23, 2023 1:15:50 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/Nid21cs/ip.git (master)... -Oct 22, 2023 1:21:08 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:50 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/Nid21cs/ip.git (master)... -Oct 22, 2023 1:21:08 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:50 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/Nid21cs/ip.git (master) completed! -Oct 22, 2023 1:21:08 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:15:50 AM reposense.report.ReportGenerator analyzeRepos +INFO: [184/478] Analyzing https://github.com/asdfghjkxd/ip.git (master)... +Oct 23, 2023 1:15:50 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/asdfghjkxd/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:50 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/asdfghjkxd/ip.git (master)... +Oct 23, 2023 1:15:50 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/ncmathan/ip.git (master)... +Oct 23, 2023 1:15:50 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/ncmathan/ip.git (master)... +Oct 23, 2023 1:15:50 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/ncmathan/ip.git (master) completed! +Oct 23, 2023 1:15:50 AM reposense.report.ReportGenerator analyzeRepos INFO: [185/478] Analyzing https://github.com/McNaBry/ip.git (master)... -Oct 22, 2023 1:21:08 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:15:50 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/McNaBry/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:08 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:15:50 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/McNaBry/ip.git (master)... -Oct 22, 2023 1:21:09 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/asdfghjkxd/ip.git (master)... -Oct 22, 2023 1:21:09 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/asdfghjkxd/ip.git (master)... -Oct 22, 2023 1:21:09 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/asdfghjkxd/ip.git (master) completed! -Oct 22, 2023 1:21:09 AM reposense.report.ReportGenerator analyzeRepos -INFO: [186/478] Analyzing https://github.com/miljyy/ip.git (master)... -Oct 22, 2023 1:21:09 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/miljyy/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:09 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/miljyy/ip.git (master)... -Oct 22, 2023 1:21:09 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:50 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/McNaBry/ip.git (master)... -Oct 22, 2023 1:21:09 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:50 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/McNaBry/ip.git (master)... -Oct 22, 2023 1:21:09 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:50 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/McNaBry/ip.git (master) completed! -Oct 22, 2023 1:21:09 AM reposense.report.ReportGenerator analyzeRepos -INFO: [187/478] Analyzing https://github.com/mingyu-wan/ip.git (master)... -Oct 22, 2023 1:21:09 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:15:50 AM reposense.report.ReportGenerator analyzeRepos +INFO: [186/478] Analyzing https://github.com/mingyu-wan/ip.git (master)... +Oct 23, 2023 1:15:50 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/mingyu-wan/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:09 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:15:50 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/mingyu-wan/ip.git (master)... -Oct 22, 2023 1:21:09 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/miljyy/ip.git (master)... -Oct 22, 2023 1:21:09 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/miljyy/ip.git (master)... -Oct 22, 2023 1:21:09 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/miljyy/ip.git (master) completed! -Oct 22, 2023 1:21:09 AM reposense.report.ReportGenerator analyzeRepos -INFO: [188/478] Analyzing https://github.com/eyelessrhyme7/ip.git (master)... -Oct 22, 2023 1:21:09 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/eyelessrhyme7/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:09 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/eyelessrhyme7/ip.git (master)... -Oct 22, 2023 1:21:09 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:51 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/asdfghjkxd/ip.git (master)... +Oct 23, 2023 1:15:51 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/asdfghjkxd/ip.git (master)... +Oct 23, 2023 1:15:51 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/asdfghjkxd/ip.git (master) completed! +Oct 23, 2023 1:15:51 AM reposense.report.ReportGenerator analyzeRepos +INFO: [187/478] Analyzing https://github.com/miljyy/ip.git (master)... +Oct 23, 2023 1:15:51 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/miljyy/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:51 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/miljyy/ip.git (master)... +Oct 23, 2023 1:15:51 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/mingyu-wan/ip.git (master)... -Oct 22, 2023 1:21:09 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:51 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/mingyu-wan/ip.git (master)... -Oct 22, 2023 1:21:09 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:51 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/mingyu-wan/ip.git (master) completed! -Oct 22, 2023 1:21:09 AM reposense.report.ReportGenerator analyzeRepos -INFO: [189/478] Analyzing https://github.com/ncduy0303/ip.git (master)... -Oct 22, 2023 1:21:09 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:15:51 AM reposense.report.ReportGenerator analyzeRepos +INFO: [188/478] Analyzing https://github.com/ncduy0303/ip.git (master)... +Oct 23, 2023 1:15:51 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/ncduy0303/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:09 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:15:51 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/ncduy0303/ip.git (master)... -Oct 22, 2023 1:21:09 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/eyelessrhyme7/ip.git (master)... -Oct 22, 2023 1:21:09 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/eyelessrhyme7/ip.git (master)... -Oct 22, 2023 1:21:09 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/eyelessrhyme7/ip.git (master) completed! -Oct 22, 2023 1:21:09 AM reposense.report.ReportGenerator analyzeRepos -INFO: [190/478] Analyzing https://github.com/sushiyade/ip.git (master)... -Oct 22, 2023 1:21:09 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/sushiyade/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:09 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/sushiyade/ip.git (master)... -Oct 22, 2023 1:21:10 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:51 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/miljyy/ip.git (master)... +Oct 23, 2023 1:15:51 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/miljyy/ip.git (master)... +Oct 23, 2023 1:15:51 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/miljyy/ip.git (master) completed! +Oct 23, 2023 1:15:51 AM reposense.report.ReportGenerator analyzeRepos +INFO: [189/478] Analyzing https://github.com/ruishanteo/ip.git (master)... +Oct 23, 2023 1:15:51 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/ruishanteo/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:51 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/ruishanteo/ip.git (master)... +Oct 23, 2023 1:15:51 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/ncduy0303/ip.git (master)... -Oct 22, 2023 1:21:10 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:51 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/ncduy0303/ip.git (master)... -Oct 22, 2023 1:21:10 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:51 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/ncduy0303/ip.git (master) completed! -Oct 22, 2023 1:21:10 AM reposense.report.ReportGenerator analyzeRepos -INFO: [191/478] Analyzing https://github.com/Nixx162/ip.git (master)... -Oct 22, 2023 1:21:10 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/Nixx162/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:10 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/Nixx162/ip.git (master)... -Oct 22, 2023 1:21:10 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/sushiyade/ip.git (master)... -Oct 22, 2023 1:21:10 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/sushiyade/ip.git (master)... -Oct 22, 2023 1:21:10 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/sushiyade/ip.git (master) completed! -Oct 22, 2023 1:21:10 AM reposense.report.ReportGenerator analyzeRepos -INFO: [192/478] Analyzing https://github.com/ruishanteo/ip.git (master)... -Oct 22, 2023 1:21:10 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/ruishanteo/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:10 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/ruishanteo/ip.git (master)... -Oct 22, 2023 1:21:10 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/Nixx162/ip.git (master)... -Oct 22, 2023 1:21:10 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/Nixx162/ip.git (master)... -Oct 22, 2023 1:21:10 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/Nixx162/ip.git (master) completed! -Oct 22, 2023 1:21:10 AM reposense.report.ReportGenerator analyzeRepos -INFO: [193/478] Analyzing https://github.com/m1oojv/ip.git (master)... -Oct 22, 2023 1:21:10 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/m1oojv/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:10 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/m1oojv/ip.git (master)... -Oct 22, 2023 1:21:10 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:51 AM reposense.report.ReportGenerator analyzeRepos +INFO: [190/478] Analyzing https://github.com/eyelessrhyme7/ip.git (master)... +Oct 23, 2023 1:15:51 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/eyelessrhyme7/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:51 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/eyelessrhyme7/ip.git (master)... +Oct 23, 2023 1:15:51 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/ruishanteo/ip.git (master)... -Oct 22, 2023 1:21:10 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:51 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/ruishanteo/ip.git (master)... -Oct 22, 2023 1:21:10 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:51 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/ruishanteo/ip.git (master) completed! -Oct 22, 2023 1:21:10 AM reposense.report.ReportGenerator analyzeRepos -INFO: [194/478] Analyzing https://github.com/Gabriel4357/ip.git (master)... -Oct 22, 2023 1:21:10 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/Gabriel4357/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:10 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/Gabriel4357/ip.git (master)... -Oct 22, 2023 1:21:10 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:51 AM reposense.report.ReportGenerator analyzeRepos +INFO: [191/478] Analyzing https://github.com/sushiyade/ip.git (master)... +Oct 23, 2023 1:15:52 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/sushiyade/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:52 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/sushiyade/ip.git (master)... +Oct 23, 2023 1:15:52 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/eyelessrhyme7/ip.git (master)... +Oct 23, 2023 1:15:52 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/eyelessrhyme7/ip.git (master)... +Oct 23, 2023 1:15:52 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/eyelessrhyme7/ip.git (master) completed! +Oct 23, 2023 1:15:52 AM reposense.report.ReportGenerator analyzeRepos +INFO: [192/478] Analyzing https://github.com/m1oojv/ip.git (master)... +Oct 23, 2023 1:15:52 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/m1oojv/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:52 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/m1oojv/ip.git (master)... +Oct 23, 2023 1:15:52 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/m1oojv/ip.git (master)... -Oct 22, 2023 1:21:10 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:52 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/m1oojv/ip.git (master)... -Oct 22, 2023 1:21:10 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:52 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/m1oojv/ip.git (master) completed! -Oct 22, 2023 1:21:10 AM reposense.report.ReportGenerator analyzeRepos -INFO: [195/478] Analyzing https://github.com/mfjkri/ip.git (master)... -Oct 22, 2023 1:21:10 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/mfjkri/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:10 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/mfjkri/ip.git (master)... -Oct 22, 2023 1:21:11 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:52 AM reposense.report.ReportGenerator analyzeRepos +INFO: [193/478] Analyzing https://github.com/Gabriel4357/ip.git (master)... +Oct 23, 2023 1:15:52 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/Gabriel4357/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:52 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/Gabriel4357/ip.git (master)... +Oct 23, 2023 1:15:52 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/sushiyade/ip.git (master)... +Oct 23, 2023 1:15:52 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/Gabriel4357/ip.git (master)... -Oct 22, 2023 1:21:11 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:52 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/Gabriel4357/ip.git (master)... -Oct 22, 2023 1:21:11 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:52 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/Gabriel4357/ip.git (master) completed! -Oct 22, 2023 1:21:11 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:15:52 AM reposense.report.ReportGenerator analyzeRepos +INFO: [194/478] Analyzing https://github.com/Nixx162/ip.git (master)... +Oct 23, 2023 1:15:53 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/Nixx162/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:53 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/Nixx162/ip.git (master)... +Oct 23, 2023 1:15:53 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/sushiyade/ip.git (master)... +Oct 23, 2023 1:15:53 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/sushiyade/ip.git (master) completed! +Oct 23, 2023 1:15:53 AM reposense.report.ReportGenerator analyzeRepos +INFO: [195/478] Analyzing https://github.com/mfjkri/ip.git (master)... +Oct 23, 2023 1:15:53 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/mfjkri/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:53 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/mfjkri/ip.git (master)... +Oct 23, 2023 1:15:53 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/Nixx162/ip.git (master)... +Oct 23, 2023 1:15:53 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/Nixx162/ip.git (master)... +Oct 23, 2023 1:15:53 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/Nixx162/ip.git (master) completed! +Oct 23, 2023 1:15:53 AM reposense.report.ReportGenerator analyzeRepos INFO: [196/478] Analyzing https://github.com/junhonglow/ip.git (master)... -Oct 22, 2023 1:21:11 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:15:53 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/junhonglow/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:11 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:15:53 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/junhonglow/ip.git (master)... -Oct 22, 2023 1:21:11 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:53 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/mfjkri/ip.git (master)... -Oct 22, 2023 1:21:11 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:53 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/mfjkri/ip.git (master)... -Oct 22, 2023 1:21:11 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:53 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/mfjkri/ip.git (master) completed! -Oct 22, 2023 1:21:11 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:15:53 AM reposense.report.ReportGenerator analyzeRepos INFO: [197/478] Analyzing https://github.com/RoeReRe/ip.git (master)... -Oct 22, 2023 1:21:11 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:15:53 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/RoeReRe/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:11 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:15:53 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/RoeReRe/ip.git (master)... -Oct 22, 2023 1:21:11 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/RoeReRe/ip.git (master)... -Oct 22, 2023 1:21:11 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/RoeReRe/ip.git (master)... -Oct 22, 2023 1:21:11 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/RoeReRe/ip.git (master) completed! -Oct 22, 2023 1:21:11 AM reposense.report.ReportGenerator analyzeRepos -INFO: [198/478] Analyzing https://github.com/Badatprogrammiing/ip.git (master)... -Oct 22, 2023 1:21:11 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/Badatprogrammiing/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:11 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/Badatprogrammiing/ip.git (master)... -Oct 22, 2023 1:21:11 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:53 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/junhonglow/ip.git (master)... -Oct 22, 2023 1:21:11 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:53 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/junhonglow/ip.git (master)... -Oct 22, 2023 1:21:11 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:53 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/junhonglow/ip.git (master) completed! -Oct 22, 2023 1:21:11 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:15:53 AM reposense.report.ReportGenerator analyzeRepos +INFO: [198/478] Analyzing https://github.com/Badatprogrammiing/ip.git (master)... +Oct 23, 2023 1:15:53 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/Badatprogrammiing/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:53 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/Badatprogrammiing/ip.git (master)... +Oct 23, 2023 1:15:53 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/RoeReRe/ip.git (master)... +Oct 23, 2023 1:15:53 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/RoeReRe/ip.git (master)... +Oct 23, 2023 1:15:53 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/RoeReRe/ip.git (master) completed! +Oct 23, 2023 1:15:53 AM reposense.report.ReportGenerator analyzeRepos INFO: [199/478] Analyzing https://github.com/nknguyenhc/ip.git (master)... -Oct 22, 2023 1:21:11 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:15:53 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/nknguyenhc/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:11 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:15:53 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/nknguyenhc/ip.git (master)... -Oct 22, 2023 1:21:11 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:53 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/Badatprogrammiing/ip.git (master)... -Oct 22, 2023 1:21:11 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:54 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/Badatprogrammiing/ip.git (master)... -Oct 22, 2023 1:21:11 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:54 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/Badatprogrammiing/ip.git (master) completed! -Oct 22, 2023 1:21:11 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:15:54 AM reposense.report.ReportGenerator analyzeRepos INFO: [200/478] Analyzing https://github.com/winson8222/ip.git (master)... -Oct 22, 2023 1:21:11 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:15:54 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/winson8222/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:11 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:15:54 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/winson8222/ip.git (master)... -Oct 22, 2023 1:21:12 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:54 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/nknguyenhc/ip.git (master)... -Oct 22, 2023 1:21:12 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:54 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/nknguyenhc/ip.git (master)... -Oct 22, 2023 1:21:12 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:54 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/nknguyenhc/ip.git (master) completed! -Oct 22, 2023 1:21:12 AM reposense.report.ReportGenerator analyzeRepos -INFO: [201/478] Analyzing https://github.com/SimWPEric/ip.git (master)... -Oct 22, 2023 1:21:12 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/SimWPEric/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:12 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/SimWPEric/ip.git (master)... -Oct 22, 2023 1:21:12 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:54 AM reposense.report.ReportGenerator analyzeRepos +INFO: [201/478] Analyzing https://github.com/wujy28/ip.git (master)... +Oct 23, 2023 1:15:54 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/wujy28/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:54 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/wujy28/ip.git (master)... +Oct 23, 2023 1:15:54 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/winson8222/ip.git (master)... -Oct 22, 2023 1:21:12 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:54 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/winson8222/ip.git (master)... -Oct 22, 2023 1:21:12 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:54 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/winson8222/ip.git (master) completed! -Oct 22, 2023 1:21:12 AM reposense.report.ReportGenerator analyzeRepos -INFO: [202/478] Analyzing https://github.com/wujy28/ip.git (master)... -Oct 22, 2023 1:21:12 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/wujy28/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:12 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/wujy28/ip.git (master)... -Oct 22, 2023 1:21:12 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/SimWPEric/ip.git (master)... -Oct 22, 2023 1:21:12 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:54 AM reposense.report.ReportGenerator analyzeRepos +INFO: [202/478] Analyzing https://github.com/SimWPEric/ip.git (master)... +Oct 23, 2023 1:15:54 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/SimWPEric/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:54 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/SimWPEric/ip.git (master)... +Oct 23, 2023 1:15:54 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/wujy28/ip.git (master)... -Oct 22, 2023 1:21:12 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/SimWPEric/ip.git (master)... -Oct 22, 2023 1:21:12 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/SimWPEric/ip.git (master) completed! -Oct 22, 2023 1:21:12 AM reposense.report.ReportGenerator analyzeRepos -INFO: [203/478] Analyzing https://github.com/HugeNoob/ip.git (master)... -Oct 22, 2023 1:21:12 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:54 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/wujy28/ip.git (master)... -Oct 22, 2023 1:21:12 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:54 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/wujy28/ip.git (master) completed! -Oct 22, 2023 1:21:12 AM reposense.report.ReportGenerator analyzeRepos -INFO: [204/478] Analyzing https://github.com/lerxuann/ip.git (master)... -Oct 22, 2023 1:21:12 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:15:54 AM reposense.report.ReportGenerator analyzeRepos +INFO: [203/478] Analyzing https://github.com/HugeNoob/ip.git (master)... +Oct 23, 2023 1:15:54 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/HugeNoob/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:12 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:15:54 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/HugeNoob/ip.git (master)... -Oct 22, 2023 1:21:12 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:15:54 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/SimWPEric/ip.git (master)... +Oct 23, 2023 1:15:54 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/SimWPEric/ip.git (master)... +Oct 23, 2023 1:15:54 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/SimWPEric/ip.git (master) completed! +Oct 23, 2023 1:15:54 AM reposense.report.ReportGenerator analyzeRepos +INFO: [204/478] Analyzing https://github.com/lerxuann/ip.git (master)... +Oct 23, 2023 1:15:54 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/lerxuann/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:12 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:15:54 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/lerxuann/ip.git (master)... -Oct 22, 2023 1:21:12 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/lerxuann/ip.git (master)... -Oct 22, 2023 1:21:12 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:55 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/HugeNoob/ip.git (master)... -Oct 22, 2023 1:21:12 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/lerxuann/ip.git (master)... -Oct 22, 2023 1:21:12 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/lerxuann/ip.git (master) completed! -Oct 22, 2023 1:21:12 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:55 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/HugeNoob/ip.git (master)... -Oct 22, 2023 1:21:12 AM reposense.report.ReportGenerator analyzeRepos -INFO: [205/478] Analyzing https://github.com/maj0-0/ip.git (master)... -Oct 22, 2023 1:21:12 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:55 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/HugeNoob/ip.git (master) completed! -Oct 22, 2023 1:21:12 AM reposense.report.ReportGenerator analyzeRepos -INFO: [206/478] Analyzing https://github.com/Weiennn/ip.git (master)... -Oct 22, 2023 1:21:12 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:15:55 AM reposense.report.ReportGenerator analyzeRepos +INFO: [205/478] Analyzing https://github.com/maj0-0/ip.git (master)... +Oct 23, 2023 1:15:55 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/maj0-0/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:12 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:15:55 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/maj0-0/ip.git (master)... -Oct 22, 2023 1:21:12 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:15:55 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/lerxuann/ip.git (master)... +Oct 23, 2023 1:15:55 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/lerxuann/ip.git (master)... +Oct 23, 2023 1:15:55 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/lerxuann/ip.git (master) completed! +Oct 23, 2023 1:15:55 AM reposense.report.ReportGenerator analyzeRepos +INFO: [206/478] Analyzing https://github.com/Weiennn/ip.git (master)... +Oct 23, 2023 1:15:55 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/Weiennn/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:12 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:15:55 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/Weiennn/ip.git (master)... -Oct 22, 2023 1:21:13 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/Weiennn/ip.git (master)... -Oct 22, 2023 1:21:13 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:55 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/maj0-0/ip.git (master)... -Oct 22, 2023 1:21:13 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/Weiennn/ip.git (master)... -Oct 22, 2023 1:21:13 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/Weiennn/ip.git (master) completed! -Oct 22, 2023 1:21:13 AM reposense.report.ReportGenerator analyzeRepos -INFO: [207/478] Analyzing https://github.com/ruiyangzh/ip.git (master)... -Oct 22, 2023 1:21:13 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:55 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/maj0-0/ip.git (master)... -Oct 22, 2023 1:21:13 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:55 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/maj0-0/ip.git (master) completed! -Oct 22, 2023 1:21:13 AM reposense.report.ReportGenerator analyzeRepos -INFO: [208/478] Analyzing https://github.com/qyaner/ip.git (master)... -Oct 22, 2023 1:21:13 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/ruiyangzh/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:13 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/ruiyangzh/ip.git (master)... -Oct 22, 2023 1:21:13 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:15:55 AM reposense.report.ReportGenerator analyzeRepos +INFO: [207/478] Analyzing https://github.com/qyaner/ip.git (master)... +Oct 23, 2023 1:15:55 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/qyaner/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:13 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:15:55 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/qyaner/ip.git (master)... -Oct 22, 2023 1:21:13 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:55 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/Weiennn/ip.git (master)... +Oct 23, 2023 1:15:55 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/Weiennn/ip.git (master)... +Oct 23, 2023 1:15:55 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/Weiennn/ip.git (master) completed! +Oct 23, 2023 1:15:55 AM reposense.report.ReportGenerator analyzeRepos +INFO: [208/478] Analyzing https://github.com/ruiyangzh/ip.git (master)... +Oct 23, 2023 1:15:55 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/ruiyangzh/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:55 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/ruiyangzh/ip.git (master)... +Oct 23, 2023 1:15:55 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/qyaner/ip.git (master)... -Oct 22, 2023 1:21:13 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:55 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/qyaner/ip.git (master)... -Oct 22, 2023 1:21:13 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:55 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/qyaner/ip.git (master) completed! -Oct 22, 2023 1:21:13 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/ruiyangzh/ip.git (master)... -Oct 22, 2023 1:21:13 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:15:55 AM reposense.report.ReportGenerator analyzeRepos INFO: [209/478] Analyzing https://github.com/Bombbird2001/ip.git (master)... -Oct 22, 2023 1:21:13 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:15:55 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/Bombbird2001/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:13 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:15:55 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/Bombbird2001/ip.git (master)... -Oct 22, 2023 1:21:13 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:55 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/ruiyangzh/ip.git (master)... +Oct 23, 2023 1:15:55 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/ruiyangzh/ip.git (master)... -Oct 22, 2023 1:21:13 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:55 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/ruiyangzh/ip.git (master) completed! -Oct 22, 2023 1:21:13 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:15:55 AM reposense.report.ReportGenerator analyzeRepos INFO: [210/478] Analyzing https://github.com/hyc17003/ip.git (master)... -Oct 22, 2023 1:21:13 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:15:55 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/hyc17003/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:13 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:15:55 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/hyc17003/ip.git (master)... -Oct 22, 2023 1:21:14 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/hyc17003/ip.git (master)... -Oct 22, 2023 1:21:14 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/hyc17003/ip.git (master)... -Oct 22, 2023 1:21:14 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/hyc17003/ip.git (master) completed! -Oct 22, 2023 1:21:14 AM reposense.report.ReportGenerator analyzeRepos -INFO: [211/478] Analyzing https://github.com/adammangzijun/ip.git (master)... -Oct 22, 2023 1:21:14 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:56 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/Bombbird2001/ip.git (master)... -Oct 22, 2023 1:21:14 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/adammangzijun/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:14 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/adammangzijun/ip.git (master)... -Oct 22, 2023 1:21:14 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:56 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/Bombbird2001/ip.git (master)... -Oct 22, 2023 1:21:14 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:56 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/Bombbird2001/ip.git (master) completed! -Oct 22, 2023 1:21:14 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:15:56 AM reposense.report.ReportGenerator analyzeRepos +INFO: [211/478] Analyzing https://github.com/adammangzijun/ip.git (master)... +Oct 23, 2023 1:15:56 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/hyc17003/ip.git (master)... +Oct 23, 2023 1:15:56 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/adammangzijun/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:56 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/adammangzijun/ip.git (master)... +Oct 23, 2023 1:15:56 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/hyc17003/ip.git (master)... +Oct 23, 2023 1:15:56 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/hyc17003/ip.git (master) completed! +Oct 23, 2023 1:15:56 AM reposense.report.ReportGenerator analyzeRepos INFO: [212/478] Analyzing https://github.com/andytoh1/ip.git (master)... -Oct 22, 2023 1:21:14 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:15:56 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/andytoh1/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:14 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:15:56 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/andytoh1/ip.git (master)... -Oct 22, 2023 1:21:14 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:56 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/andytoh1/ip.git (master)... -Oct 22, 2023 1:21:14 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:56 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/andytoh1/ip.git (master)... -Oct 22, 2023 1:21:14 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:56 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/andytoh1/ip.git (master) completed! -Oct 22, 2023 1:21:14 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:15:56 AM reposense.report.ReportGenerator analyzeRepos INFO: [213/478] Analyzing https://github.com/Originalidk/ip.git (master)... -Oct 22, 2023 1:21:14 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:15:56 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/Originalidk/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:14 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:15:56 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/Originalidk/ip.git (master)... -Oct 22, 2023 1:21:14 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:56 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/adammangzijun/ip.git (master)... -Oct 22, 2023 1:21:14 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:56 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/adammangzijun/ip.git (master)... -Oct 22, 2023 1:21:14 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:56 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/adammangzijun/ip.git (master) completed! -Oct 22, 2023 1:21:14 AM reposense.report.ReportGenerator analyzeRepos -INFO: [214/478] Analyzing https://github.com/quzhetao01/ip.git (master)... -Oct 22, 2023 1:21:14 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/quzhetao01/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:14 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/quzhetao01/ip.git (master)... -Oct 22, 2023 1:21:14 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:56 AM reposense.report.ReportGenerator analyzeRepos +INFO: [214/478] Analyzing https://github.com/Bearypop/ip.git (master)... +Oct 23, 2023 1:15:56 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/Bearypop/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:56 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/Bearypop/ip.git (master)... +Oct 23, 2023 1:15:56 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/Originalidk/ip.git (master)... -Oct 22, 2023 1:21:14 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:56 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/Originalidk/ip.git (master)... -Oct 22, 2023 1:21:14 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:56 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/Originalidk/ip.git (master) completed! -Oct 22, 2023 1:21:14 AM reposense.report.ReportGenerator analyzeRepos -INFO: [215/478] Analyzing https://github.com/InfiBeyond/ip.git (master)... -Oct 22, 2023 1:21:14 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:15:56 AM reposense.report.ReportGenerator analyzeRepos +INFO: [215/478] Analyzing https://github.com/quzhetao01/ip.git (master)... +Oct 23, 2023 1:15:56 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/Bearypop/ip.git (master)... +Oct 23, 2023 1:15:56 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/quzhetao01/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:56 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/quzhetao01/ip.git (master)... +Oct 23, 2023 1:15:56 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/Bearypop/ip.git (master)... +Oct 23, 2023 1:15:56 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/Bearypop/ip.git (master) completed! +Oct 23, 2023 1:15:56 AM reposense.report.ReportGenerator analyzeRepos +INFO: [216/478] Analyzing https://github.com/InfiBeyond/ip.git (master)... +Oct 23, 2023 1:15:56 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/InfiBeyond/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:14 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:15:57 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/InfiBeyond/ip.git (master)... -Oct 22, 2023 1:21:14 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/quzhetao01/ip.git (master)... -Oct 22, 2023 1:21:14 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/quzhetao01/ip.git (master)... -Oct 22, 2023 1:21:14 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/quzhetao01/ip.git (master) completed! -Oct 22, 2023 1:21:14 AM reposense.report.ReportGenerator analyzeRepos -INFO: [216/478] Analyzing https://github.com/Bearypop/ip.git (master)... -Oct 22, 2023 1:21:14 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/Bearypop/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:14 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/Bearypop/ip.git (master)... -Oct 22, 2023 1:21:15 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:57 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/InfiBeyond/ip.git (master)... -Oct 22, 2023 1:21:15 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:57 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/InfiBeyond/ip.git (master)... -Oct 22, 2023 1:21:15 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:57 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/InfiBeyond/ip.git (master) completed! -Oct 22, 2023 1:21:15 AM reposense.report.ReportGenerator analyzeRepos -INFO: [217/478] Analyzing https://github.com/JasonLCY-Temp/ip.git (master)... -Oct 22, 2023 1:21:15 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:15:57 AM reposense.report.ReportGenerator analyzeRepos +INFO: [217/478] Analyzing https://github.com/sp4ce-cowboy/ip.git (master)... +Oct 23, 2023 1:15:57 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/quzhetao01/ip.git (master)... +Oct 23, 2023 1:15:57 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/quzhetao01/ip.git (master)... +Oct 23, 2023 1:15:57 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/sp4ce-cowboy/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:57 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/sp4ce-cowboy/ip.git (master)... +Oct 23, 2023 1:15:57 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/quzhetao01/ip.git (master) completed! +Oct 23, 2023 1:15:57 AM reposense.report.ReportGenerator analyzeRepos +INFO: [218/478] Analyzing https://github.com/JasonLCY-Temp/ip.git (master)... +Oct 23, 2023 1:15:57 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/JasonLCY-Temp/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:15 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:15:57 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/JasonLCY-Temp/ip.git (master)... -Oct 22, 2023 1:21:15 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/Bearypop/ip.git (master)... -Oct 22, 2023 1:21:15 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/Bearypop/ip.git (master)... -Oct 22, 2023 1:21:15 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/Bearypop/ip.git (master) completed! -Oct 22, 2023 1:21:15 AM reposense.report.ReportGenerator analyzeRepos -INFO: [218/478] Analyzing https://github.com/vivienherq/ip.git (master)... -Oct 22, 2023 1:21:15 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/vivienherq/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:15 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/vivienherq/ip.git (master)... -Oct 22, 2023 1:21:15 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:57 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/sp4ce-cowboy/ip.git (master)... +Oct 23, 2023 1:15:57 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/JasonLCY-Temp/ip.git (master)... -Oct 22, 2023 1:21:15 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:57 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/sp4ce-cowboy/ip.git (master)... +Oct 23, 2023 1:15:57 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/JasonLCY-Temp/ip.git (master)... -Oct 22, 2023 1:21:15 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:57 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/JasonLCY-Temp/ip.git (master) completed! -Oct 22, 2023 1:21:15 AM reposense.report.ReportGenerator analyzeRepos -INFO: [219/478] Analyzing https://github.com/sp4ce-cowboy/ip.git (master)... -Oct 22, 2023 1:21:15 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/sp4ce-cowboy/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:15 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/sp4ce-cowboy/ip.git (master)... -Oct 22, 2023 1:21:15 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/vivienherq/ip.git (master)... -Oct 22, 2023 1:21:15 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/vivienherq/ip.git (master)... -Oct 22, 2023 1:21:15 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/vivienherq/ip.git (master) completed! -Oct 22, 2023 1:21:15 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:15:57 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/sp4ce-cowboy/ip.git (master) completed! +Oct 23, 2023 1:15:57 AM reposense.report.ReportGenerator analyzeRepos +INFO: [219/478] Analyzing https://github.com/vivienherq/ip.git (master)... +Oct 23, 2023 1:15:57 AM reposense.report.ReportGenerator analyzeRepos INFO: [220/478] Analyzing https://github.com/wjayee/ip.git (master)... -Oct 22, 2023 1:21:15 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:15:58 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/wjayee/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:15 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:15:58 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/wjayee/ip.git (master)... -Oct 22, 2023 1:21:15 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/sp4ce-cowboy/ip.git (master)... -Oct 22, 2023 1:21:15 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/sp4ce-cowboy/ip.git (master)... -Oct 22, 2023 1:21:15 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/sp4ce-cowboy/ip.git (master) completed! -Oct 22, 2023 1:21:15 AM reposense.report.ReportGenerator analyzeRepos -INFO: [221/478] Analyzing https://github.com/jamesebond/ip.git (master)... -Oct 22, 2023 1:21:15 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/jamesebond/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:15 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/jamesebond/ip.git (master)... -Oct 22, 2023 1:21:15 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:58 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/vivienherq/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:58 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/vivienherq/ip.git (master)... +Oct 23, 2023 1:15:58 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/wjayee/ip.git (master)... -Oct 22, 2023 1:21:15 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:58 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/wjayee/ip.git (master)... -Oct 22, 2023 1:21:16 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:58 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/wjayee/ip.git (master) completed! -Oct 22, 2023 1:21:16 AM reposense.report.ReportGenerator analyzeRepos -INFO: [222/478] Analyzing https://github.com/victorlaiyeeteng/ip.git (master)... -Oct 22, 2023 1:21:16 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:15:58 AM reposense.report.ReportGenerator analyzeRepos +INFO: [221/478] Analyzing https://github.com/victorlaiyeeteng/ip.git (master)... +Oct 23, 2023 1:15:58 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/victorlaiyeeteng/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:16 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:15:58 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/victorlaiyeeteng/ip.git (master)... -Oct 22, 2023 1:21:16 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:58 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/vivienherq/ip.git (master)... +Oct 23, 2023 1:15:58 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/vivienherq/ip.git (master)... +Oct 23, 2023 1:15:58 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/vivienherq/ip.git (master) completed! +Oct 23, 2023 1:15:58 AM reposense.report.ReportGenerator analyzeRepos +INFO: [222/478] Analyzing https://github.com/lyuanww/ip.git (master)... +Oct 23, 2023 1:15:58 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/lyuanww/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:58 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/lyuanww/ip.git (master)... +Oct 23, 2023 1:15:58 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/victorlaiyeeteng/ip.git (master)... -Oct 22, 2023 1:21:16 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/jamesebond/ip.git (master)... -Oct 22, 2023 1:21:16 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:58 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/victorlaiyeeteng/ip.git (master)... -Oct 22, 2023 1:21:16 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:58 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/victorlaiyeeteng/ip.git (master) completed! -Oct 22, 2023 1:21:16 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:15:58 AM reposense.report.ReportGenerator analyzeRepos INFO: [223/478] Analyzing https://github.com/jonyeokj/ip.git (master)... -Oct 22, 2023 1:21:16 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:15:58 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/jonyeokj/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:16 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:15:58 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/jonyeokj/ip.git (master)... -Oct 22, 2023 1:21:16 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/jamesebond/ip.git (master)... -Oct 22, 2023 1:21:16 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/jamesebond/ip.git (master) completed! -Oct 22, 2023 1:21:16 AM reposense.report.ReportGenerator analyzeRepos -INFO: [224/478] Analyzing https://github.com/lyuanww/ip.git (master)... -Oct 22, 2023 1:21:16 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/lyuanww/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:16 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/lyuanww/ip.git (master)... -Oct 22, 2023 1:21:16 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/jonyeokj/ip.git (master)... -Oct 22, 2023 1:21:16 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/jonyeokj/ip.git (master)... -Oct 22, 2023 1:21:16 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/jonyeokj/ip.git (master) completed! -Oct 22, 2023 1:21:16 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:58 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/lyuanww/ip.git (master)... -Oct 22, 2023 1:21:16 AM reposense.report.ReportGenerator analyzeRepos -INFO: [225/478] Analyzing https://github.com/yongning0310/ip.git (master)... -Oct 22, 2023 1:21:16 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/yongning0310/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:16 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/yongning0310/ip.git (master)... -Oct 22, 2023 1:21:16 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:58 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/lyuanww/ip.git (master)... -Oct 22, 2023 1:21:16 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:58 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/lyuanww/ip.git (master) completed! -Oct 22, 2023 1:21:16 AM reposense.report.ReportGenerator analyzeRepos -INFO: [226/478] Analyzing https://github.com/Cloud7050/ip.git (master)... -Oct 22, 2023 1:21:16 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/Cloud7050/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:16 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/Cloud7050/ip.git (master)... -Oct 22, 2023 1:21:17 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/yongning0310/ip.git (master)... -Oct 22, 2023 1:21:17 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/yongning0310/ip.git (master)... -Oct 22, 2023 1:21:17 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/yongning0310/ip.git (master) completed! -Oct 22, 2023 1:21:17 AM reposense.report.ReportGenerator analyzeRepos -INFO: [227/478] Analyzing https://github.com/LoMaply/ip.git (master)... -Oct 22, 2023 1:21:17 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:15:58 AM reposense.report.ReportGenerator analyzeRepos +INFO: [224/478] Analyzing https://github.com/jamesebond/ip.git (master)... +Oct 23, 2023 1:15:58 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/jamesebond/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:58 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/jamesebond/ip.git (master)... +Oct 23, 2023 1:15:59 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/jonyeokj/ip.git (master)... +Oct 23, 2023 1:15:59 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/jonyeokj/ip.git (master)... +Oct 23, 2023 1:15:59 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/jonyeokj/ip.git (master) completed! +Oct 23, 2023 1:15:59 AM reposense.report.ReportGenerator analyzeRepos +INFO: [225/478] Analyzing https://github.com/LoMaply/ip.git (master)... +Oct 23, 2023 1:15:59 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/LoMaply/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:17 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:15:59 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/LoMaply/ip.git (master)... -Oct 22, 2023 1:21:17 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/Cloud7050/ip.git (master)... -Oct 22, 2023 1:21:17 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/Cloud7050/ip.git (master)... -Oct 22, 2023 1:21:17 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/Cloud7050/ip.git (master) completed! -Oct 22, 2023 1:21:17 AM reposense.report.ReportGenerator analyzeRepos -INFO: [228/478] Analyzing https://github.com/tllshan/ip.git (master)... -Oct 22, 2023 1:21:17 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:15:59 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/jamesebond/ip.git (master)... +Oct 23, 2023 1:15:59 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/jamesebond/ip.git (master)... +Oct 23, 2023 1:15:59 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/jamesebond/ip.git (master) completed! +Oct 23, 2023 1:15:59 AM reposense.report.ReportGenerator analyzeRepos +INFO: [226/478] Analyzing https://github.com/tllshan/ip.git (master)... +Oct 23, 2023 1:15:59 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/tllshan/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:17 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:15:59 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/tllshan/ip.git (master)... -Oct 22, 2023 1:21:17 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:59 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/LoMaply/ip.git (master)... -Oct 22, 2023 1:21:17 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:59 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/LoMaply/ip.git (master)... -Oct 22, 2023 1:21:17 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:59 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/LoMaply/ip.git (master) completed! -Oct 22, 2023 1:21:17 AM reposense.report.ReportGenerator analyzeRepos -INFO: [229/478] Analyzing https://github.com/Gavino3o/ip.git (master)... -Oct 22, 2023 1:21:17 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/Gavino3o/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:17 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/Gavino3o/ip.git (master)... -Oct 22, 2023 1:21:17 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:15:59 AM reposense.report.ReportGenerator analyzeRepos +INFO: [227/478] Analyzing https://github.com/yongning0310/ip.git (master)... +Oct 23, 2023 1:15:59 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/yongning0310/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:59 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/yongning0310/ip.git (master)... +Oct 23, 2023 1:15:59 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/tllshan/ip.git (master)... -Oct 22, 2023 1:21:17 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:15:59 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/tllshan/ip.git (master)... -Oct 22, 2023 1:21:17 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:15:59 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/tllshan/ip.git (master) completed! -Oct 22, 2023 1:21:17 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:15:59 AM reposense.report.ReportGenerator analyzeRepos +INFO: [228/478] Analyzing https://github.com/Cloud7050/ip.git (master)... +Oct 23, 2023 1:15:59 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/Cloud7050/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:59 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/Cloud7050/ip.git (master)... +Oct 23, 2023 1:15:59 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/yongning0310/ip.git (master)... +Oct 23, 2023 1:15:59 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/yongning0310/ip.git (master)... +Oct 23, 2023 1:15:59 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/yongning0310/ip.git (master) completed! +Oct 23, 2023 1:15:59 AM reposense.report.ReportGenerator analyzeRepos +INFO: [229/478] Analyzing https://github.com/Gavino3o/ip.git (master)... +Oct 23, 2023 1:15:59 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/Gavino3o/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:15:59 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/Gavino3o/ip.git (master)... +Oct 23, 2023 1:16:00 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/Cloud7050/ip.git (master)... +Oct 23, 2023 1:16:00 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/Cloud7050/ip.git (master)... +Oct 23, 2023 1:16:00 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/Cloud7050/ip.git (master) completed! +Oct 23, 2023 1:16:00 AM reposense.report.ReportGenerator analyzeRepos INFO: [230/478] Analyzing https://github.com/HollaG/ip.git (master)... -Oct 22, 2023 1:21:17 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:00 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/Gavino3o/ip.git (master)... +Oct 23, 2023 1:16:00 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/HollaG/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:17 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:00 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/HollaG/ip.git (master)... -Oct 22, 2023 1:21:17 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/Gavino3o/ip.git (master)... -Oct 22, 2023 1:21:17 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:00 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/Gavino3o/ip.git (master)... -Oct 22, 2023 1:21:17 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:00 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/Gavino3o/ip.git (master) completed! -Oct 22, 2023 1:21:17 AM reposense.report.ReportGenerator analyzeRepos -INFO: [231/478] Analyzing https://github.com/cheeggered/ip.git (master)... -Oct 22, 2023 1:21:17 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/cheeggered/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:17 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/cheeggered/ip.git (master)... -Oct 22, 2023 1:21:18 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:00 AM reposense.report.ReportGenerator analyzeRepos +INFO: [231/478] Analyzing https://github.com/xenosf/ip.git (master)... +Oct 23, 2023 1:16:00 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/xenosf/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:00 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/xenosf/ip.git (master)... +Oct 23, 2023 1:16:00 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/HollaG/ip.git (master)... -Oct 22, 2023 1:21:18 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:00 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/HollaG/ip.git (master)... -Oct 22, 2023 1:21:18 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:00 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/HollaG/ip.git (master) completed! -Oct 22, 2023 1:21:18 AM reposense.report.ReportGenerator analyzeRepos -INFO: [232/478] Analyzing https://github.com/xenosf/ip.git (master)... -Oct 22, 2023 1:21:18 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/xenosf/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:18 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/xenosf/ip.git (master)... -Oct 22, 2023 1:21:18 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/cheeggered/ip.git (master)... -Oct 22, 2023 1:21:18 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/cheeggered/ip.git (master)... -Oct 22, 2023 1:21:18 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/cheeggered/ip.git (master) completed! -Oct 22, 2023 1:21:18 AM reposense.report.ReportGenerator analyzeRepos -INFO: [233/478] Analyzing https://github.com/TehOPanas/ip.git (master)... -Oct 22, 2023 1:21:18 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/TehOPanas/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:18 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/TehOPanas/ip.git (master)... -Oct 22, 2023 1:21:18 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:00 AM reposense.report.ReportGenerator analyzeRepos +INFO: [232/478] Analyzing https://github.com/cheeggered/ip.git (master)... +Oct 23, 2023 1:16:00 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/cheeggered/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:00 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/cheeggered/ip.git (master)... +Oct 23, 2023 1:16:00 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/xenosf/ip.git (master)... -Oct 22, 2023 1:21:18 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:00 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/xenosf/ip.git (master)... -Oct 22, 2023 1:21:18 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:00 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/xenosf/ip.git (master) completed! -Oct 22, 2023 1:21:18 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:00 AM reposense.report.ReportGenerator analyzeRepos +INFO: [233/478] Analyzing https://github.com/TehOPanas/ip.git (master)... +Oct 23, 2023 1:16:00 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/TehOPanas/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:00 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/TehOPanas/ip.git (master)... +Oct 23, 2023 1:16:00 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/cheeggered/ip.git (master)... +Oct 23, 2023 1:16:00 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/cheeggered/ip.git (master)... +Oct 23, 2023 1:16:00 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/cheeggered/ip.git (master) completed! +Oct 23, 2023 1:16:00 AM reposense.report.ReportGenerator analyzeRepos INFO: [234/478] Analyzing https://github.com/richiehx/ip.git (master)... -Oct 22, 2023 1:21:18 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:00 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/richiehx/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:18 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:00 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/richiehx/ip.git (master)... -Oct 22, 2023 1:21:18 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:01 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/TehOPanas/ip.git (master)... -Oct 22, 2023 1:21:18 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:01 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/TehOPanas/ip.git (master)... -Oct 22, 2023 1:21:18 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:01 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/TehOPanas/ip.git (master) completed! -Oct 22, 2023 1:21:18 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:01 AM reposense.report.ReportGenerator analyzeRepos INFO: [235/478] Analyzing https://github.com/neyapraveen/ip.git (master)... -Oct 22, 2023 1:21:18 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:01 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/neyapraveen/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:18 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:01 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/neyapraveen/ip.git (master)... -Oct 22, 2023 1:21:18 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:01 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/richiehx/ip.git (master)... -Oct 22, 2023 1:21:18 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:01 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/richiehx/ip.git (master)... -Oct 22, 2023 1:21:19 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:01 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/richiehx/ip.git (master) completed! -Oct 22, 2023 1:21:19 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:01 AM reposense.report.ReportGenerator analyzeRepos INFO: [236/478] Analyzing https://github.com/AlyssaPng/ip.git (master)... -Oct 22, 2023 1:21:19 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:01 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/AlyssaPng/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:19 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:01 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/AlyssaPng/ip.git (master)... -Oct 22, 2023 1:21:19 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:01 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/neyapraveen/ip.git (master)... -Oct 22, 2023 1:21:19 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:01 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/neyapraveen/ip.git (master)... -Oct 22, 2023 1:21:19 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:01 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/neyapraveen/ip.git (master) completed! -Oct 22, 2023 1:21:19 AM reposense.report.ReportGenerator analyzeRepos -INFO: [237/478] Analyzing https://github.com/leezhengjing/ip.git (master)... -Oct 22, 2023 1:21:19 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/leezhengjing/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:19 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/leezhengjing/ip.git (master)... -Oct 22, 2023 1:21:19 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:01 AM reposense.report.ReportGenerator analyzeRepos +INFO: [237/478] Analyzing https://github.com/seantehds/ip.git (master)... +Oct 23, 2023 1:16:01 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/seantehds/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:01 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/seantehds/ip.git (master)... +Oct 23, 2023 1:16:01 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/AlyssaPng/ip.git (master)... -Oct 22, 2023 1:21:19 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:01 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/AlyssaPng/ip.git (master)... -Oct 22, 2023 1:21:19 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:01 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/AlyssaPng/ip.git (master) completed! -Oct 22, 2023 1:21:19 AM reposense.report.ReportGenerator analyzeRepos -INFO: [238/478] Analyzing https://github.com/seantehds/ip.git (master)... -Oct 22, 2023 1:21:19 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/seantehds/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:19 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/seantehds/ip.git (master)... -Oct 22, 2023 1:21:19 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/leezhengjing/ip.git (master)... -Oct 22, 2023 1:21:19 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/leezhengjing/ip.git (master)... -Oct 22, 2023 1:21:19 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/leezhengjing/ip.git (master) completed! -Oct 22, 2023 1:21:19 AM reposense.report.ReportGenerator analyzeRepos -INFO: [239/478] Analyzing https://github.com/Singa-pirate/ip.git (master)... -Oct 22, 2023 1:21:19 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:01 AM reposense.report.ReportGenerator analyzeRepos +INFO: [238/478] Analyzing https://github.com/Singa-pirate/ip.git (master)... +Oct 23, 2023 1:16:01 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/Singa-pirate/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:19 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:01 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/Singa-pirate/ip.git (master)... -Oct 22, 2023 1:21:19 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:01 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/Singa-pirate/ip.git (master)... -Oct 22, 2023 1:21:19 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:01 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/seantehds/ip.git (master)... +Oct 23, 2023 1:16:01 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/Singa-pirate/ip.git (master)... -Oct 22, 2023 1:21:19 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:01 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/Singa-pirate/ip.git (master) completed! -Oct 22, 2023 1:21:19 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/seantehds/ip.git (master)... -Oct 22, 2023 1:21:19 AM reposense.report.ReportGenerator analyzeRepos -INFO: [240/478] Analyzing https://github.com/songfangyl/ip.git (master)... -Oct 22, 2023 1:21:19 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/songfangyl/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:19 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/songfangyl/ip.git (master)... -Oct 22, 2023 1:21:19 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:01 AM reposense.report.ReportGenerator analyzeRepos +INFO: [239/478] Analyzing https://github.com/leezhengjing/ip.git (master)... +Oct 23, 2023 1:16:01 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/seantehds/ip.git (master)... -Oct 22, 2023 1:21:19 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:01 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/seantehds/ip.git (master) completed! -Oct 22, 2023 1:21:19 AM reposense.report.ReportGenerator analyzeRepos -INFO: [241/478] Analyzing https://github.com/lihongguang00/ip.git (master)... -Oct 22, 2023 1:21:19 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/lihongguang00/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:19 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/lihongguang00/ip.git (master)... -Oct 22, 2023 1:21:20 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/songfangyl/ip.git (master)... -Oct 22, 2023 1:21:20 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/songfangyl/ip.git (master)... -Oct 22, 2023 1:21:20 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/songfangyl/ip.git (master) completed! -Oct 22, 2023 1:21:20 AM reposense.report.ReportGenerator analyzeRepos -INFO: [242/478] Analyzing https://github.com/vansh284/ip.git (master)... -Oct 22, 2023 1:21:20 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:01 AM reposense.report.ReportGenerator analyzeRepos +INFO: [240/478] Analyzing https://github.com/vansh284/ip.git (master)... +Oct 23, 2023 1:16:01 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/leezhengjing/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:01 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/leezhengjing/ip.git (master)... +Oct 23, 2023 1:16:01 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/vansh284/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:20 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:01 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/vansh284/ip.git (master)... -Oct 22, 2023 1:21:20 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/lihongguang00/ip.git (master)... -Oct 22, 2023 1:21:20 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/lihongguang00/ip.git (master)... -Oct 22, 2023 1:21:20 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/lihongguang00/ip.git (master) completed! -Oct 22, 2023 1:21:20 AM reposense.report.ReportGenerator analyzeRepos -INFO: [243/478] Analyzing https://github.com/YeoBohShin/ip.git (master)... -Oct 22, 2023 1:21:20 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/YeoBohShin/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:20 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/YeoBohShin/ip.git (master)... -Oct 22, 2023 1:21:20 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:02 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/leezhengjing/ip.git (master)... +Oct 23, 2023 1:16:02 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/leezhengjing/ip.git (master)... +Oct 23, 2023 1:16:02 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/vansh284/ip.git (master)... -Oct 22, 2023 1:21:20 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:02 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/leezhengjing/ip.git (master) completed! +Oct 23, 2023 1:16:02 AM reposense.report.ReportGenerator analyzeRepos +INFO: [241/478] Analyzing https://github.com/YeoBohShin/ip.git (master)... +Oct 23, 2023 1:16:02 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/vansh284/ip.git (master)... -Oct 22, 2023 1:21:20 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:02 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/vansh284/ip.git (master) completed! -Oct 22, 2023 1:21:20 AM reposense.report.ReportGenerator analyzeRepos -INFO: [244/478] Analyzing https://github.com/shuenj/ip.git (master)... -Oct 22, 2023 1:21:20 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/shuenj/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:20 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/shuenj/ip.git (master)... -Oct 22, 2023 1:21:20 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:02 AM reposense.report.ReportGenerator analyzeRepos +INFO: [242/478] Analyzing https://github.com/songfangyl/ip.git (master)... +Oct 23, 2023 1:16:02 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/YeoBohShin/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:02 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/YeoBohShin/ip.git (master)... +Oct 23, 2023 1:16:02 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/songfangyl/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:02 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/songfangyl/ip.git (master)... +Oct 23, 2023 1:16:02 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/YeoBohShin/ip.git (master)... -Oct 22, 2023 1:21:20 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:02 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/YeoBohShin/ip.git (master)... -Oct 22, 2023 1:21:20 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:02 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/YeoBohShin/ip.git (master) completed! -Oct 22, 2023 1:21:20 AM reposense.report.ReportGenerator analyzeRepos -INFO: [245/478] Analyzing https://github.com/lunaroddity/ip.git (master)... -Oct 22, 2023 1:21:20 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:02 AM reposense.report.ReportGenerator analyzeRepos +INFO: [243/478] Analyzing https://github.com/lihongguang00/ip.git (master)... +Oct 23, 2023 1:16:02 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/songfangyl/ip.git (master)... +Oct 23, 2023 1:16:02 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/songfangyl/ip.git (master)... +Oct 23, 2023 1:16:02 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/songfangyl/ip.git (master) completed! +Oct 23, 2023 1:16:02 AM reposense.report.ReportGenerator analyzeRepos +INFO: [244/478] Analyzing https://github.com/lunaroddity/ip.git (master)... +Oct 23, 2023 1:16:02 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/lihongguang00/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:02 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/lihongguang00/ip.git (master)... +Oct 23, 2023 1:16:02 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/lunaroddity/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:20 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:02 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/lunaroddity/ip.git (master)... -Oct 22, 2023 1:21:20 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/shuenj/ip.git (master)... -Oct 22, 2023 1:21:20 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/shuenj/ip.git (master)... -Oct 22, 2023 1:21:20 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/shuenj/ip.git (master) completed! -Oct 22, 2023 1:21:20 AM reposense.report.ReportGenerator analyzeRepos -INFO: [246/478] Analyzing https://github.com/andrechuakj/ip.git (master)... -Oct 22, 2023 1:21:20 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/andrechuakj/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:20 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/andrechuakj/ip.git (master)... -Oct 22, 2023 1:21:21 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:02 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/lunaroddity/ip.git (master)... -Oct 22, 2023 1:21:21 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:02 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/lunaroddity/ip.git (master)... -Oct 22, 2023 1:21:21 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:02 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/lunaroddity/ip.git (master) completed! -Oct 22, 2023 1:21:21 AM reposense.report.ReportGenerator analyzeRepos -INFO: [247/478] Analyzing https://github.com/WeeMingQing/ip.git (master)... -Oct 22, 2023 1:21:21 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/WeeMingQing/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:21 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/WeeMingQing/ip.git (master)... -Oct 22, 2023 1:21:21 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:02 AM reposense.report.ReportGenerator analyzeRepos +INFO: [245/478] Analyzing https://github.com/andrechuakj/ip.git (master)... +Oct 23, 2023 1:16:03 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/andrechuakj/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:03 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/andrechuakj/ip.git (master)... +Oct 23, 2023 1:16:03 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/lihongguang00/ip.git (master)... +Oct 23, 2023 1:16:03 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/lihongguang00/ip.git (master)... +Oct 23, 2023 1:16:03 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/lihongguang00/ip.git (master) completed! +Oct 23, 2023 1:16:03 AM reposense.report.ReportGenerator analyzeRepos +INFO: [246/478] Analyzing https://github.com/shuenj/ip.git (master)... +Oct 23, 2023 1:16:03 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/andrechuakj/ip.git (master)... -Oct 22, 2023 1:21:21 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:03 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/shuenj/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:03 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/shuenj/ip.git (master)... +Oct 23, 2023 1:16:03 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/andrechuakj/ip.git (master)... -Oct 22, 2023 1:21:21 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:03 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/andrechuakj/ip.git (master) completed! -Oct 22, 2023 1:21:21 AM reposense.report.ReportGenerator analyzeRepos -INFO: [248/478] Analyzing https://github.com/antonTan96/ip.git (master)... -Oct 22, 2023 1:21:21 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/antonTan96/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:21 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/antonTan96/ip.git (master)... -Oct 22, 2023 1:21:21 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/antonTan96/ip.git (master)... -Oct 22, 2023 1:21:21 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:03 AM reposense.report.ReportGenerator analyzeRepos +INFO: [247/478] Analyzing https://github.com/WeeMingQing/ip.git (master)... +Oct 23, 2023 1:16:03 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/WeeMingQing/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:03 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/WeeMingQing/ip.git (master)... +Oct 23, 2023 1:16:03 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/shuenj/ip.git (master)... +Oct 23, 2023 1:16:03 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/shuenj/ip.git (master)... +Oct 23, 2023 1:16:03 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/shuenj/ip.git (master) completed! +Oct 23, 2023 1:16:03 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/WeeMingQing/ip.git (master)... -Oct 22, 2023 1:21:21 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/antonTan96/ip.git (master)... -Oct 22, 2023 1:21:21 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/antonTan96/ip.git (master) completed! -Oct 22, 2023 1:21:21 AM reposense.report.ReportGenerator analyzeRepos -INFO: [249/478] Analyzing https://github.com/samuelmui8/ip.git (master)... -Oct 22, 2023 1:21:21 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/WeeMingQing/ip.git (master)... -Oct 22, 2023 1:21:21 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:03 AM reposense.report.ReportGenerator analyzeRepos +INFO: [248/478] Analyzing https://github.com/samuelmui8/ip.git (master)... +Oct 23, 2023 1:16:03 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/samuelmui8/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:21 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:03 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/samuelmui8/ip.git (master)... -Oct 22, 2023 1:21:21 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:03 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/WeeMingQing/ip.git (master)... +Oct 23, 2023 1:16:03 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/WeeMingQing/ip.git (master) completed! -Oct 22, 2023 1:21:21 AM reposense.report.ReportGenerator analyzeRepos -INFO: [250/478] Analyzing https://github.com/owenyeo/ip.git (master)... -Oct 22, 2023 1:21:21 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/owenyeo/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:21 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/owenyeo/ip.git (master)... -Oct 22, 2023 1:21:21 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:03 AM reposense.report.ReportGenerator analyzeRepos +INFO: [249/478] Analyzing https://github.com/antonTan96/ip.git (master)... +Oct 23, 2023 1:16:03 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/antonTan96/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:03 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/antonTan96/ip.git (master)... +Oct 23, 2023 1:16:03 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/samuelmui8/ip.git (master)... -Oct 22, 2023 1:21:21 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:03 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/samuelmui8/ip.git (master)... -Oct 22, 2023 1:21:21 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:03 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/samuelmui8/ip.git (master) completed! -Oct 22, 2023 1:21:21 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:03 AM reposense.report.ReportGenerator analyzeRepos +INFO: [250/478] Analyzing https://github.com/owenyeo/ip.git (master)... +Oct 23, 2023 1:16:03 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/antonTan96/ip.git (master)... +Oct 23, 2023 1:16:04 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/antonTan96/ip.git (master)... +Oct 23, 2023 1:16:04 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/owenyeo/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:04 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/owenyeo/ip.git (master)... +Oct 23, 2023 1:16:04 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/antonTan96/ip.git (master) completed! +Oct 23, 2023 1:16:04 AM reposense.report.ReportGenerator analyzeRepos INFO: [251/478] Analyzing https://github.com/aliciamichellew/ip.git (master)... -Oct 22, 2023 1:21:21 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:04 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/aliciamichellew/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:21 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:04 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/aliciamichellew/ip.git (master)... -Oct 22, 2023 1:21:21 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:04 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/owenyeo/ip.git (master)... -Oct 22, 2023 1:21:21 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:04 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/owenyeo/ip.git (master)... -Oct 22, 2023 1:21:21 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:04 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/owenyeo/ip.git (master) completed! -Oct 22, 2023 1:21:21 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:04 AM reposense.report.ReportGenerator analyzeRepos INFO: [252/478] Analyzing https://github.com/gongg21/ip.git (master)... -Oct 22, 2023 1:21:22 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:04 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/gongg21/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:22 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:04 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/gongg21/ip.git (master)... -Oct 22, 2023 1:21:22 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/gongg21/ip.git (master)... -Oct 22, 2023 1:21:22 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:04 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/aliciamichellew/ip.git (master)... -Oct 22, 2023 1:21:22 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/gongg21/ip.git (master)... -Oct 22, 2023 1:21:22 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/gongg21/ip.git (master) completed! -Oct 22, 2023 1:21:22 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:04 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/aliciamichellew/ip.git (master)... -Oct 22, 2023 1:21:22 AM reposense.report.ReportGenerator analyzeRepos -INFO: [253/478] Analyzing https://github.com/nabonitasen/ip.git (master)... -Oct 22, 2023 1:21:22 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:04 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/aliciamichellew/ip.git (master) completed! -Oct 22, 2023 1:21:22 AM reposense.report.ReportGenerator analyzeRepos -INFO: [254/478] Analyzing https://github.com/pzl111/ip.git (master)... -Oct 22, 2023 1:21:22 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:04 AM reposense.report.ReportGenerator analyzeRepos +INFO: [253/478] Analyzing https://github.com/nabonitasen/ip.git (master)... +Oct 23, 2023 1:16:04 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/nabonitasen/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:22 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:04 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/nabonitasen/ip.git (master)... -Oct 22, 2023 1:21:22 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:04 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/gongg21/ip.git (master)... +Oct 23, 2023 1:16:04 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/gongg21/ip.git (master)... +Oct 23, 2023 1:16:04 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/gongg21/ip.git (master) completed! +Oct 23, 2023 1:16:04 AM reposense.report.ReportGenerator analyzeRepos +INFO: [254/478] Analyzing https://github.com/pzl111/ip.git (master)... +Oct 23, 2023 1:16:04 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/pzl111/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:22 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:04 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/pzl111/ip.git (master)... -Oct 22, 2023 1:21:22 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:04 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/nabonitasen/ip.git (master)... -Oct 22, 2023 1:21:22 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:04 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/nabonitasen/ip.git (master)... -Oct 22, 2023 1:21:22 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/nabonitasen/ip.git (master) completed! -Oct 22, 2023 1:21:22 AM reposense.report.ReportGenerator analyzeRepos -INFO: [255/478] Analyzing https://github.com/erohsikivar/ip.git (master)... -Oct 22, 2023 1:21:22 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/erohsikivar/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:22 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/erohsikivar/ip.git (master)... -Oct 22, 2023 1:21:22 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/pzl111/ip.git (master)... -Oct 22, 2023 1:21:22 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/pzl111/ip.git (master)... -Oct 22, 2023 1:21:22 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/pzl111/ip.git (master) completed! -Oct 22, 2023 1:21:22 AM reposense.report.ReportGenerator analyzeRepos -INFO: [256/478] Analyzing https://github.com/teozern1/ip.git (master)... -Oct 22, 2023 1:21:22 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/teozern1/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:22 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/teozern1/ip.git (master)... -Oct 22, 2023 1:21:22 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:04 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/nabonitasen/ip.git (master) completed! +Oct 23, 2023 1:16:04 AM reposense.report.ReportGenerator analyzeRepos +INFO: [255/478] Analyzing https://github.com/erohsikivar/ip.git (master)... +Oct 23, 2023 1:16:04 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/erohsikivar/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:04 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/erohsikivar/ip.git (master)... +Oct 23, 2023 1:16:05 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/erohsikivar/ip.git (master)... -Oct 22, 2023 1:21:22 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:05 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/erohsikivar/ip.git (master)... -Oct 22, 2023 1:21:22 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:05 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/erohsikivar/ip.git (master) completed! -Oct 22, 2023 1:21:22 AM reposense.report.ReportGenerator analyzeRepos -INFO: [257/478] Analyzing https://github.com/Elijah5399/ip.git (master)... -Oct 22, 2023 1:21:22 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/Elijah5399/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:22 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/Elijah5399/ip.git (master)... -Oct 22, 2023 1:21:23 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:05 AM reposense.report.ReportGenerator analyzeRepos +INFO: [256/478] Analyzing https://github.com/teozern1/ip.git (master)... +Oct 23, 2023 1:16:05 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/teozern1/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:05 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/teozern1/ip.git (master)... +Oct 23, 2023 1:16:05 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/pzl111/ip.git (master)... +Oct 23, 2023 1:16:05 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/pzl111/ip.git (master)... +Oct 23, 2023 1:16:05 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/pzl111/ip.git (master) completed! +Oct 23, 2023 1:16:05 AM reposense.report.ReportGenerator analyzeRepos +INFO: [257/478] Analyzing https://github.com/WinSheng1/ip.git (master)... +Oct 23, 2023 1:16:05 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/WinSheng1/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:05 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/WinSheng1/ip.git (master)... +Oct 23, 2023 1:16:05 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/teozern1/ip.git (master)... -Oct 22, 2023 1:21:23 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:05 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/teozern1/ip.git (master)... -Oct 22, 2023 1:21:23 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:05 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/teozern1/ip.git (master) completed! -Oct 22, 2023 1:21:23 AM reposense.report.ReportGenerator analyzeRepos -INFO: [258/478] Analyzing https://github.com/nicleongyj/ip.git (master)... -Oct 22, 2023 1:21:23 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:05 AM reposense.report.ReportGenerator analyzeRepos +INFO: [258/478] Analyzing https://github.com/Elijah5399/ip.git (master)... +Oct 23, 2023 1:16:05 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/WinSheng1/ip.git (master)... +Oct 23, 2023 1:16:05 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/Elijah5399/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:05 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/Elijah5399/ip.git (master)... +Oct 23, 2023 1:16:05 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/WinSheng1/ip.git (master)... +Oct 23, 2023 1:16:05 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/WinSheng1/ip.git (master) completed! +Oct 23, 2023 1:16:05 AM reposense.report.ReportGenerator analyzeRepos +INFO: [259/478] Analyzing https://github.com/nicleongyj/ip.git (master)... +Oct 23, 2023 1:16:05 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/nicleongyj/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:23 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:05 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/nicleongyj/ip.git (master)... -Oct 22, 2023 1:21:23 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:05 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/Elijah5399/ip.git (master)... -Oct 22, 2023 1:21:23 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:05 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/Elijah5399/ip.git (master)... -Oct 22, 2023 1:21:23 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:05 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/Elijah5399/ip.git (master) completed! -Oct 22, 2023 1:21:23 AM reposense.report.ReportGenerator analyzeRepos -INFO: [259/478] Analyzing https://github.com/WinSheng1/ip.git (master)... -Oct 22, 2023 1:21:23 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/WinSheng1/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:23 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/WinSheng1/ip.git (master)... -Oct 22, 2023 1:21:23 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:05 AM reposense.report.ReportGenerator analyzeRepos +INFO: [260/478] Analyzing https://github.com/ryamgoh/ip.git (master)... +Oct 23, 2023 1:16:05 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/ryamgoh/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:05 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/ryamgoh/ip.git (master)... +Oct 23, 2023 1:16:05 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/nicleongyj/ip.git (master)... -Oct 22, 2023 1:21:23 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:05 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/nicleongyj/ip.git (master)... -Oct 22, 2023 1:21:23 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:05 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/nicleongyj/ip.git (master) completed! -Oct 22, 2023 1:21:23 AM reposense.report.ReportGenerator analyzeRepos -INFO: [260/478] Analyzing https://github.com/yucongkoo/ip.git (master)... -Oct 22, 2023 1:21:23 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/yucongkoo/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:23 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/yucongkoo/ip.git (master)... -Oct 22, 2023 1:21:23 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/WinSheng1/ip.git (master)... -Oct 22, 2023 1:21:23 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/WinSheng1/ip.git (master)... -Oct 22, 2023 1:21:23 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/WinSheng1/ip.git (master) completed! -Oct 22, 2023 1:21:23 AM reposense.report.ReportGenerator analyzeRepos -INFO: [261/478] Analyzing https://github.com/ryamgoh/ip.git (master)... -Oct 22, 2023 1:21:23 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/ryamgoh/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:23 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/ryamgoh/ip.git (master)... -Oct 22, 2023 1:21:23 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/yucongkoo/ip.git (master)... -Oct 22, 2023 1:21:23 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/yucongkoo/ip.git (master)... -Oct 22, 2023 1:21:23 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/yucongkoo/ip.git (master) completed! -Oct 22, 2023 1:21:23 AM reposense.report.ReportGenerator analyzeRepos -INFO: [262/478] Analyzing https://github.com/conradsoon/ip.git (master)... -Oct 22, 2023 1:21:23 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/conradsoon/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:23 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/conradsoon/ip.git (master)... -Oct 22, 2023 1:21:23 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:05 AM reposense.report.ReportGenerator analyzeRepos +INFO: [261/478] Analyzing https://github.com/Chen-Kuei/ip.git (master)... +Oct 23, 2023 1:16:05 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/Chen-Kuei/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:05 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/Chen-Kuei/ip.git (master)... +Oct 23, 2023 1:16:06 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/Chen-Kuei/ip.git (master)... +Oct 23, 2023 1:16:06 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/ryamgoh/ip.git (master)... -Oct 22, 2023 1:21:23 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:06 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/Chen-Kuei/ip.git (master)... +Oct 23, 2023 1:16:06 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/ryamgoh/ip.git (master)... -Oct 22, 2023 1:21:23 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:06 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/Chen-Kuei/ip.git (master) completed! +Oct 23, 2023 1:16:06 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/ryamgoh/ip.git (master) completed! -Oct 22, 2023 1:21:23 AM reposense.report.ReportGenerator analyzeRepos -INFO: [263/478] Analyzing https://github.com/Chen-Kuei/ip.git (master)... -Oct 22, 2023 1:21:23 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/Chen-Kuei/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:23 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/Chen-Kuei/ip.git (master)... -Oct 22, 2023 1:21:24 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:06 AM reposense.report.ReportGenerator analyzeRepos +INFO: [262/478] Analyzing https://github.com/conradsoon/ip.git (master)... +Oct 23, 2023 1:16:06 AM reposense.report.ReportGenerator analyzeRepos +INFO: [263/478] Analyzing https://github.com/yucongkoo/ip.git (master)... +Oct 23, 2023 1:16:06 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/conradsoon/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:06 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/conradsoon/ip.git (master)... +Oct 23, 2023 1:16:06 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/yucongkoo/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:06 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/yucongkoo/ip.git (master)... +Oct 23, 2023 1:16:06 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/conradsoon/ip.git (master)... -Oct 22, 2023 1:21:24 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:06 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/conradsoon/ip.git (master)... -Oct 22, 2023 1:21:24 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:06 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/conradsoon/ip.git (master) completed! -Oct 22, 2023 1:21:24 AM reposense.report.ReportGenerator analyzeRepos -INFO: [264/478] Analyzing https://github.com/et-irl/ip.git (master)... -Oct 22, 2023 1:21:24 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/et-irl/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:24 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/et-irl/ip.git (master)... -Oct 22, 2023 1:21:24 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/Chen-Kuei/ip.git (master)... -Oct 22, 2023 1:21:24 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/Chen-Kuei/ip.git (master)... -Oct 22, 2023 1:21:24 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/Chen-Kuei/ip.git (master) completed! -Oct 22, 2023 1:21:24 AM reposense.report.ReportGenerator analyzeRepos -INFO: [265/478] Analyzing https://github.com/GSgiansen/ip.git (master)... -Oct 22, 2023 1:21:24 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:06 AM reposense.report.ReportGenerator analyzeRepos +INFO: [264/478] Analyzing https://github.com/GSgiansen/ip.git (master)... +Oct 23, 2023 1:16:06 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/GSgiansen/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:24 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:06 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/GSgiansen/ip.git (master)... -Oct 22, 2023 1:21:24 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/et-irl/ip.git (master)... -Oct 22, 2023 1:21:24 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/et-irl/ip.git (master)... -Oct 22, 2023 1:21:24 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/et-irl/ip.git (master) completed! -Oct 22, 2023 1:21:24 AM reposense.report.ReportGenerator analyzeRepos -INFO: [266/478] Analyzing https://github.com/marioalvaro/ip.git (master)... -Oct 22, 2023 1:21:24 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/marioalvaro/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:24 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/marioalvaro/ip.git (master)... -Oct 22, 2023 1:21:24 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:06 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/yucongkoo/ip.git (master)... +Oct 23, 2023 1:16:06 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/yucongkoo/ip.git (master)... +Oct 23, 2023 1:16:06 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/yucongkoo/ip.git (master) completed! +Oct 23, 2023 1:16:06 AM reposense.report.ReportGenerator analyzeRepos +INFO: [265/478] Analyzing https://github.com/Seonlo99/ip.git (master)... +Oct 23, 2023 1:16:06 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/Seonlo99/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:06 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/Seonlo99/ip.git (master)... +Oct 23, 2023 1:16:06 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/GSgiansen/ip.git (master)... -Oct 22, 2023 1:21:24 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:06 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/Seonlo99/ip.git (master)... +Oct 23, 2023 1:16:06 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/GSgiansen/ip.git (master)... -Oct 22, 2023 1:21:24 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:06 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/GSgiansen/ip.git (master) completed! -Oct 22, 2023 1:21:24 AM reposense.report.ReportGenerator analyzeRepos -INFO: [267/478] Analyzing https://github.com/Seonlo99/ip.git (master)... -Oct 22, 2023 1:21:24 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/Seonlo99/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:24 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/Seonlo99/ip.git (master)... -Oct 22, 2023 1:21:24 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:06 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/Seonlo99/ip.git (master)... +Oct 23, 2023 1:16:06 AM reposense.report.ReportGenerator analyzeRepos +INFO: [266/478] Analyzing https://github.com/et-irl/ip.git (master)... +Oct 23, 2023 1:16:06 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/Seonlo99/ip.git (master) completed! +Oct 23, 2023 1:16:06 AM reposense.report.ReportGenerator analyzeRepos +INFO: [267/478] Analyzing https://github.com/marioalvaro/ip.git (master)... +Oct 23, 2023 1:16:06 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/et-irl/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:06 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/et-irl/ip.git (master)... +Oct 23, 2023 1:16:06 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/marioalvaro/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:06 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/marioalvaro/ip.git (master)... +Oct 23, 2023 1:16:07 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/et-irl/ip.git (master)... +Oct 23, 2023 1:16:07 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/et-irl/ip.git (master)... +Oct 23, 2023 1:16:07 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/et-irl/ip.git (master) completed! +Oct 23, 2023 1:16:07 AM reposense.report.ReportGenerator analyzeRepos +INFO: [268/478] Analyzing https://github.com/joel-foo/ip.git (master)... +Oct 23, 2023 1:16:07 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/joel-foo/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:07 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/joel-foo/ip.git (master)... +Oct 23, 2023 1:16:07 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/marioalvaro/ip.git (master)... -Oct 22, 2023 1:21:24 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:07 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/marioalvaro/ip.git (master)... -Oct 22, 2023 1:21:24 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:07 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/marioalvaro/ip.git (master) completed! -Oct 22, 2023 1:21:24 AM reposense.report.ReportGenerator analyzeRepos -INFO: [268/478] Analyzing https://github.com/tim-pipi/ip.git (master)... -Oct 22, 2023 1:21:24 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:07 AM reposense.report.ReportGenerator analyzeRepos +INFO: [269/478] Analyzing https://github.com/marcellaantania/ip.git (master)... +Oct 23, 2023 1:16:07 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/marcellaantania/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:07 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/marcellaantania/ip.git (master)... +Oct 23, 2023 1:16:07 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/joel-foo/ip.git (master)... +Oct 23, 2023 1:16:07 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/joel-foo/ip.git (master)... +Oct 23, 2023 1:16:07 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/joel-foo/ip.git (master) completed! +Oct 23, 2023 1:16:07 AM reposense.report.ReportGenerator analyzeRepos +INFO: [270/478] Analyzing https://github.com/tim-pipi/ip.git (master)... +Oct 23, 2023 1:16:07 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/marcellaantania/ip.git (master)... +Oct 23, 2023 1:16:07 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/tim-pipi/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:24 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:07 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/tim-pipi/ip.git (master)... -Oct 22, 2023 1:21:24 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/Seonlo99/ip.git (master)... -Oct 22, 2023 1:21:24 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/Seonlo99/ip.git (master)... -Oct 22, 2023 1:21:24 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/Seonlo99/ip.git (master) completed! -Oct 22, 2023 1:21:24 AM reposense.report.ReportGenerator analyzeRepos -INFO: [269/478] Analyzing https://github.com/brendanneojw/ip.git (master)... -Oct 22, 2023 1:21:24 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:07 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/marcellaantania/ip.git (master)... +Oct 23, 2023 1:16:07 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/marcellaantania/ip.git (master) completed! +Oct 23, 2023 1:16:07 AM reposense.report.ReportGenerator analyzeRepos +INFO: [271/478] Analyzing https://github.com/brendanneojw/ip.git (master)... +Oct 23, 2023 1:16:07 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/brendanneojw/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:24 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:07 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/brendanneojw/ip.git (master)... -Oct 22, 2023 1:21:25 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:07 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/tim-pipi/ip.git (master)... -Oct 22, 2023 1:21:25 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:07 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/brendanneojw/ip.git (master)... +Oct 23, 2023 1:16:07 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/tim-pipi/ip.git (master)... -Oct 22, 2023 1:21:25 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:07 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/tim-pipi/ip.git (master) completed! -Oct 22, 2023 1:21:25 AM reposense.report.ReportGenerator analyzeRepos -INFO: [270/478] Analyzing https://github.com/marcellaantania/ip.git (master)... -Oct 22, 2023 1:21:25 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/marcellaantania/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:25 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/marcellaantania/ip.git (master)... -Oct 22, 2023 1:21:25 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/brendanneojw/ip.git (master)... -Oct 22, 2023 1:21:25 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:07 AM reposense.report.ReportGenerator analyzeRepos +INFO: [272/478] Analyzing https://github.com/li-rongzhi/ip.git (master)... +Oct 23, 2023 1:16:07 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/brendanneojw/ip.git (master)... -Oct 22, 2023 1:21:25 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:07 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/brendanneojw/ip.git (master) completed! -Oct 22, 2023 1:21:25 AM reposense.report.ReportGenerator analyzeRepos -INFO: [271/478] Analyzing https://github.com/joel-foo/ip.git (master)... -Oct 22, 2023 1:21:25 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/joel-foo/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:25 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/joel-foo/ip.git (master)... -Oct 22, 2023 1:21:25 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/marcellaantania/ip.git (master)... -Oct 22, 2023 1:21:25 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/marcellaantania/ip.git (master)... -Oct 22, 2023 1:21:25 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/marcellaantania/ip.git (master) completed! -Oct 22, 2023 1:21:25 AM reposense.report.ReportGenerator analyzeRepos -INFO: [272/478] Analyzing https://github.com/li-rongzhi/ip.git (master)... -Oct 22, 2023 1:21:25 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:07 AM reposense.report.ReportGenerator analyzeRepos +INFO: [273/478] Analyzing https://github.com/seraphimstreets/ip.git (master)... +Oct 23, 2023 1:16:07 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/li-rongzhi/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:25 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:07 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/li-rongzhi/ip.git (master)... -Oct 22, 2023 1:21:25 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/joel-foo/ip.git (master)... -Oct 22, 2023 1:21:25 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/joel-foo/ip.git (master)... -Oct 22, 2023 1:21:25 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/joel-foo/ip.git (master) completed! -Oct 22, 2023 1:21:25 AM reposense.report.ReportGenerator analyzeRepos -INFO: [273/478] Analyzing https://github.com/KamiliArsyad/ip.git (master)... -Oct 22, 2023 1:21:25 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/KamiliArsyad/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:25 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/KamiliArsyad/ip.git (master)... -Oct 22, 2023 1:21:25 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/li-rongzhi/ip.git (master)... -Oct 22, 2023 1:21:25 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/li-rongzhi/ip.git (master)... -Oct 22, 2023 1:21:25 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/li-rongzhi/ip.git (master) completed! -Oct 22, 2023 1:21:25 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:07 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/seraphimstreets/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:07 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/seraphimstreets/ip.git (master)... +Oct 23, 2023 1:16:08 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/seraphimstreets/ip.git (master)... +Oct 23, 2023 1:16:08 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/seraphimstreets/ip.git (master)... +Oct 23, 2023 1:16:08 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/seraphimstreets/ip.git (master) completed! +Oct 23, 2023 1:16:08 AM reposense.report.ReportGenerator analyzeRepos INFO: [274/478] Analyzing https://github.com/trgao/ip.git (master)... -Oct 22, 2023 1:21:25 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:08 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/trgao/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:25 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:08 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/trgao/ip.git (master)... -Oct 22, 2023 1:21:25 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/KamiliArsyad/ip.git (master)... -Oct 22, 2023 1:21:25 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/KamiliArsyad/ip.git (master)... -Oct 22, 2023 1:21:26 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/KamiliArsyad/ip.git (master) completed! -Oct 22, 2023 1:21:26 AM reposense.report.ReportGenerator analyzeRepos -INFO: [275/478] Analyzing https://github.com/seraphimstreets/ip.git (master)... -Oct 22, 2023 1:21:26 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/seraphimstreets/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:26 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/seraphimstreets/ip.git (master)... -Oct 22, 2023 1:21:26 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:08 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/li-rongzhi/ip.git (master)... +Oct 23, 2023 1:16:08 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/li-rongzhi/ip.git (master)... +Oct 23, 2023 1:16:08 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/li-rongzhi/ip.git (master) completed! +Oct 23, 2023 1:16:08 AM reposense.report.ReportGenerator analyzeRepos +INFO: [275/478] Analyzing https://github.com/KamiliArsyad/ip.git (master)... +Oct 23, 2023 1:16:08 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/KamiliArsyad/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:08 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/KamiliArsyad/ip.git (master)... +Oct 23, 2023 1:16:08 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/trgao/ip.git (master)... -Oct 22, 2023 1:21:26 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:08 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/trgao/ip.git (master)... -Oct 22, 2023 1:21:26 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:08 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/trgao/ip.git (master) completed! -Oct 22, 2023 1:21:26 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:08 AM reposense.report.ReportGenerator analyzeRepos INFO: [276/478] Analyzing https://github.com/lilozz2/ip.git (master)... -Oct 22, 2023 1:21:26 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:08 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/lilozz2/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:26 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:08 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/lilozz2/ip.git (master)... -Oct 22, 2023 1:21:26 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/seraphimstreets/ip.git (master)... -Oct 22, 2023 1:21:26 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/seraphimstreets/ip.git (master)... -Oct 22, 2023 1:21:26 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/seraphimstreets/ip.git (master) completed! -Oct 22, 2023 1:21:26 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:08 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/KamiliArsyad/ip.git (master)... +Oct 23, 2023 1:16:08 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/KamiliArsyad/ip.git (master)... +Oct 23, 2023 1:16:08 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/KamiliArsyad/ip.git (master) completed! +Oct 23, 2023 1:16:08 AM reposense.report.ReportGenerator analyzeRepos INFO: [277/478] Analyzing https://github.com/jean-cq/ip.git (master)... -Oct 22, 2023 1:21:26 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:08 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/jean-cq/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:26 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:08 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/jean-cq/ip.git (master)... -Oct 22, 2023 1:21:26 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:08 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/lilozz2/ip.git (master)... -Oct 22, 2023 1:21:26 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:08 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/lilozz2/ip.git (master)... -Oct 22, 2023 1:21:26 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:08 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/lilozz2/ip.git (master) completed! -Oct 22, 2023 1:21:26 AM reposense.report.ReportGenerator analyzeRepos -INFO: [278/478] Analyzing https://github.com/jedkohjk/ip.git (master)... -Oct 22, 2023 1:21:26 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/jedkohjk/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:26 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/jedkohjk/ip.git (master)... -Oct 22, 2023 1:21:26 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:08 AM reposense.report.ReportGenerator analyzeRepos +INFO: [278/478] Analyzing https://github.com/yytan25/ip.git (master)... +Oct 23, 2023 1:16:08 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/yytan25/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:08 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/yytan25/ip.git (master)... +Oct 23, 2023 1:16:09 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/jean-cq/ip.git (master)... -Oct 22, 2023 1:21:26 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:09 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/jean-cq/ip.git (master)... -Oct 22, 2023 1:21:26 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:09 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/jean-cq/ip.git (master) completed! -Oct 22, 2023 1:21:26 AM reposense.report.ReportGenerator analyzeRepos -INFO: [279/478] Analyzing https://github.com/yytan25/ip.git (master)... -Oct 22, 2023 1:21:26 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/yytan25/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:26 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/yytan25/ip.git (master)... -Oct 22, 2023 1:21:26 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:09 AM reposense.report.ReportGenerator analyzeRepos +INFO: [279/478] Analyzing https://github.com/jedkohjk/ip.git (master)... +Oct 23, 2023 1:16:09 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/jedkohjk/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:09 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/jedkohjk/ip.git (master)... +Oct 23, 2023 1:16:09 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/yytan25/ip.git (master)... -Oct 22, 2023 1:21:27 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:09 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/yytan25/ip.git (master)... -Oct 22, 2023 1:21:27 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:09 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/yytan25/ip.git (master) completed! -Oct 22, 2023 1:21:27 AM reposense.report.ReportGenerator analyzeRepos -INFO: [280/478] Analyzing https://github.com/maypfv/ip.git (master)... -Oct 22, 2023 1:21:27 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:09 AM reposense.report.ReportGenerator analyzeRepos +INFO: [280/478] Analyzing https://github.com/ryantzr1/ip.git (master)... +Oct 23, 2023 1:16:09 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/ryantzr1/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:09 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/ryantzr1/ip.git (master)... +Oct 23, 2023 1:16:09 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/ryantzr1/ip.git (master)... +Oct 23, 2023 1:16:09 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/jedkohjk/ip.git (master)... -Oct 22, 2023 1:21:27 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/maypfv/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:27 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/maypfv/ip.git (master)... -Oct 22, 2023 1:21:27 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/jedkohjk/ip.git (master)... -Oct 22, 2023 1:21:27 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/jedkohjk/ip.git (master) completed! -Oct 22, 2023 1:21:27 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:09 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/ryantzr1/ip.git (master)... +Oct 23, 2023 1:16:09 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/ryantzr1/ip.git (master) completed! +Oct 23, 2023 1:16:09 AM reposense.report.ReportGenerator analyzeRepos INFO: [281/478] Analyzing https://github.com/TohLiYuan/ip.git (master)... -Oct 22, 2023 1:21:27 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:09 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/jedkohjk/ip.git (master)... +Oct 23, 2023 1:16:09 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/TohLiYuan/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:27 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:09 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/TohLiYuan/ip.git (master)... -Oct 22, 2023 1:21:27 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/maypfv/ip.git (master)... -Oct 22, 2023 1:21:27 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:09 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/jedkohjk/ip.git (master) completed! +Oct 23, 2023 1:16:09 AM reposense.report.ReportGenerator analyzeRepos +INFO: [282/478] Analyzing https://github.com/maypfv/ip.git (master)... +Oct 23, 2023 1:16:09 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/maypfv/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:09 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/maypfv/ip.git (master)... +Oct 23, 2023 1:16:09 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/TohLiYuan/ip.git (master)... -Oct 22, 2023 1:21:27 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/maypfv/ip.git (master)... -Oct 22, 2023 1:21:27 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:09 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/TohLiYuan/ip.git (master)... -Oct 22, 2023 1:21:27 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/maypfv/ip.git (master) completed! -Oct 22, 2023 1:21:27 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:09 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/TohLiYuan/ip.git (master) completed! -Oct 22, 2023 1:21:27 AM reposense.report.ReportGenerator analyzeRepos -INFO: [282/478] Analyzing https://github.com/ryantzr1/ip.git (master)... -Oct 22, 2023 1:21:27 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:09 AM reposense.report.ReportGenerator analyzeRepos INFO: [283/478] Analyzing https://github.com/JizhuoChen/ip.git (master)... -Oct 22, 2023 1:21:27 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:09 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/JizhuoChen/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:27 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:09 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/JizhuoChen/ip.git (master)... -Oct 22, 2023 1:21:27 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/ryantzr1/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:27 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/ryantzr1/ip.git (master)... -Oct 22, 2023 1:21:27 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:09 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/maypfv/ip.git (master)... +Oct 23, 2023 1:16:10 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/maypfv/ip.git (master)... +Oct 23, 2023 1:16:10 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/maypfv/ip.git (master) completed! +Oct 23, 2023 1:16:10 AM reposense.report.ReportGenerator analyzeRepos +INFO: [284/478] Analyzing https://github.com/ChongWeiJie29/ip.git (master)... +Oct 23, 2023 1:16:10 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/ChongWeiJie29/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:10 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/ChongWeiJie29/ip.git (master)... +Oct 23, 2023 1:16:10 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/JizhuoChen/ip.git (master)... -Oct 22, 2023 1:21:27 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:10 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/JizhuoChen/ip.git (master)... -Oct 22, 2023 1:21:27 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:10 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/JizhuoChen/ip.git (master) completed! -Oct 22, 2023 1:21:27 AM reposense.report.ReportGenerator analyzeRepos -INFO: [284/478] Analyzing https://github.com/kristayeo/ip.git (master)... -Oct 22, 2023 1:21:27 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/ryantzr1/ip.git (master)... -Oct 22, 2023 1:21:27 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/kristayeo/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:27 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/kristayeo/ip.git (master)... -Oct 22, 2023 1:21:27 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/ryantzr1/ip.git (master)... -Oct 22, 2023 1:21:27 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/ryantzr1/ip.git (master) completed! -Oct 22, 2023 1:21:27 AM reposense.report.ReportGenerator analyzeRepos -INFO: [285/478] Analyzing https://github.com/derekjxtan/ip.git (master)... -Oct 22, 2023 1:21:27 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/derekjxtan/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:27 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/derekjxtan/ip.git (master)... -Oct 22, 2023 1:21:27 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/kristayeo/ip.git (master)... -Oct 22, 2023 1:21:27 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/kristayeo/ip.git (master)... -Oct 22, 2023 1:21:27 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/kristayeo/ip.git (master) completed! -Oct 22, 2023 1:21:27 AM reposense.report.ReportGenerator analyzeRepos -INFO: [286/478] Analyzing https://github.com/ChongWeiJie29/ip.git (master)... -Oct 22, 2023 1:21:28 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/ChongWeiJie29/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:28 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/ChongWeiJie29/ip.git (master)... -Oct 22, 2023 1:21:28 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/derekjxtan/ip.git (master)... -Oct 22, 2023 1:21:28 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/derekjxtan/ip.git (master)... -Oct 22, 2023 1:21:28 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/derekjxtan/ip.git (master) completed! -Oct 22, 2023 1:21:28 AM reposense.report.ReportGenerator analyzeRepos -INFO: [287/478] Analyzing https://github.com/Goh-Li-Ting/ip.git (master)... -Oct 22, 2023 1:21:28 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:10 AM reposense.report.ReportGenerator analyzeRepos +INFO: [285/478] Analyzing https://github.com/Goh-Li-Ting/ip.git (master)... +Oct 23, 2023 1:16:10 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/Goh-Li-Ting/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:28 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:10 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/Goh-Li-Ting/ip.git (master)... -Oct 22, 2023 1:21:28 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:10 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/ChongWeiJie29/ip.git (master)... -Oct 22, 2023 1:21:28 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:10 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/ChongWeiJie29/ip.git (master)... -Oct 22, 2023 1:21:28 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:10 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/ChongWeiJie29/ip.git (master) completed! -Oct 22, 2023 1:21:28 AM reposense.report.ReportGenerator analyzeRepos -INFO: [288/478] Analyzing https://github.com/alyssaongyx/ip.git (master)... -Oct 22, 2023 1:21:28 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/alyssaongyx/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:28 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/alyssaongyx/ip.git (master)... -Oct 22, 2023 1:21:28 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:10 AM reposense.report.ReportGenerator analyzeRepos +INFO: [286/478] Analyzing https://github.com/kristayeo/ip.git (master)... +Oct 23, 2023 1:16:10 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/kristayeo/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:10 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/kristayeo/ip.git (master)... +Oct 23, 2023 1:16:10 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/kristayeo/ip.git (master)... +Oct 23, 2023 1:16:10 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/Goh-Li-Ting/ip.git (master)... -Oct 22, 2023 1:21:28 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:10 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/kristayeo/ip.git (master)... +Oct 23, 2023 1:16:10 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/kristayeo/ip.git (master) completed! +Oct 23, 2023 1:16:10 AM reposense.report.ReportGenerator analyzeRepos +INFO: [287/478] Analyzing https://github.com/derekjxtan/ip.git (master)... +Oct 23, 2023 1:16:10 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/Goh-Li-Ting/ip.git (master)... -Oct 22, 2023 1:21:28 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:10 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/derekjxtan/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:10 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/derekjxtan/ip.git (master)... +Oct 23, 2023 1:16:10 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/Goh-Li-Ting/ip.git (master) completed! -Oct 22, 2023 1:21:28 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:10 AM reposense.report.ReportGenerator analyzeRepos +INFO: [288/478] Analyzing https://github.com/shashahchk/ip.git (master)... +Oct 23, 2023 1:16:10 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/shashahchk/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:10 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/shashahchk/ip.git (master)... +Oct 23, 2023 1:16:10 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/shashahchk/ip.git (master)... +Oct 23, 2023 1:16:10 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/shashahchk/ip.git (master)... +Oct 23, 2023 1:16:10 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/shashahchk/ip.git (master) completed! +Oct 23, 2023 1:16:10 AM reposense.report.ReportGenerator analyzeRepos INFO: [289/478] Analyzing https://github.com/Chandan8186/ip.git (master)... -Oct 22, 2023 1:21:28 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:10 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/derekjxtan/ip.git (master)... +Oct 23, 2023 1:16:10 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/Chandan8186/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:28 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:10 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/Chandan8186/ip.git (master)... -Oct 22, 2023 1:21:28 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/alyssaongyx/ip.git (master)... -Oct 22, 2023 1:21:28 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/alyssaongyx/ip.git (master)... -Oct 22, 2023 1:21:28 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/alyssaongyx/ip.git (master) completed! -Oct 22, 2023 1:21:28 AM reposense.report.ReportGenerator analyzeRepos -INFO: [290/478] Analyzing https://github.com/AndrewJanong/ip.git (master)... -Oct 22, 2023 1:21:28 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/AndrewJanong/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:28 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/AndrewJanong/ip.git (master)... -Oct 22, 2023 1:21:28 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:10 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/derekjxtan/ip.git (master)... +Oct 23, 2023 1:16:10 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/derekjxtan/ip.git (master) completed! +Oct 23, 2023 1:16:10 AM reposense.report.ReportGenerator analyzeRepos +INFO: [290/478] Analyzing https://github.com/alyssaongyx/ip.git (master)... +Oct 23, 2023 1:16:10 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/alyssaongyx/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:10 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/alyssaongyx/ip.git (master)... +Oct 23, 2023 1:16:11 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/Chandan8186/ip.git (master)... -Oct 22, 2023 1:21:28 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:11 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/Chandan8186/ip.git (master)... -Oct 22, 2023 1:21:28 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:11 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/Chandan8186/ip.git (master) completed! -Oct 22, 2023 1:21:28 AM reposense.report.ReportGenerator analyzeRepos -INFO: [291/478] Analyzing https://github.com/shashahchk/ip.git (master)... -Oct 22, 2023 1:21:28 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/shashahchk/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:28 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/shashahchk/ip.git (master)... -Oct 22, 2023 1:21:28 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:11 AM reposense.report.ReportGenerator analyzeRepos +INFO: [291/478] Analyzing https://github.com/AndrewJanong/ip.git (master)... +Oct 23, 2023 1:16:11 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/AndrewJanong/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:11 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/AndrewJanong/ip.git (master)... +Oct 23, 2023 1:16:11 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/alyssaongyx/ip.git (master)... +Oct 23, 2023 1:16:11 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/alyssaongyx/ip.git (master)... +Oct 23, 2023 1:16:11 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/alyssaongyx/ip.git (master) completed! +Oct 23, 2023 1:16:11 AM reposense.report.ReportGenerator analyzeRepos +INFO: [292/478] Analyzing https://github.com/Kailash201/ip.git (master)... +Oct 23, 2023 1:16:11 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/Kailash201/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:11 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/Kailash201/ip.git (master)... +Oct 23, 2023 1:16:11 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/AndrewJanong/ip.git (master)... -Oct 22, 2023 1:21:28 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:11 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/AndrewJanong/ip.git (master)... -Oct 22, 2023 1:21:28 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:11 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/AndrewJanong/ip.git (master) completed! -Oct 22, 2023 1:21:28 AM reposense.report.ReportGenerator analyzeRepos -INFO: [292/478] Analyzing https://github.com/laurenlim2112/ip.git (master)... -Oct 22, 2023 1:21:28 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/laurenlim2112/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:28 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/laurenlim2112/ip.git (master)... -Oct 22, 2023 1:21:29 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/shashahchk/ip.git (master)... -Oct 22, 2023 1:21:29 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/shashahchk/ip.git (master)... -Oct 22, 2023 1:21:29 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/shashahchk/ip.git (master) completed! -Oct 22, 2023 1:21:29 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:11 AM reposense.report.ReportGenerator analyzeRepos INFO: [293/478] Analyzing https://github.com/lambraydon/ip.git (master)... -Oct 22, 2023 1:21:29 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:11 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/lambraydon/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:29 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:11 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/lambraydon/ip.git (master)... -Oct 22, 2023 1:21:29 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/laurenlim2112/ip.git (master)... -Oct 22, 2023 1:21:29 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/laurenlim2112/ip.git (master)... -Oct 22, 2023 1:21:29 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/laurenlim2112/ip.git (master) completed! -Oct 22, 2023 1:21:29 AM reposense.report.ReportGenerator analyzeRepos -INFO: [294/478] Analyzing https://github.com/Kailash201/ip.git (master)... -Oct 22, 2023 1:21:29 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/Kailash201/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:29 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/Kailash201/ip.git (master)... -Oct 22, 2023 1:21:29 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:11 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/Kailash201/ip.git (master)... +Oct 23, 2023 1:16:11 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/Kailash201/ip.git (master)... +Oct 23, 2023 1:16:11 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/Kailash201/ip.git (master) completed! +Oct 23, 2023 1:16:11 AM reposense.report.ReportGenerator analyzeRepos +INFO: [294/478] Analyzing https://github.com/laurenlim2112/ip.git (master)... +Oct 23, 2023 1:16:11 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/laurenlim2112/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:11 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/laurenlim2112/ip.git (master)... +Oct 23, 2023 1:16:11 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/lambraydon/ip.git (master)... -Oct 22, 2023 1:21:29 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:11 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/lambraydon/ip.git (master)... -Oct 22, 2023 1:21:29 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:11 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/lambraydon/ip.git (master) completed! -Oct 22, 2023 1:21:29 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:11 AM reposense.report.ReportGenerator analyzeRepos INFO: [295/478] Analyzing https://github.com/sk2001git/ip.git (master)... -Oct 22, 2023 1:21:29 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:11 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/sk2001git/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:29 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:11 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/sk2001git/ip.git (master)... -Oct 22, 2023 1:21:29 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/Kailash201/ip.git (master)... -Oct 22, 2023 1:21:29 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/Kailash201/ip.git (master)... -Oct 22, 2023 1:21:29 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/Kailash201/ip.git (master) completed! -Oct 22, 2023 1:21:29 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:12 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/laurenlim2112/ip.git (master)... +Oct 23, 2023 1:16:12 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/laurenlim2112/ip.git (master)... +Oct 23, 2023 1:16:12 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/laurenlim2112/ip.git (master) completed! +Oct 23, 2023 1:16:12 AM reposense.report.ReportGenerator analyzeRepos INFO: [296/478] Analyzing https://github.com/peasantbird/ip.git (master)... -Oct 22, 2023 1:21:29 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:12 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/peasantbird/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:29 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:12 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/peasantbird/ip.git (master)... -Oct 22, 2023 1:21:30 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:12 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/peasantbird/ip.git (master)... -Oct 22, 2023 1:21:30 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:12 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/sk2001git/ip.git (master)... +Oct 23, 2023 1:16:12 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/peasantbird/ip.git (master)... -Oct 22, 2023 1:21:30 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:12 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/peasantbird/ip.git (master) completed! -Oct 22, 2023 1:21:30 AM reposense.report.ReportGenerator analyzeRepos -INFO: [297/478] Analyzing https://github.com/chonguschonguschongus/ip.git (master)... -Oct 22, 2023 1:21:30 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/chonguschonguschongus/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:30 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/chonguschonguschongus/ip.git (master)... -Oct 22, 2023 1:21:30 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/sk2001git/ip.git (master)... -Oct 22, 2023 1:21:30 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/sk2001git/ip.git (master)... -Oct 22, 2023 1:21:30 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/sk2001git/ip.git (master) completed! -Oct 22, 2023 1:21:30 AM reposense.report.ReportGenerator analyzeRepos -INFO: [298/478] Analyzing https://github.com/lshaoqin/ip.git (master)... -Oct 22, 2023 1:21:30 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:12 AM reposense.report.ReportGenerator analyzeRepos +INFO: [297/478] Analyzing https://github.com/lshaoqin/ip.git (master)... +Oct 23, 2023 1:16:12 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/lshaoqin/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:30 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:12 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/lshaoqin/ip.git (master)... -Oct 22, 2023 1:21:30 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/chonguschonguschongus/ip.git (master)... -Oct 22, 2023 1:21:30 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:12 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/sk2001git/ip.git (master)... +Oct 23, 2023 1:16:12 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/sk2001git/ip.git (master) completed! +Oct 23, 2023 1:16:12 AM reposense.report.ReportGenerator analyzeRepos +INFO: [298/478] Analyzing https://github.com/chonguschonguschongus/ip.git (master)... +Oct 23, 2023 1:16:12 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/chonguschonguschongus/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:12 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/chonguschonguschongus/ip.git (master)... +Oct 23, 2023 1:16:12 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/lshaoqin/ip.git (master)... -Oct 22, 2023 1:21:30 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/chonguschonguschongus/ip.git (master)... -Oct 22, 2023 1:21:30 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:12 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/lshaoqin/ip.git (master)... -Oct 22, 2023 1:21:30 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/chonguschonguschongus/ip.git (master) completed! -Oct 22, 2023 1:21:30 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:12 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/lshaoqin/ip.git (master) completed! -Oct 22, 2023 1:21:30 AM reposense.report.ReportGenerator analyzeRepos -INFO: [299/478] Analyzing https://github.com/WangCheng0116/ip.git (master)... -Oct 22, 2023 1:21:30 AM reposense.report.ReportGenerator analyzeRepos -INFO: [300/478] Analyzing https://github.com/chewjh1234/ip.git (master)... -Oct 22, 2023 1:21:30 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/WangCheng0116/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:30 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/WangCheng0116/ip.git (master)... -Oct 22, 2023 1:21:30 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:12 AM reposense.report.ReportGenerator analyzeRepos +INFO: [299/478] Analyzing https://github.com/chewjh1234/ip.git (master)... +Oct 23, 2023 1:16:12 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/chewjh1234/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:30 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:12 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/chewjh1234/ip.git (master)... -Oct 22, 2023 1:21:30 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:12 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/chonguschonguschongus/ip.git (master)... +Oct 23, 2023 1:16:12 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/chonguschonguschongus/ip.git (master)... +Oct 23, 2023 1:16:12 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/chonguschonguschongus/ip.git (master) completed! +Oct 23, 2023 1:16:13 AM reposense.report.ReportGenerator analyzeRepos +INFO: [300/478] Analyzing https://github.com/WangCheng0116/ip.git (master)... +Oct 23, 2023 1:16:13 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/WangCheng0116/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:13 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/WangCheng0116/ip.git (master)... +Oct 23, 2023 1:16:13 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/chewjh1234/ip.git (master)... -Oct 22, 2023 1:21:30 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:13 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/chewjh1234/ip.git (master)... -Oct 22, 2023 1:21:30 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:13 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/chewjh1234/ip.git (master) completed! -Oct 22, 2023 1:21:30 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:13 AM reposense.report.ReportGenerator analyzeRepos INFO: [301/478] Analyzing https://github.com/elaineshijie/ip.git (master)... -Oct 22, 2023 1:21:30 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:13 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/elaineshijie/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:30 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:13 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/elaineshijie/ip.git (master)... -Oct 22, 2023 1:21:30 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:13 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/WangCheng0116/ip.git (master)... -Oct 22, 2023 1:21:30 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:13 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/WangCheng0116/ip.git (master)... -Oct 22, 2023 1:21:30 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:13 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/WangCheng0116/ip.git (master) completed! -Oct 22, 2023 1:21:30 AM reposense.report.ReportGenerator analyzeRepos -INFO: [302/478] Analyzing https://github.com/lynnlow175/ip.git (master)... -Oct 22, 2023 1:21:30 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/lynnlow175/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:30 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/lynnlow175/ip.git (master)... -Oct 22, 2023 1:21:31 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/elaineshijie/ip.git (master)... -Oct 22, 2023 1:21:31 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/lynnlow175/ip.git (master)... -Oct 22, 2023 1:21:31 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/elaineshijie/ip.git (master)... -Oct 22, 2023 1:21:31 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/elaineshijie/ip.git (master) completed! -Oct 22, 2023 1:21:31 AM reposense.report.ReportGenerator analyzeRepos -INFO: [303/478] Analyzing https://github.com/chew01/ip.git (master)... -Oct 22, 2023 1:21:31 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/lynnlow175/ip.git (master)... -Oct 22, 2023 1:21:31 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/lynnlow175/ip.git (master) completed! -Oct 22, 2023 1:21:31 AM reposense.report.ReportGenerator analyzeRepos -INFO: [304/478] Analyzing https://github.com/lordidiot/ip.git (master)... -Oct 22, 2023 1:21:31 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:13 AM reposense.report.ReportGenerator analyzeRepos +INFO: [302/478] Analyzing https://github.com/chew01/ip.git (master)... +Oct 23, 2023 1:16:13 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/chew01/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:31 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:13 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/chew01/ip.git (master)... -Oct 22, 2023 1:21:31 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:13 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/elaineshijie/ip.git (master)... +Oct 23, 2023 1:16:13 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/elaineshijie/ip.git (master)... +Oct 23, 2023 1:16:13 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/elaineshijie/ip.git (master) completed! +Oct 23, 2023 1:16:13 AM reposense.report.ReportGenerator analyzeRepos +INFO: [303/478] Analyzing https://github.com/lordidiot/ip.git (master)... +Oct 23, 2023 1:16:13 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/lordidiot/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:31 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:13 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/lordidiot/ip.git (master)... -Oct 22, 2023 1:21:31 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:13 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/chew01/ip.git (master)... +Oct 23, 2023 1:16:13 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/lordidiot/ip.git (master)... -Oct 22, 2023 1:21:31 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:13 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/lordidiot/ip.git (master)... -Oct 22, 2023 1:21:31 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/lordidiot/ip.git (master) completed! -Oct 22, 2023 1:21:31 AM reposense.report.ReportGenerator analyzeRepos -INFO: [305/478] Analyzing https://github.com/zhonghan721/ip.git (master)... -Oct 22, 2023 1:21:31 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/chew01/ip.git (master)... -Oct 22, 2023 1:21:31 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/zhonghan721/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:31 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/zhonghan721/ip.git (master)... -Oct 22, 2023 1:21:31 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:13 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/chew01/ip.git (master)... -Oct 22, 2023 1:21:31 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:13 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/lordidiot/ip.git (master) completed! +Oct 23, 2023 1:16:13 AM reposense.report.ReportGenerator analyzeRepos +INFO: [304/478] Analyzing https://github.com/lynnlow175/ip.git (master)... +Oct 23, 2023 1:16:13 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/chew01/ip.git (master) completed! -Oct 22, 2023 1:21:31 AM reposense.report.ReportGenerator analyzeRepos -INFO: [306/478] Analyzing https://github.com/teozhengyang/ip.git (master)... -Oct 22, 2023 1:21:31 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:13 AM reposense.report.ReportGenerator analyzeRepos +INFO: [305/478] Analyzing https://github.com/teozhengyang/ip.git (master)... +Oct 23, 2023 1:16:13 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/lynnlow175/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:13 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/lynnlow175/ip.git (master)... +Oct 23, 2023 1:16:13 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/teozhengyang/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:31 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:13 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/teozhengyang/ip.git (master)... -Oct 22, 2023 1:21:31 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/zhonghan721/ip.git (master)... -Oct 22, 2023 1:21:31 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/zhonghan721/ip.git (master)... -Oct 22, 2023 1:21:31 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/zhonghan721/ip.git (master) completed! -Oct 22, 2023 1:21:31 AM reposense.report.ReportGenerator analyzeRepos -INFO: [307/478] Analyzing https://github.com/RSXIX/ip.git (master)... -Oct 22, 2023 1:21:31 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:14 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/lynnlow175/ip.git (master)... +Oct 23, 2023 1:16:14 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/lynnlow175/ip.git (master)... +Oct 23, 2023 1:16:14 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/lynnlow175/ip.git (master) completed! +Oct 23, 2023 1:16:14 AM reposense.report.ReportGenerator analyzeRepos +INFO: [306/478] Analyzing https://github.com/RSXIX/ip.git (master)... +Oct 23, 2023 1:16:14 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/RSXIX/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:31 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:14 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/RSXIX/ip.git (master)... -Oct 22, 2023 1:21:32 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/teozhengyang/ip.git (master)... -Oct 22, 2023 1:21:32 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:14 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/RSXIX/ip.git (master)... -Oct 22, 2023 1:21:32 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:14 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/RSXIX/ip.git (master)... -Oct 22, 2023 1:21:32 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:14 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/teozhengyang/ip.git (master)... +Oct 23, 2023 1:16:14 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/RSXIX/ip.git (master) completed! -Oct 22, 2023 1:21:32 AM reposense.report.ReportGenerator analyzeRepos -INFO: [308/478] Analyzing https://github.com/juliusgambe/ip.git (master)... -Oct 22, 2023 1:21:32 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/teozhengyang/ip.git (master)... -Oct 22, 2023 1:21:32 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/teozhengyang/ip.git (master) completed! -Oct 22, 2023 1:21:32 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:14 AM reposense.report.ReportGenerator analyzeRepos +INFO: [307/478] Analyzing https://github.com/juliusgambe/ip.git (master)... +Oct 23, 2023 1:16:14 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/juliusgambe/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:32 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:14 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/juliusgambe/ip.git (master)... -Oct 22, 2023 1:21:32 AM reposense.report.ReportGenerator analyzeRepos -INFO: [309/478] Analyzing https://github.com/inezkok/ip.git (master)... -Oct 22, 2023 1:21:32 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/inezkok/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:32 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/inezkok/ip.git (master)... -Oct 22, 2023 1:21:32 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:14 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/teozhengyang/ip.git (master)... +Oct 23, 2023 1:16:14 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/teozhengyang/ip.git (master) completed! +Oct 23, 2023 1:16:14 AM reposense.report.ReportGenerator analyzeRepos +INFO: [308/478] Analyzing https://github.com/zhonghan721/ip.git (master)... +Oct 23, 2023 1:16:14 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/zhonghan721/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:14 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/zhonghan721/ip.git (master)... +Oct 23, 2023 1:16:14 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/juliusgambe/ip.git (master)... -Oct 22, 2023 1:21:32 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:14 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/juliusgambe/ip.git (master)... -Oct 22, 2023 1:21:32 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/inezkok/ip.git (master)... -Oct 22, 2023 1:21:32 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:14 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/zhonghan721/ip.git (master)... +Oct 23, 2023 1:16:14 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/juliusgambe/ip.git (master) completed! -Oct 22, 2023 1:21:32 AM reposense.report.ReportGenerator analyzeRepos -INFO: [310/478] Analyzing https://github.com/wasjoe1/ip.git (master)... -Oct 22, 2023 1:21:32 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/inezkok/ip.git (master)... -Oct 22, 2023 1:21:32 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/inezkok/ip.git (master) completed! -Oct 22, 2023 1:21:32 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/wasjoe1/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:32 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/wasjoe1/ip.git (master)... -Oct 22, 2023 1:21:32 AM reposense.report.ReportGenerator analyzeRepos -INFO: [311/478] Analyzing https://github.com/WZWren/ip.git (master)... -Oct 22, 2023 1:21:32 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:14 AM reposense.report.ReportGenerator analyzeRepos +INFO: [309/478] Analyzing https://github.com/WZWren/ip.git (master)... +Oct 23, 2023 1:16:14 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/zhonghan721/ip.git (master)... +Oct 23, 2023 1:16:14 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/WZWren/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:32 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:14 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/WZWren/ip.git (master)... -Oct 22, 2023 1:21:32 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:14 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/zhonghan721/ip.git (master) completed! +Oct 23, 2023 1:16:14 AM reposense.report.ReportGenerator analyzeRepos +INFO: [310/478] Analyzing https://github.com/inezkok/ip.git (master)... +Oct 23, 2023 1:16:14 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/inezkok/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:14 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/inezkok/ip.git (master)... +Oct 23, 2023 1:16:15 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/WZWren/ip.git (master)... -Oct 22, 2023 1:21:32 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/wasjoe1/ip.git (master)... -Oct 22, 2023 1:21:32 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:15 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/inezkok/ip.git (master)... +Oct 23, 2023 1:16:15 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/WZWren/ip.git (master)... -Oct 22, 2023 1:21:32 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:15 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/WZWren/ip.git (master) completed! -Oct 22, 2023 1:21:32 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:15 AM reposense.report.ReportGenerator analyzeRepos +INFO: [311/478] Analyzing https://github.com/wasjoe1/ip.git (master)... +Oct 23, 2023 1:16:15 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/inezkok/ip.git (master)... +Oct 23, 2023 1:16:15 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/wasjoe1/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:15 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/wasjoe1/ip.git (master)... +Oct 23, 2023 1:16:15 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/inezkok/ip.git (master) completed! +Oct 23, 2023 1:16:15 AM reposense.report.ReportGenerator analyzeRepos INFO: [312/478] Analyzing https://github.com/kokrui/ip.git (master)... -Oct 22, 2023 1:21:32 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/wasjoe1/ip.git (master)... -Oct 22, 2023 1:21:32 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/wasjoe1/ip.git (master) completed! -Oct 22, 2023 1:21:32 AM reposense.report.ReportGenerator analyzeRepos -INFO: [313/478] Analyzing https://github.com/jinyang628/ip.git (master)... -Oct 22, 2023 1:21:32 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:15 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/kokrui/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:32 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:15 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/kokrui/ip.git (master)... -Oct 22, 2023 1:21:33 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/jinyang628/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:33 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/jinyang628/ip.git (master)... -Oct 22, 2023 1:21:33 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:15 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/kokrui/ip.git (master)... -Oct 22, 2023 1:21:33 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/jinyang628/ip.git (master)... -Oct 22, 2023 1:21:33 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:15 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/kokrui/ip.git (master)... -Oct 22, 2023 1:21:33 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:15 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/kokrui/ip.git (master) completed! -Oct 22, 2023 1:21:33 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/jinyang628/ip.git (master)... -Oct 22, 2023 1:21:33 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:15 AM reposense.report.ReportGenerator analyzeRepos +INFO: [313/478] Analyzing https://github.com/jinyang628/ip.git (master)... +Oct 23, 2023 1:16:15 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/jinyang628/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:15 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/jinyang628/ip.git (master)... +Oct 23, 2023 1:16:15 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/wasjoe1/ip.git (master)... +Oct 23, 2023 1:16:15 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/wasjoe1/ip.git (master)... +Oct 23, 2023 1:16:15 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/wasjoe1/ip.git (master) completed! +Oct 23, 2023 1:16:15 AM reposense.report.ReportGenerator analyzeRepos INFO: [314/478] Analyzing https://github.com/nananakx-x/ip.git (master)... -Oct 22, 2023 1:21:33 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/jinyang628/ip.git (master) completed! -Oct 22, 2023 1:21:33 AM reposense.report.ReportGenerator analyzeRepos -INFO: [315/478] Analyzing https://github.com/AnnabelTing/ip.git (master)... -Oct 22, 2023 1:21:33 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:15 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/nananakx-x/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:33 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:15 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/nananakx-x/ip.git (master)... -Oct 22, 2023 1:21:33 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:15 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/jinyang628/ip.git (master)... +Oct 23, 2023 1:16:15 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/jinyang628/ip.git (master)... +Oct 23, 2023 1:16:15 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/jinyang628/ip.git (master) completed! +Oct 23, 2023 1:16:15 AM reposense.report.ReportGenerator analyzeRepos +INFO: [315/478] Analyzing https://github.com/AnnabelTing/ip.git (master)... +Oct 23, 2023 1:16:15 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/AnnabelTing/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:33 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:15 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/AnnabelTing/ip.git (master)... -Oct 22, 2023 1:21:33 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/AnnabelTing/ip.git (master)... -Oct 22, 2023 1:21:33 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:15 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/nananakx-x/ip.git (master)... -Oct 22, 2023 1:21:33 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/AnnabelTing/ip.git (master)... -Oct 22, 2023 1:21:33 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/AnnabelTing/ip.git (master) completed! -Oct 22, 2023 1:21:33 AM reposense.report.ReportGenerator analyzeRepos -INFO: [316/478] Analyzing https://github.com/timetraveller-123/ip.git (master)... -Oct 22, 2023 1:21:33 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:15 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/nananakx-x/ip.git (master)... -Oct 22, 2023 1:21:33 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:15 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/nananakx-x/ip.git (master) completed! -Oct 22, 2023 1:21:33 AM reposense.report.ReportGenerator analyzeRepos -INFO: [317/478] Analyzing https://github.com/Jweng88/ip.git (master)... -Oct 22, 2023 1:21:33 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:15 AM reposense.report.ReportGenerator analyzeRepos +INFO: [316/478] Analyzing https://github.com/timetraveller-123/ip.git (master)... +Oct 23, 2023 1:16:15 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/timetraveller-123/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:33 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:15 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/timetraveller-123/ip.git (master)... -Oct 22, 2023 1:21:33 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:16 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/AnnabelTing/ip.git (master)... +Oct 23, 2023 1:16:16 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/AnnabelTing/ip.git (master)... +Oct 23, 2023 1:16:16 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/AnnabelTing/ip.git (master) completed! +Oct 23, 2023 1:16:16 AM reposense.report.ReportGenerator analyzeRepos +INFO: [317/478] Analyzing https://github.com/Jweng88/ip.git (master)... +Oct 23, 2023 1:16:16 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/Jweng88/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:33 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:16 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/Jweng88/ip.git (master)... -Oct 22, 2023 1:21:33 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:16 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/timetraveller-123/ip.git (master)... -Oct 22, 2023 1:21:33 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:16 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/timetraveller-123/ip.git (master)... -Oct 22, 2023 1:21:33 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:16 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/timetraveller-123/ip.git (master) completed! -Oct 22, 2023 1:21:33 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:16 AM reposense.report.ReportGenerator analyzeRepos INFO: [318/478] Analyzing https://github.com/ylyma/ip.git (master)... -Oct 22, 2023 1:21:33 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:16 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/ylyma/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:33 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:16 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/ylyma/ip.git (master)... -Oct 22, 2023 1:21:33 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:16 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/Jweng88/ip.git (master)... -Oct 22, 2023 1:21:33 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:16 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/Jweng88/ip.git (master)... -Oct 22, 2023 1:21:33 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:16 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/Jweng88/ip.git (master) completed! -Oct 22, 2023 1:21:33 AM reposense.report.ReportGenerator analyzeRepos -INFO: [319/478] Analyzing https://github.com/jovkusuma/ip.git (master)... -Oct 22, 2023 1:21:33 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/jovkusuma/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:33 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/jovkusuma/ip.git (master)... -Oct 22, 2023 1:21:34 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:16 AM reposense.report.ReportGenerator analyzeRepos +INFO: [319/478] Analyzing https://github.com/EricXiong420/ip.git (master)... +Oct 23, 2023 1:16:16 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/EricXiong420/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:16 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/EricXiong420/ip.git (master)... +Oct 23, 2023 1:16:16 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/ylyma/ip.git (master)... -Oct 22, 2023 1:21:34 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:16 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/ylyma/ip.git (master)... -Oct 22, 2023 1:21:34 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:16 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/ylyma/ip.git (master) completed! -Oct 22, 2023 1:21:34 AM reposense.report.ReportGenerator analyzeRepos -INFO: [320/478] Analyzing https://github.com/EricXiong420/ip.git (master)... -Oct 22, 2023 1:21:34 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:16 AM reposense.report.ReportGenerator analyzeRepos +INFO: [320/478] Analyzing https://github.com/jovkusuma/ip.git (master)... +Oct 23, 2023 1:16:16 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/jovkusuma/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:16 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/jovkusuma/ip.git (master)... +Oct 23, 2023 1:16:16 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/jovkusuma/ip.git (master)... -Oct 22, 2023 1:21:34 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:16 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/jovkusuma/ip.git (master)... -Oct 22, 2023 1:21:34 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:16 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/jovkusuma/ip.git (master) completed! -Oct 22, 2023 1:21:34 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:16 AM reposense.report.ReportGenerator analyzeRepos INFO: [321/478] Analyzing https://github.com/bhnuka/ip.git (master)... -Oct 22, 2023 1:21:34 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/EricXiong420/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:34 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/EricXiong420/ip.git (master)... -Oct 22, 2023 1:21:34 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:16 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/bhnuka/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:34 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:16 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/bhnuka/ip.git (master)... -Oct 22, 2023 1:21:34 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/bhnuka/ip.git (master)... -Oct 22, 2023 1:21:34 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/bhnuka/ip.git (master)... -Oct 22, 2023 1:21:34 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/bhnuka/ip.git (master) completed! -Oct 22, 2023 1:21:34 AM reposense.report.ReportGenerator analyzeRepos -INFO: [322/478] Analyzing https://github.com/J-hta-n/ip.git (master)... -Oct 22, 2023 1:21:34 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/J-hta-n/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:34 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/J-hta-n/ip.git (master)... -Oct 22, 2023 1:21:34 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:17 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/EricXiong420/ip.git (master)... -Oct 22, 2023 1:21:34 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:17 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/EricXiong420/ip.git (master)... -Oct 22, 2023 1:21:34 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:17 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/EricXiong420/ip.git (master) completed! -Oct 22, 2023 1:21:34 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:17 AM reposense.report.ReportGenerator analyzeRepos +INFO: [322/478] Analyzing https://github.com/J-hta-n/ip.git (master)... +Oct 23, 2023 1:16:17 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/J-hta-n/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:17 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/J-hta-n/ip.git (master)... +Oct 23, 2023 1:16:17 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/bhnuka/ip.git (master)... +Oct 23, 2023 1:16:17 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/bhnuka/ip.git (master)... +Oct 23, 2023 1:16:17 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/bhnuka/ip.git (master) completed! +Oct 23, 2023 1:16:17 AM reposense.report.ReportGenerator analyzeRepos INFO: [323/478] Analyzing https://github.com/Tim-Siu/ip.git (master)... -Oct 22, 2023 1:21:34 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:17 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/Tim-Siu/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:34 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:17 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/Tim-Siu/ip.git (master)... -Oct 22, 2023 1:21:34 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:17 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/J-hta-n/ip.git (master)... -Oct 22, 2023 1:21:34 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:17 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/J-hta-n/ip.git (master)... -Oct 22, 2023 1:21:34 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:17 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/J-hta-n/ip.git (master) completed! -Oct 22, 2023 1:21:34 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:17 AM reposense.report.ReportGenerator analyzeRepos INFO: [324/478] Analyzing https://github.com/yarnmengnus/ip.git (master)... -Oct 22, 2023 1:21:34 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:17 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/yarnmengnus/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:34 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:17 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/yarnmengnus/ip.git (master)... -Oct 22, 2023 1:21:35 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:17 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/Tim-Siu/ip.git (master)... -Oct 22, 2023 1:21:35 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/yarnmengnus/ip.git (master)... -Oct 22, 2023 1:21:35 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:17 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/Tim-Siu/ip.git (master)... -Oct 22, 2023 1:21:35 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/yarnmengnus/ip.git (master)... -Oct 22, 2023 1:21:35 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:17 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/Tim-Siu/ip.git (master) completed! -Oct 22, 2023 1:21:35 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/yarnmengnus/ip.git (master) completed! -Oct 22, 2023 1:21:35 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:17 AM reposense.report.ReportGenerator analyzeRepos INFO: [325/478] Analyzing https://github.com/sopa301/ip.git (master)... -Oct 22, 2023 1:21:35 AM reposense.report.ReportGenerator analyzeRepos -INFO: [326/478] Analyzing https://github.com/ngeeyonglim/ip.git (master)... -Oct 22, 2023 1:21:35 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:17 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/sopa301/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:35 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:17 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/sopa301/ip.git (master)... -Oct 22, 2023 1:21:35 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:17 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/yarnmengnus/ip.git (master)... +Oct 23, 2023 1:16:17 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/yarnmengnus/ip.git (master)... +Oct 23, 2023 1:16:17 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/yarnmengnus/ip.git (master) completed! +Oct 23, 2023 1:16:17 AM reposense.report.ReportGenerator analyzeRepos +INFO: [326/478] Analyzing https://github.com/ngeeyonglim/ip.git (master)... +Oct 23, 2023 1:16:17 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/ngeeyonglim/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:35 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:17 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/ngeeyonglim/ip.git (master)... -Oct 22, 2023 1:21:35 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/ngeeyonglim/ip.git (master)... -Oct 22, 2023 1:21:35 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:18 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/sopa301/ip.git (master)... -Oct 22, 2023 1:21:35 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/ngeeyonglim/ip.git (master)... -Oct 22, 2023 1:21:35 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/ngeeyonglim/ip.git (master) completed! -Oct 22, 2023 1:21:35 AM reposense.report.ReportGenerator analyzeRepos -INFO: [327/478] Analyzing https://github.com/ItsTYtan/ip.git (master)... -Oct 22, 2023 1:21:35 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:18 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/sopa301/ip.git (master)... -Oct 22, 2023 1:21:35 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:18 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/sopa301/ip.git (master) completed! -Oct 22, 2023 1:21:35 AM reposense.report.ReportGenerator analyzeRepos -INFO: [328/478] Analyzing https://github.com/javinchua/ip.git (master)... -Oct 22, 2023 1:21:35 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:18 AM reposense.report.ReportGenerator analyzeRepos +INFO: [327/478] Analyzing https://github.com/ItsTYtan/ip.git (master)... +Oct 23, 2023 1:16:18 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/ItsTYtan/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:35 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:18 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/ItsTYtan/ip.git (master)... -Oct 22, 2023 1:21:35 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:18 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/ngeeyonglim/ip.git (master)... +Oct 23, 2023 1:16:18 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/ngeeyonglim/ip.git (master)... +Oct 23, 2023 1:16:18 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/ngeeyonglim/ip.git (master) completed! +Oct 23, 2023 1:16:18 AM reposense.report.ReportGenerator analyzeRepos +INFO: [328/478] Analyzing https://github.com/javinchua/ip.git (master)... +Oct 23, 2023 1:16:18 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/javinchua/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:35 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:18 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/javinchua/ip.git (master)... -Oct 22, 2023 1:21:35 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:18 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/ItsTYtan/ip.git (master)... -Oct 22, 2023 1:21:35 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:18 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/ItsTYtan/ip.git (master)... -Oct 22, 2023 1:21:35 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:18 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/ItsTYtan/ip.git (master) completed! -Oct 22, 2023 1:21:35 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:18 AM reposense.report.ReportGenerator analyzeRepos INFO: [329/478] Analyzing https://github.com/amosting/ip.git (master)... -Oct 22, 2023 1:21:35 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:18 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/amosting/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:35 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:18 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/amosting/ip.git (master)... -Oct 22, 2023 1:21:36 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:18 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/javinchua/ip.git (master)... -Oct 22, 2023 1:21:36 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:18 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/javinchua/ip.git (master)... -Oct 22, 2023 1:21:36 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:18 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/javinchua/ip.git (master) completed! -Oct 22, 2023 1:21:36 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:18 AM reposense.report.ReportGenerator analyzeRepos INFO: [330/478] Analyzing https://github.com/Cleon2/ip.git (master)... -Oct 22, 2023 1:21:36 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:18 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/amosting/ip.git (master)... +Oct 23, 2023 1:16:18 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/Cleon2/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:36 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:18 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/Cleon2/ip.git (master)... -Oct 22, 2023 1:21:36 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/amosting/ip.git (master)... -Oct 22, 2023 1:21:36 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:18 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/amosting/ip.git (master)... -Oct 22, 2023 1:21:36 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:18 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/amosting/ip.git (master) completed! -Oct 22, 2023 1:21:36 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:18 AM reposense.report.ReportGenerator analyzeRepos INFO: [331/478] Analyzing https://github.com/ketweeen/ip.git (master)... -Oct 22, 2023 1:21:36 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:18 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/ketweeen/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:36 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:18 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/ketweeen/ip.git (master)... -Oct 22, 2023 1:21:36 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:19 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/ketweeen/ip.git (master)... -Oct 22, 2023 1:21:36 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/Cleon2/ip.git (master)... -Oct 22, 2023 1:21:36 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:19 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/ketweeen/ip.git (master)... -Oct 22, 2023 1:21:36 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:19 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/ketweeen/ip.git (master) completed! -Oct 22, 2023 1:21:36 AM reposense.report.ReportGenerator analyzeRepos -INFO: [332/478] Analyzing https://github.com/sudarshan2401/ip.git (master)... -Oct 22, 2023 1:21:36 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:19 AM reposense.report.ReportGenerator analyzeRepos +INFO: [332/478] Analyzing https://github.com/LicongHuang/ip.git (master)... +Oct 23, 2023 1:16:19 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/LicongHuang/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:19 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/LicongHuang/ip.git (master)... +Oct 23, 2023 1:16:19 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/Cleon2/ip.git (master)... +Oct 23, 2023 1:16:19 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/Cleon2/ip.git (master)... -Oct 22, 2023 1:21:36 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:19 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/Cleon2/ip.git (master) completed! -Oct 22, 2023 1:21:36 AM reposense.report.ReportGenerator analyzeRepos -INFO: [333/478] Analyzing https://github.com/wui-hong/ip.git (master)... -Oct 22, 2023 1:21:36 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/wui-hong/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:36 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/wui-hong/ip.git (master)... -Oct 22, 2023 1:21:36 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:19 AM reposense.report.ReportGenerator analyzeRepos +INFO: [333/478] Analyzing https://github.com/sudarshan2401/ip.git (master)... +Oct 23, 2023 1:16:19 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/sudarshan2401/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:36 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:19 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/sudarshan2401/ip.git (master)... -Oct 22, 2023 1:21:36 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/wui-hong/ip.git (master)... -Oct 22, 2023 1:21:36 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/wui-hong/ip.git (master)... -Oct 22, 2023 1:21:36 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/wui-hong/ip.git (master) completed! -Oct 22, 2023 1:21:36 AM reposense.report.ReportGenerator analyzeRepos -INFO: [334/478] Analyzing https://github.com/Respirayson/ip.git (master)... -Oct 22, 2023 1:21:36 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/Respirayson/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:36 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/Respirayson/ip.git (master)... -Oct 22, 2023 1:21:36 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:19 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/LicongHuang/ip.git (master)... +Oct 23, 2023 1:16:19 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/LicongHuang/ip.git (master)... +Oct 23, 2023 1:16:19 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/LicongHuang/ip.git (master) completed! +Oct 23, 2023 1:16:19 AM reposense.report.ReportGenerator analyzeRepos +INFO: [334/478] Analyzing https://github.com/wui-hong/ip.git (master)... +Oct 23, 2023 1:16:19 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/wui-hong/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:19 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/wui-hong/ip.git (master)... +Oct 23, 2023 1:16:19 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/sudarshan2401/ip.git (master)... -Oct 22, 2023 1:21:36 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:19 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/sudarshan2401/ip.git (master)... -Oct 22, 2023 1:21:36 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:19 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/sudarshan2401/ip.git (master) completed! -Oct 22, 2023 1:21:36 AM reposense.report.ReportGenerator analyzeRepos -INFO: [335/478] Analyzing https://github.com/LicongHuang/ip.git (master)... -Oct 22, 2023 1:21:36 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/LicongHuang/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:36 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/LicongHuang/ip.git (master)... -Oct 22, 2023 1:21:37 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/LicongHuang/ip.git (master)... -Oct 22, 2023 1:21:37 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/LicongHuang/ip.git (master)... -Oct 22, 2023 1:21:37 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:19 AM reposense.report.ReportGenerator analyzeRepos +INFO: [335/478] Analyzing https://github.com/Respirayson/ip.git (master)... +Oct 23, 2023 1:16:19 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/wui-hong/ip.git (master)... +Oct 23, 2023 1:16:19 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/Respirayson/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:19 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/Respirayson/ip.git (master)... +Oct 23, 2023 1:16:19 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/wui-hong/ip.git (master)... +Oct 23, 2023 1:16:19 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/wui-hong/ip.git (master) completed! +Oct 23, 2023 1:16:19 AM reposense.report.ReportGenerator analyzeRepos +INFO: [336/478] Analyzing https://github.com/flexibo/ip.git (master)... +Oct 23, 2023 1:16:19 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/flexibo/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:19 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/flexibo/ip.git (master)... +Oct 23, 2023 1:16:20 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/Respirayson/ip.git (master)... -Oct 22, 2023 1:21:37 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/LicongHuang/ip.git (master) completed! -Oct 22, 2023 1:21:37 AM reposense.report.ReportGenerator analyzeRepos -INFO: [336/478] Analyzing https://github.com/sunzihan23/ip.git (master)... -Oct 22, 2023 1:21:37 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/sunzihan23/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:37 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/sunzihan23/ip.git (master)... -Oct 22, 2023 1:21:37 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:20 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/Respirayson/ip.git (master)... -Oct 22, 2023 1:21:37 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:20 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/Respirayson/ip.git (master) completed! -Oct 22, 2023 1:21:37 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:20 AM reposense.report.ReportGenerator analyzeRepos INFO: [337/478] Analyzing https://github.com/shishirbychapur/ip.git (master)... -Oct 22, 2023 1:21:37 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:20 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/shishirbychapur/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:37 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:20 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/shishirbychapur/ip.git (master)... -Oct 22, 2023 1:21:37 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/sunzihan23/ip.git (master)... -Oct 22, 2023 1:21:37 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/sunzihan23/ip.git (master)... -Oct 22, 2023 1:21:37 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/sunzihan23/ip.git (master) completed! -Oct 22, 2023 1:21:37 AM reposense.report.ReportGenerator analyzeRepos -INFO: [338/478] Analyzing https://github.com/flexibo/ip.git (master)... -Oct 22, 2023 1:21:37 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/flexibo/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:37 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/flexibo/ip.git (master)... -Oct 22, 2023 1:21:37 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:20 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/flexibo/ip.git (master)... +Oct 23, 2023 1:16:20 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/flexibo/ip.git (master)... +Oct 23, 2023 1:16:20 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/flexibo/ip.git (master) completed! +Oct 23, 2023 1:16:20 AM reposense.report.ReportGenerator analyzeRepos +INFO: [338/478] Analyzing https://github.com/sunzihan23/ip.git (master)... +Oct 23, 2023 1:16:20 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/sunzihan23/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:20 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/sunzihan23/ip.git (master)... +Oct 23, 2023 1:16:20 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/shishirbychapur/ip.git (master)... -Oct 22, 2023 1:21:37 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:20 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/shishirbychapur/ip.git (master)... -Oct 22, 2023 1:21:37 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:20 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/shishirbychapur/ip.git (master) completed! -Oct 22, 2023 1:21:37 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:20 AM reposense.report.ReportGenerator analyzeRepos INFO: [339/478] Analyzing https://github.com/Chrainx/ip.git (master)... -Oct 22, 2023 1:21:37 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:20 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/Chrainx/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:37 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:20 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/Chrainx/ip.git (master)... -Oct 22, 2023 1:21:38 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:20 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/sunzihan23/ip.git (master)... +Oct 23, 2023 1:16:20 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/sunzihan23/ip.git (master)... +Oct 23, 2023 1:16:20 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/sunzihan23/ip.git (master) completed! +Oct 23, 2023 1:16:20 AM reposense.report.ReportGenerator analyzeRepos +INFO: [340/478] Analyzing https://github.com/wj331/ip.git (master)... +Oct 23, 2023 1:16:20 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/wj331/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:20 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/wj331/ip.git (master)... +Oct 23, 2023 1:16:21 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/Chrainx/ip.git (master)... -Oct 22, 2023 1:21:38 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:21 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/Chrainx/ip.git (master)... -Oct 22, 2023 1:21:38 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/flexibo/ip.git (master)... -Oct 22, 2023 1:21:38 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:21 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/Chrainx/ip.git (master) completed! -Oct 22, 2023 1:21:38 AM reposense.report.ReportGenerator analyzeRepos -INFO: [340/478] Analyzing https://github.com/tjch-o/ip.git (master)... -Oct 22, 2023 1:21:38 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:21 AM reposense.report.ReportGenerator analyzeRepos +INFO: [341/478] Analyzing https://github.com/tjch-o/ip.git (master)... +Oct 23, 2023 1:16:21 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/tjch-o/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:38 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:21 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/tjch-o/ip.git (master)... -Oct 22, 2023 1:21:38 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/flexibo/ip.git (master)... -Oct 22, 2023 1:21:38 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/flexibo/ip.git (master) completed! -Oct 22, 2023 1:21:38 AM reposense.report.ReportGenerator analyzeRepos -INFO: [341/478] Analyzing https://github.com/wj331/ip.git (master)... -Oct 22, 2023 1:21:38 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/wj331/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:38 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/wj331/ip.git (master)... -Oct 22, 2023 1:21:38 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/tjch-o/ip.git (master)... -Oct 22, 2023 1:21:38 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/tjch-o/ip.git (master)... -Oct 22, 2023 1:21:38 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/tjch-o/ip.git (master) completed! -Oct 22, 2023 1:21:38 AM reposense.report.ReportGenerator analyzeRepos -INFO: [342/478] Analyzing https://github.com/licongshen12/ip.git (master)... -Oct 22, 2023 1:21:38 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/licongshen12/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:38 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/licongshen12/ip.git (master)... -Oct 22, 2023 1:21:38 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:21 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/wj331/ip.git (master)... -Oct 22, 2023 1:21:38 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:21 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/wj331/ip.git (master)... -Oct 22, 2023 1:21:38 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:21 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/wj331/ip.git (master) completed! -Oct 22, 2023 1:21:38 AM reposense.report.ReportGenerator analyzeRepos -INFO: [343/478] Analyzing https://github.com/ong-wei-hong/ip.git (master)... -Oct 22, 2023 1:21:38 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/ong-wei-hong/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:38 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/ong-wei-hong/ip.git (master)... -Oct 22, 2023 1:21:38 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:21 AM reposense.report.ReportGenerator analyzeRepos +INFO: [342/478] Analyzing https://github.com/licongshen12/ip.git (master)... +Oct 23, 2023 1:16:21 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/licongshen12/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:21 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/licongshen12/ip.git (master)... +Oct 23, 2023 1:16:21 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/tjch-o/ip.git (master)... +Oct 23, 2023 1:16:21 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/licongshen12/ip.git (master)... -Oct 22, 2023 1:21:38 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:21 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/tjch-o/ip.git (master)... +Oct 23, 2023 1:16:21 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/tjch-o/ip.git (master) completed! +Oct 23, 2023 1:16:21 AM reposense.report.ReportGenerator analyzeRepos +INFO: [343/478] Analyzing https://github.com/mamayuan/ip.git (master)... +Oct 23, 2023 1:16:21 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/licongshen12/ip.git (master)... -Oct 22, 2023 1:21:38 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/licongshen12/ip.git (master) completed! -Oct 22, 2023 1:21:38 AM reposense.report.ReportGenerator analyzeRepos -INFO: [344/478] Analyzing https://github.com/mamayuan/ip.git (master)... -Oct 22, 2023 1:21:38 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:21 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/mamayuan/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:38 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:21 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/mamayuan/ip.git (master)... -Oct 22, 2023 1:21:38 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:21 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/licongshen12/ip.git (master) completed! +Oct 23, 2023 1:16:21 AM reposense.report.ReportGenerator analyzeRepos +INFO: [344/478] Analyzing https://github.com/ong-wei-hong/ip.git (master)... +Oct 23, 2023 1:16:21 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/ong-wei-hong/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:21 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/ong-wei-hong/ip.git (master)... +Oct 23, 2023 1:16:21 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/mamayuan/ip.git (master)... +Oct 23, 2023 1:16:21 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/ong-wei-hong/ip.git (master)... -Oct 22, 2023 1:21:38 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:21 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/mamayuan/ip.git (master)... +Oct 23, 2023 1:16:21 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/mamayuan/ip.git (master) completed! +Oct 23, 2023 1:16:21 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/ong-wei-hong/ip.git (master)... -Oct 22, 2023 1:21:38 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:21 AM reposense.report.ReportGenerator analyzeRepos +INFO: [345/478] Analyzing https://github.com/cbj252/ip.git (master)... +Oct 23, 2023 1:16:21 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/ong-wei-hong/ip.git (master) completed! -Oct 22, 2023 1:21:38 AM reposense.report.ReportGenerator analyzeRepos -INFO: [345/478] Analyzing https://github.com/tanboonkhong/ip.git (master)... -Oct 22, 2023 1:21:38 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:21 AM reposense.report.ReportGenerator analyzeRepos +INFO: [346/478] Analyzing https://github.com/tanboonkhong/ip.git (master)... +Oct 23, 2023 1:16:21 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/cbj252/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:21 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/cbj252/ip.git (master)... +Oct 23, 2023 1:16:21 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/tanboonkhong/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:38 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:21 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/tanboonkhong/ip.git (master)... -Oct 22, 2023 1:21:39 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:22 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/tanboonkhong/ip.git (master)... -Oct 22, 2023 1:21:39 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:22 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/cbj252/ip.git (master)... +Oct 23, 2023 1:16:22 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/tanboonkhong/ip.git (master)... -Oct 22, 2023 1:21:39 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:22 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/cbj252/ip.git (master)... +Oct 23, 2023 1:16:22 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/tanboonkhong/ip.git (master) completed! -Oct 22, 2023 1:21:39 AM reposense.report.ReportGenerator analyzeRepos -INFO: [346/478] Analyzing https://github.com/cbj252/ip.git (master)... -Oct 22, 2023 1:21:39 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/cbj252/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:39 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/cbj252/ip.git (master)... -Oct 22, 2023 1:21:39 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/mamayuan/ip.git (master)... -Oct 22, 2023 1:21:39 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/mamayuan/ip.git (master)... -Oct 22, 2023 1:21:39 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/mamayuan/ip.git (master) completed! -Oct 22, 2023 1:21:39 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:22 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/cbj252/ip.git (master) completed! +Oct 23, 2023 1:16:22 AM reposense.report.ReportGenerator analyzeRepos INFO: [347/478] Analyzing https://github.com/AlfredBeNoel/ip.git (master)... -Oct 22, 2023 1:21:39 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:22 AM reposense.report.ReportGenerator analyzeRepos +INFO: [348/478] Analyzing https://github.com/keaganpzh/ip.git (master)... +Oct 23, 2023 1:16:22 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/AlfredBeNoel/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:39 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:22 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/AlfredBeNoel/ip.git (master)... -Oct 22, 2023 1:21:39 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/cbj252/ip.git (master)... -Oct 22, 2023 1:21:39 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/cbj252/ip.git (master)... -Oct 22, 2023 1:21:39 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/cbj252/ip.git (master) completed! -Oct 22, 2023 1:21:39 AM reposense.report.ReportGenerator analyzeRepos -INFO: [348/478] Analyzing https://github.com/ElginTZM/ip.git (master)... -Oct 22, 2023 1:21:39 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/ElginTZM/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:39 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/ElginTZM/ip.git (master)... -Oct 22, 2023 1:21:39 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:22 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/keaganpzh/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:22 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/keaganpzh/ip.git (master)... +Oct 23, 2023 1:16:22 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/AlfredBeNoel/ip.git (master)... -Oct 22, 2023 1:21:39 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:22 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/AlfredBeNoel/ip.git (master)... -Oct 22, 2023 1:21:39 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:22 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/AlfredBeNoel/ip.git (master) completed! -Oct 22, 2023 1:21:39 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:22 AM reposense.report.ReportGenerator analyzeRepos INFO: [349/478] Analyzing https://github.com/LimJH2002/ip.git (master)... -Oct 22, 2023 1:21:39 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:22 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/LimJH2002/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:39 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:22 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/LimJH2002/ip.git (master)... -Oct 22, 2023 1:21:39 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/ElginTZM/ip.git (master)... -Oct 22, 2023 1:21:39 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/ElginTZM/ip.git (master)... -Oct 22, 2023 1:21:39 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/ElginTZM/ip.git (master) completed! -Oct 22, 2023 1:21:39 AM reposense.report.ReportGenerator analyzeRepos -INFO: [350/478] Analyzing https://github.com/keaganpzh/ip.git (master)... -Oct 22, 2023 1:21:39 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/keaganpzh/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:39 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/keaganpzh/ip.git (master)... -Oct 22, 2023 1:21:39 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:22 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/keaganpzh/ip.git (master)... +Oct 23, 2023 1:16:22 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/keaganpzh/ip.git (master)... +Oct 23, 2023 1:16:22 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/keaganpzh/ip.git (master) completed! +Oct 23, 2023 1:16:22 AM reposense.report.ReportGenerator analyzeRepos +INFO: [350/478] Analyzing https://github.com/ElginTZM/ip.git (master)... +Oct 23, 2023 1:16:22 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/ElginTZM/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:22 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/ElginTZM/ip.git (master)... +Oct 23, 2023 1:16:22 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/LimJH2002/ip.git (master)... -Oct 22, 2023 1:21:39 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:22 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/LimJH2002/ip.git (master)... -Oct 22, 2023 1:21:39 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:22 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/LimJH2002/ip.git (master) completed! -Oct 22, 2023 1:21:39 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:22 AM reposense.report.ReportGenerator analyzeRepos INFO: [351/478] Analyzing https://github.com/cmHuang777/ip.git (master)... -Oct 22, 2023 1:21:40 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:22 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/cmHuang777/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:40 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:22 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/cmHuang777/ip.git (master)... -Oct 22, 2023 1:21:40 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/keaganpzh/ip.git (master)... -Oct 22, 2023 1:21:40 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/keaganpzh/ip.git (master)... -Oct 22, 2023 1:21:40 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/keaganpzh/ip.git (master) completed! -Oct 22, 2023 1:21:40 AM reposense.report.ReportGenerator analyzeRepos -INFO: [352/478] Analyzing https://github.com/xxiaoweii/ip.git (master)... -Oct 22, 2023 1:21:40 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/xxiaoweii/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:40 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/xxiaoweii/ip.git (master)... -Oct 22, 2023 1:21:40 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:23 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/ElginTZM/ip.git (master)... +Oct 23, 2023 1:16:23 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/ElginTZM/ip.git (master)... +Oct 23, 2023 1:16:23 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/ElginTZM/ip.git (master) completed! +Oct 23, 2023 1:16:23 AM reposense.report.ReportGenerator analyzeRepos +INFO: [352/478] Analyzing https://github.com/rayyan35p/ip.git (master)... +Oct 23, 2023 1:16:23 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/rayyan35p/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:23 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/rayyan35p/ip.git (master)... +Oct 23, 2023 1:16:23 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/cmHuang777/ip.git (master)... -Oct 22, 2023 1:21:40 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:23 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/cmHuang777/ip.git (master)... -Oct 22, 2023 1:21:40 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:23 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/cmHuang777/ip.git (master) completed! -Oct 22, 2023 1:21:40 AM reposense.report.ReportGenerator analyzeRepos -INFO: [353/478] Analyzing https://github.com/rayyan35p/ip.git (master)... -Oct 22, 2023 1:21:40 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/rayyan35p/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:40 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/rayyan35p/ip.git (master)... -Oct 22, 2023 1:21:40 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/xxiaoweii/ip.git (master)... -Oct 22, 2023 1:21:40 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/xxiaoweii/ip.git (master)... -Oct 22, 2023 1:21:40 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/xxiaoweii/ip.git (master) completed! -Oct 22, 2023 1:21:40 AM reposense.report.ReportGenerator analyzeRepos -INFO: [354/478] Analyzing https://github.com/dhruvir29/ip.git (master)... -Oct 22, 2023 1:21:40 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/dhruvir29/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:40 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/dhruvir29/ip.git (master)... -Oct 22, 2023 1:21:40 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:23 AM reposense.report.ReportGenerator analyzeRepos +INFO: [353/478] Analyzing https://github.com/xxiaoweii/ip.git (master)... +Oct 23, 2023 1:16:23 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/xxiaoweii/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:23 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/xxiaoweii/ip.git (master)... +Oct 23, 2023 1:16:23 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/rayyan35p/ip.git (master)... -Oct 22, 2023 1:21:40 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:23 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/rayyan35p/ip.git (master)... -Oct 22, 2023 1:21:40 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:23 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/rayyan35p/ip.git (master) completed! -Oct 22, 2023 1:21:40 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:23 AM reposense.report.ReportGenerator analyzeRepos +INFO: [354/478] Analyzing https://github.com/dhruvir29/ip.git (master)... +Oct 23, 2023 1:16:23 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/dhruvir29/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:23 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/dhruvir29/ip.git (master)... +Oct 23, 2023 1:16:23 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/xxiaoweii/ip.git (master)... +Oct 23, 2023 1:16:23 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/xxiaoweii/ip.git (master)... +Oct 23, 2023 1:16:23 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/xxiaoweii/ip.git (master) completed! +Oct 23, 2023 1:16:23 AM reposense.report.ReportGenerator analyzeRepos INFO: [355/478] Analyzing https://github.com/LinWanLeii/ip.git (master)... -Oct 22, 2023 1:21:40 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:23 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/LinWanLeii/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:40 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:23 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/LinWanLeii/ip.git (master)... -Oct 22, 2023 1:21:41 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:23 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/dhruvir29/ip.git (master)... -Oct 22, 2023 1:21:41 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:23 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/dhruvir29/ip.git (master)... -Oct 22, 2023 1:21:41 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:23 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/dhruvir29/ip.git (master) completed! -Oct 22, 2023 1:21:41 AM reposense.report.ReportGenerator analyzeRepos -INFO: [356/478] Analyzing https://github.com/Song-Mengfei/ip.git (master)... -Oct 22, 2023 1:21:41 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/Song-Mengfei/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:41 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/Song-Mengfei/ip.git (master)... -Oct 22, 2023 1:21:41 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/LinWanLeii/ip.git (master)... -Oct 22, 2023 1:21:41 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/LinWanLeii/ip.git (master)... -Oct 22, 2023 1:21:41 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/LinWanLeii/ip.git (master) completed! -Oct 22, 2023 1:21:41 AM reposense.report.ReportGenerator analyzeRepos -INFO: [357/478] Analyzing https://github.com/WeeeHung/ip.git (master)... -Oct 22, 2023 1:21:41 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:23 AM reposense.report.ReportGenerator analyzeRepos +INFO: [356/478] Analyzing https://github.com/WeeeHung/ip.git (master)... +Oct 23, 2023 1:16:23 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/WeeeHung/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:41 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:23 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/WeeeHung/ip.git (master)... -Oct 22, 2023 1:21:41 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/Song-Mengfei/ip.git (master)... -Oct 22, 2023 1:21:41 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/Song-Mengfei/ip.git (master)... -Oct 22, 2023 1:21:41 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/Song-Mengfei/ip.git (master) completed! -Oct 22, 2023 1:21:41 AM reposense.report.ReportGenerator analyzeRepos -INFO: [358/478] Analyzing https://github.com/jinyuan0425/ip.git (master)... -Oct 22, 2023 1:21:41 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:24 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/WeeeHung/ip.git (master)... -Oct 22, 2023 1:21:41 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/jinyuan0425/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:41 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/jinyuan0425/ip.git (master)... -Oct 22, 2023 1:21:41 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:24 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/LinWanLeii/ip.git (master)... +Oct 23, 2023 1:16:24 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/WeeeHung/ip.git (master)... -Oct 22, 2023 1:21:41 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:24 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/WeeeHung/ip.git (master) completed! -Oct 22, 2023 1:21:41 AM reposense.report.ReportGenerator analyzeRepos -INFO: [359/478] Analyzing https://github.com/tiif/ip.git (master)... -Oct 22, 2023 1:21:41 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/tiif/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:41 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/tiif/ip.git (master)... -Oct 22, 2023 1:21:41 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/tiif/ip.git (master)... -Oct 22, 2023 1:21:41 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/tiif/ip.git (master)... -Oct 22, 2023 1:21:41 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/tiif/ip.git (master) completed! -Oct 22, 2023 1:21:41 AM reposense.report.ReportGenerator analyzeRepos -INFO: [360/478] Analyzing https://github.com/nicholascher/ip.git (master)... -Oct 22, 2023 1:21:41 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:24 AM reposense.report.ReportGenerator analyzeRepos +INFO: [357/478] Analyzing https://github.com/Song-Mengfei/ip.git (master)... +Oct 23, 2023 1:16:24 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/LinWanLeii/ip.git (master)... +Oct 23, 2023 1:16:24 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/LinWanLeii/ip.git (master) completed! +Oct 23, 2023 1:16:24 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/Song-Mengfei/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:24 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/Song-Mengfei/ip.git (master)... +Oct 23, 2023 1:16:24 AM reposense.report.ReportGenerator analyzeRepos +INFO: [358/478] Analyzing https://github.com/jinyuan0425/ip.git (master)... +Oct 23, 2023 1:16:24 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/jinyuan0425/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:24 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/jinyuan0425/ip.git (master)... +Oct 23, 2023 1:16:24 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/Song-Mengfei/ip.git (master)... +Oct 23, 2023 1:16:24 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/Song-Mengfei/ip.git (master)... +Oct 23, 2023 1:16:24 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/Song-Mengfei/ip.git (master) completed! +Oct 23, 2023 1:16:24 AM reposense.report.ReportGenerator analyzeRepos +INFO: [359/478] Analyzing https://github.com/nicholascher/ip.git (master)... +Oct 23, 2023 1:16:24 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/nicholascher/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:41 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:24 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/nicholascher/ip.git (master)... -Oct 22, 2023 1:21:41 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:24 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/jinyuan0425/ip.git (master)... -Oct 22, 2023 1:21:41 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:24 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/jinyuan0425/ip.git (master)... -Oct 22, 2023 1:21:41 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:24 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/jinyuan0425/ip.git (master) completed! -Oct 22, 2023 1:21:41 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:24 AM reposense.report.ReportGenerator analyzeRepos +INFO: [360/478] Analyzing https://github.com/tiif/ip.git (master)... +Oct 23, 2023 1:16:24 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/tiif/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:24 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/tiif/ip.git (master)... +Oct 23, 2023 1:16:24 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/nicholascher/ip.git (master)... +Oct 23, 2023 1:16:24 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/tiif/ip.git (master)... +Oct 23, 2023 1:16:24 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/nicholascher/ip.git (master)... +Oct 23, 2023 1:16:24 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/nicholascher/ip.git (master) completed! +Oct 23, 2023 1:16:24 AM reposense.report.ReportGenerator analyzeRepos INFO: [361/478] Analyzing https://github.com/hcs1203/ip.git (master)... -Oct 22, 2023 1:21:41 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:24 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/tiif/ip.git (master)... +Oct 23, 2023 1:16:24 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/tiif/ip.git (master) completed! +Oct 23, 2023 1:16:24 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/hcs1203/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:41 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:24 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/hcs1203/ip.git (master)... -Oct 22, 2023 1:21:41 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/hcs1203/ip.git (master)... -Oct 22, 2023 1:21:41 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/hcs1203/ip.git (master)... -Oct 22, 2023 1:21:41 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/hcs1203/ip.git (master) completed! -Oct 22, 2023 1:21:41 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:24 AM reposense.report.ReportGenerator analyzeRepos INFO: [362/478] Analyzing https://github.com/papataco14/ip.git (master)... -Oct 22, 2023 1:21:41 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:24 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/papataco14/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:41 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:24 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/papataco14/ip.git (master)... -Oct 22, 2023 1:21:42 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/nicholascher/ip.git (master)... -Oct 22, 2023 1:21:42 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/nicholascher/ip.git (master)... -Oct 22, 2023 1:21:42 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/nicholascher/ip.git (master) completed! -Oct 22, 2023 1:21:42 AM reposense.report.ReportGenerator analyzeRepos -INFO: [363/478] Analyzing https://github.com/NereusWB922/ip.git (master)... -Oct 22, 2023 1:21:42 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/NereusWB922/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:42 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/NereusWB922/ip.git (master)... -Oct 22, 2023 1:21:42 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:24 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/hcs1203/ip.git (master)... +Oct 23, 2023 1:16:24 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/hcs1203/ip.git (master)... +Oct 23, 2023 1:16:24 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/hcs1203/ip.git (master) completed! +Oct 23, 2023 1:16:24 AM reposense.report.ReportGenerator analyzeRepos +INFO: [363/478] Analyzing https://github.com/PohSayKeong/ip.git (master)... +Oct 23, 2023 1:16:24 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/PohSayKeong/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:24 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/PohSayKeong/ip.git (master)... +Oct 23, 2023 1:16:25 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/papataco14/ip.git (master)... -Oct 22, 2023 1:21:42 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:25 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/papataco14/ip.git (master)... -Oct 22, 2023 1:21:42 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:25 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/papataco14/ip.git (master) completed! -Oct 22, 2023 1:21:42 AM reposense.report.ReportGenerator analyzeRepos -INFO: [364/478] Analyzing https://github.com/PohSayKeong/ip.git (master)... -Oct 22, 2023 1:21:42 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/PohSayKeong/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:42 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/PohSayKeong/ip.git (master)... -Oct 22, 2023 1:21:42 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:25 AM reposense.report.ReportGenerator analyzeRepos +INFO: [364/478] Analyzing https://github.com/ivyy-poison/ip.git (master)... +Oct 23, 2023 1:16:25 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/ivyy-poison/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:25 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/ivyy-poison/ip.git (master)... +Oct 23, 2023 1:16:25 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/PohSayKeong/ip.git (master)... -Oct 22, 2023 1:21:42 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:25 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/PohSayKeong/ip.git (master)... -Oct 22, 2023 1:21:42 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:25 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/PohSayKeong/ip.git (master) completed! -Oct 22, 2023 1:21:42 AM reposense.report.ReportGenerator analyzeRepos -INFO: [365/478] Analyzing https://github.com/KamJiaYue/ip.git (master)... -Oct 22, 2023 1:21:42 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:25 AM reposense.report.ReportGenerator analyzeRepos +INFO: [365/478] Analyzing https://github.com/NereusWB922/ip.git (master)... +Oct 23, 2023 1:16:25 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/NereusWB922/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:25 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/NereusWB922/ip.git (master)... +Oct 23, 2023 1:16:25 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/ivyy-poison/ip.git (master)... +Oct 23, 2023 1:16:25 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/ivyy-poison/ip.git (master)... +Oct 23, 2023 1:16:25 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/ivyy-poison/ip.git (master) completed! +Oct 23, 2023 1:16:25 AM reposense.report.ReportGenerator analyzeRepos +INFO: [366/478] Analyzing https://github.com/KamJiaYue/ip.git (master)... +Oct 23, 2023 1:16:25 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/KamJiaYue/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:42 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:25 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/KamJiaYue/ip.git (master)... -Oct 22, 2023 1:21:42 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:25 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/NereusWB922/ip.git (master)... -Oct 22, 2023 1:21:42 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:25 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/NereusWB922/ip.git (master)... -Oct 22, 2023 1:21:42 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:25 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/NereusWB922/ip.git (master) completed! -Oct 22, 2023 1:21:42 AM reposense.report.ReportGenerator analyzeRepos -INFO: [366/478] Analyzing https://github.com/ivyy-poison/ip.git (master)... -Oct 22, 2023 1:21:42 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/ivyy-poison/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:42 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/ivyy-poison/ip.git (master)... -Oct 22, 2023 1:21:42 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/ivyy-poison/ip.git (master)... -Oct 22, 2023 1:21:43 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/ivyy-poison/ip.git (master)... -Oct 22, 2023 1:21:43 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/ivyy-poison/ip.git (master) completed! -Oct 22, 2023 1:21:43 AM reposense.report.ReportGenerator analyzeRepos -INFO: [367/478] Analyzing https://github.com/ji-just-ji/ip.git (master)... -Oct 22, 2023 1:21:43 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:25 AM reposense.report.ReportGenerator analyzeRepos +INFO: [367/478] Analyzing https://github.com/jacobcuison/ip.git (master)... +Oct 23, 2023 1:16:25 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/jacobcuison/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:25 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/jacobcuison/ip.git (master)... +Oct 23, 2023 1:16:26 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/KamJiaYue/ip.git (master)... -Oct 22, 2023 1:21:43 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/ji-just-ji/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:43 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/ji-just-ji/ip.git (master)... -Oct 22, 2023 1:21:43 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:26 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/KamJiaYue/ip.git (master)... -Oct 22, 2023 1:21:43 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:26 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/KamJiaYue/ip.git (master) completed! -Oct 22, 2023 1:21:43 AM reposense.report.ReportGenerator analyzeRepos -INFO: [368/478] Analyzing https://github.com/jacobcuison/ip.git (master)... -Oct 22, 2023 1:21:43 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/jacobcuison/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:43 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/jacobcuison/ip.git (master)... -Oct 22, 2023 1:21:43 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/ji-just-ji/ip.git (master)... -Oct 22, 2023 1:21:43 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:26 AM reposense.report.ReportGenerator analyzeRepos +INFO: [368/478] Analyzing https://github.com/ji-just-ji/ip.git (master)... +Oct 23, 2023 1:16:26 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/ji-just-ji/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:26 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/ji-just-ji/ip.git (master)... +Oct 23, 2023 1:16:26 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/jacobcuison/ip.git (master)... -Oct 22, 2023 1:21:43 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:26 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/jacobcuison/ip.git (master)... -Oct 22, 2023 1:21:43 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:26 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/jacobcuison/ip.git (master) completed! -Oct 22, 2023 1:21:43 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/ji-just-ji/ip.git (master)... -Oct 22, 2023 1:21:43 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:26 AM reposense.report.ReportGenerator analyzeRepos INFO: [369/478] Analyzing https://github.com/rocketninja7/ip.git (master)... -Oct 22, 2023 1:21:43 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/ji-just-ji/ip.git (master) completed! -Oct 22, 2023 1:21:43 AM reposense.report.ReportGenerator analyzeRepos -INFO: [370/478] Analyzing https://github.com/zekone/ip.git (master)... -Oct 22, 2023 1:21:43 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:26 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/rocketninja7/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:43 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:26 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/rocketninja7/ip.git (master)... -Oct 22, 2023 1:21:43 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/zekone/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:43 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/zekone/ip.git (master)... -Oct 22, 2023 1:21:43 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:26 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/ji-just-ji/ip.git (master)... +Oct 23, 2023 1:16:26 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/rocketninja7/ip.git (master)... -Oct 22, 2023 1:21:43 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:26 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/ji-just-ji/ip.git (master)... +Oct 23, 2023 1:16:26 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/rocketninja7/ip.git (master)... -Oct 22, 2023 1:21:43 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:26 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/ji-just-ji/ip.git (master) completed! +Oct 23, 2023 1:16:26 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/rocketninja7/ip.git (master) completed! -Oct 22, 2023 1:21:43 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:26 AM reposense.report.ReportGenerator analyzeRepos +INFO: [370/478] Analyzing https://github.com/zekone/ip.git (master)... +Oct 23, 2023 1:16:26 AM reposense.report.ReportGenerator analyzeRepos INFO: [371/478] Analyzing https://github.com/kohkaijie/ip.git (master)... -Oct 22, 2023 1:21:43 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:26 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/zekone/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:26 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/zekone/ip.git (master)... +Oct 23, 2023 1:16:26 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/kohkaijie/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:43 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:26 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/kohkaijie/ip.git (master)... -Oct 22, 2023 1:21:43 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:26 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/zekone/ip.git (master)... -Oct 22, 2023 1:21:43 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:26 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/zekone/ip.git (master)... -Oct 22, 2023 1:21:43 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/zekone/ip.git (master) completed! -Oct 22, 2023 1:21:43 AM reposense.report.ReportGenerator analyzeRepos -INFO: [372/478] Analyzing https://github.com/PearlynnT/ip.git (master)... -Oct 22, 2023 1:21:43 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/PearlynnT/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:43 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/PearlynnT/ip.git (master)... -Oct 22, 2023 1:21:44 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:27 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/kohkaijie/ip.git (master)... -Oct 22, 2023 1:21:44 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/PearlynnT/ip.git (master)... -Oct 22, 2023 1:21:44 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/kohkaijie/ip.git (master)... -Oct 22, 2023 1:21:44 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/kohkaijie/ip.git (master) completed! -Oct 22, 2023 1:21:44 AM reposense.report.ReportGenerator analyzeRepos -INFO: [373/478] Analyzing https://github.com/markgcera/ip.git (master)... -Oct 22, 2023 1:21:44 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/PearlynnT/ip.git (master)... -Oct 22, 2023 1:21:44 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/PearlynnT/ip.git (master) completed! -Oct 22, 2023 1:21:44 AM reposense.report.ReportGenerator analyzeRepos -INFO: [374/478] Analyzing https://github.com/StevenLiudw/ip.git (master)... -Oct 22, 2023 1:21:44 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:27 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/zekone/ip.git (master) completed! +Oct 23, 2023 1:16:27 AM reposense.report.ReportGenerator analyzeRepos +INFO: [372/478] Analyzing https://github.com/markgcera/ip.git (master)... +Oct 23, 2023 1:16:27 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/markgcera/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:44 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:27 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/markgcera/ip.git (master)... -Oct 22, 2023 1:21:44 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/StevenLiudw/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:44 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/StevenLiudw/ip.git (master)... -Oct 22, 2023 1:21:44 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:27 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/kohkaijie/ip.git (master)... +Oct 23, 2023 1:16:27 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/kohkaijie/ip.git (master) completed! +Oct 23, 2023 1:16:27 AM reposense.report.ReportGenerator analyzeRepos +INFO: [373/478] Analyzing https://github.com/PearlynnT/ip.git (master)... +Oct 23, 2023 1:16:27 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/PearlynnT/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:27 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/PearlynnT/ip.git (master)... +Oct 23, 2023 1:16:27 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/markgcera/ip.git (master)... -Oct 22, 2023 1:21:44 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:27 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/markgcera/ip.git (master)... -Oct 22, 2023 1:21:44 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:27 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/markgcera/ip.git (master) completed! -Oct 22, 2023 1:21:44 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:27 AM reposense.report.ReportGenerator analyzeRepos +INFO: [374/478] Analyzing https://github.com/StevenLiudw/ip.git (master)... +Oct 23, 2023 1:16:27 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/StevenLiudw/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:27 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/StevenLiudw/ip.git (master)... +Oct 23, 2023 1:16:27 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/PearlynnT/ip.git (master)... +Oct 23, 2023 1:16:27 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/PearlynnT/ip.git (master)... +Oct 23, 2023 1:16:27 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/PearlynnT/ip.git (master) completed! +Oct 23, 2023 1:16:27 AM reposense.report.ReportGenerator analyzeRepos INFO: [375/478] Analyzing https://github.com/mounilsankar/ip.git (master)... -Oct 22, 2023 1:21:44 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:27 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/mounilsankar/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:44 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:27 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/mounilsankar/ip.git (master)... -Oct 22, 2023 1:21:44 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:27 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/mounilsankar/ip.git (master)... +Oct 23, 2023 1:16:27 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/StevenLiudw/ip.git (master)... -Oct 22, 2023 1:21:44 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:27 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/mounilsankar/ip.git (master)... +Oct 23, 2023 1:16:27 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/mounilsankar/ip.git (master) completed! +Oct 23, 2023 1:16:27 AM reposense.report.ReportGenerator analyzeRepos +INFO: [376/478] Analyzing https://github.com/TeeRenJing/ip.git (master)... +Oct 23, 2023 1:16:27 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/StevenLiudw/ip.git (master)... -Oct 22, 2023 1:21:44 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:27 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/StevenLiudw/ip.git (master) completed! -Oct 22, 2023 1:21:44 AM reposense.report.ReportGenerator analyzeRepos -INFO: [376/478] Analyzing https://github.com/TeeRenJing/ip.git (master)... -Oct 22, 2023 1:21:44 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:27 AM reposense.report.ReportGenerator analyzeRepos +INFO: [377/478] Analyzing https://github.com/dloh2236/ip.git (master)... +Oct 23, 2023 1:16:27 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/TeeRenJing/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:44 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:27 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/TeeRenJing/ip.git (master)... -Oct 22, 2023 1:21:44 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/mounilsankar/ip.git (master)... -Oct 22, 2023 1:21:44 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/mounilsankar/ip.git (master)... -Oct 22, 2023 1:21:44 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/mounilsankar/ip.git (master) completed! -Oct 22, 2023 1:21:44 AM reposense.report.ReportGenerator analyzeRepos -INFO: [377/478] Analyzing https://github.com/dloh2236/ip.git (master)... -Oct 22, 2023 1:21:44 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/TeeRenJing/ip.git (master)... -Oct 22, 2023 1:21:44 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/TeeRenJing/ip.git (master)... -Oct 22, 2023 1:21:44 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:27 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/dloh2236/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:44 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:27 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/dloh2236/ip.git (master)... -Oct 22, 2023 1:21:44 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:28 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/TeeRenJing/ip.git (master)... +Oct 23, 2023 1:16:28 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/TeeRenJing/ip.git (master)... +Oct 23, 2023 1:16:28 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/TeeRenJing/ip.git (master) completed! -Oct 22, 2023 1:21:44 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:28 AM reposense.report.ReportGenerator analyzeRepos INFO: [378/478] Analyzing https://github.com/zannloo/ip.git (master)... -Oct 22, 2023 1:21:44 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:28 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/zannloo/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:44 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:28 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/zannloo/ip.git (master)... -Oct 22, 2023 1:21:45 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:28 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/zannloo/ip.git (master)... -Oct 22, 2023 1:21:45 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:28 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/dloh2236/ip.git (master)... +Oct 23, 2023 1:16:28 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/zannloo/ip.git (master)... -Oct 22, 2023 1:21:45 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:28 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/zannloo/ip.git (master) completed! -Oct 22, 2023 1:21:45 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:28 AM reposense.report.ReportGenerator analyzeRepos INFO: [379/478] Analyzing https://github.com/junnengsoo/ip.git (master)... -Oct 22, 2023 1:21:45 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:28 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/junnengsoo/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:45 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:28 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/junnengsoo/ip.git (master)... -Oct 22, 2023 1:21:45 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/dloh2236/ip.git (master)... -Oct 22, 2023 1:21:45 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:28 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/dloh2236/ip.git (master)... -Oct 22, 2023 1:21:45 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:28 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/dloh2236/ip.git (master) completed! -Oct 22, 2023 1:21:45 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:28 AM reposense.report.ReportGenerator analyzeRepos +INFO: [380/478] Analyzing https://github.com/freshcabbage123/ip.git (master)... +Oct 23, 2023 1:16:28 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/freshcabbage123/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:28 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/freshcabbage123/ip.git (master)... +Oct 23, 2023 1:16:28 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/junnengsoo/ip.git (master)... -Oct 22, 2023 1:21:45 AM reposense.report.ReportGenerator analyzeRepos -INFO: [380/478] Analyzing https://github.com/Kokseng1/ip.git (master)... -Oct 22, 2023 1:21:45 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/Kokseng1/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:45 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/Kokseng1/ip.git (master)... -Oct 22, 2023 1:21:45 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:28 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/junnengsoo/ip.git (master)... -Oct 22, 2023 1:21:45 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:28 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/junnengsoo/ip.git (master) completed! -Oct 22, 2023 1:21:45 AM reposense.report.ReportGenerator analyzeRepos -INFO: [381/478] Analyzing https://github.com/freshcabbage123/ip.git (master)... -Oct 22, 2023 1:21:45 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/freshcabbage123/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:45 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/freshcabbage123/ip.git (master)... -Oct 22, 2023 1:21:45 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/Kokseng1/ip.git (master)... -Oct 22, 2023 1:21:45 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/Kokseng1/ip.git (master)... -Oct 22, 2023 1:21:45 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/Kokseng1/ip.git (master) completed! -Oct 22, 2023 1:21:45 AM reposense.report.ReportGenerator analyzeRepos -INFO: [382/478] Analyzing https://github.com/itsNatTan/ip.git (master)... -Oct 22, 2023 1:21:45 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/itsNatTan/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:45 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/itsNatTan/ip.git (master)... -Oct 22, 2023 1:21:45 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:28 AM reposense.report.ReportGenerator analyzeRepos +INFO: [381/478] Analyzing https://github.com/Kokseng1/ip.git (master)... +Oct 23, 2023 1:16:28 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/Kokseng1/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:28 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/Kokseng1/ip.git (master)... +Oct 23, 2023 1:16:28 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/freshcabbage123/ip.git (master)... -Oct 22, 2023 1:21:45 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:28 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/freshcabbage123/ip.git (master)... -Oct 22, 2023 1:21:45 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:28 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/freshcabbage123/ip.git (master) completed! -Oct 22, 2023 1:21:45 AM reposense.report.ReportGenerator analyzeRepos -INFO: [383/478] Analyzing https://github.com/alientian/ip.git (master)... -Oct 22, 2023 1:21:45 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/alientian/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:45 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/alientian/ip.git (master)... -Oct 22, 2023 1:21:46 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:28 AM reposense.report.ReportGenerator analyzeRepos +INFO: [382/478] Analyzing https://github.com/itsNatTan/ip.git (master)... +Oct 23, 2023 1:16:28 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/itsNatTan/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:28 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/itsNatTan/ip.git (master)... +Oct 23, 2023 1:16:28 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/Kokseng1/ip.git (master)... +Oct 23, 2023 1:16:28 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/Kokseng1/ip.git (master)... +Oct 23, 2023 1:16:28 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/Kokseng1/ip.git (master) completed! +Oct 23, 2023 1:16:28 AM reposense.report.ReportGenerator analyzeRepos +INFO: [383/478] Analyzing https://github.com/ZD292/ip.git (master)... +Oct 23, 2023 1:16:28 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/ZD292/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:28 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/ZD292/ip.git (master)... +Oct 23, 2023 1:16:29 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/itsNatTan/ip.git (master)... -Oct 22, 2023 1:21:46 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:29 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/itsNatTan/ip.git (master)... -Oct 22, 2023 1:21:46 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:29 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/itsNatTan/ip.git (master) completed! -Oct 22, 2023 1:21:46 AM reposense.report.ReportGenerator analyzeRepos -INFO: [384/478] Analyzing https://github.com/ZD292/ip.git (master)... -Oct 22, 2023 1:21:46 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/ZD292/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:46 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/ZD292/ip.git (master)... -Oct 22, 2023 1:21:46 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:29 AM reposense.report.ReportGenerator analyzeRepos +INFO: [384/478] Analyzing https://github.com/alientian/ip.git (master)... +Oct 23, 2023 1:16:29 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/alientian/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:29 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/alientian/ip.git (master)... +Oct 23, 2023 1:16:29 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/alientian/ip.git (master)... -Oct 22, 2023 1:21:46 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:29 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/alientian/ip.git (master)... -Oct 22, 2023 1:21:46 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:29 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/alientian/ip.git (master) completed! -Oct 22, 2023 1:21:46 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:29 AM reposense.report.ReportGenerator analyzeRepos INFO: [385/478] Analyzing https://github.com/frrrrry/ip.git (master)... -Oct 22, 2023 1:21:46 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:29 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/frrrrry/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:46 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:29 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/frrrrry/ip.git (master)... -Oct 22, 2023 1:21:46 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:29 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/ZD292/ip.git (master)... -Oct 22, 2023 1:21:46 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:29 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/ZD292/ip.git (master)... -Oct 22, 2023 1:21:46 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/frrrrry/ip.git (master)... -Oct 22, 2023 1:21:46 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:29 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/ZD292/ip.git (master) completed! -Oct 22, 2023 1:21:46 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:29 AM reposense.report.ReportGenerator analyzeRepos INFO: [386/478] Analyzing https://github.com/tjingsheng/ip.git (master)... -Oct 22, 2023 1:21:46 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:29 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/tjingsheng/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:29 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/tjingsheng/ip.git (master)... +Oct 23, 2023 1:16:29 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/frrrrry/ip.git (master)... +Oct 23, 2023 1:16:29 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/frrrrry/ip.git (master)... -Oct 22, 2023 1:21:46 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:29 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/frrrrry/ip.git (master) completed! -Oct 22, 2023 1:21:46 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:29 AM reposense.report.ReportGenerator analyzeRepos INFO: [387/478] Analyzing https://github.com/MagnificentCreature/ip.git (master)... -Oct 22, 2023 1:21:46 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:29 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/MagnificentCreature/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:46 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:29 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/MagnificentCreature/ip.git (master)... -Oct 22, 2023 1:21:46 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/tjingsheng/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:46 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/tjingsheng/ip.git (master)... -Oct 22, 2023 1:21:46 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:30 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/MagnificentCreature/ip.git (master)... -Oct 22, 2023 1:21:46 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:30 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/MagnificentCreature/ip.git (master)... -Oct 22, 2023 1:21:46 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:30 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/MagnificentCreature/ip.git (master) completed! -Oct 22, 2023 1:21:46 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:30 AM reposense.report.ReportGenerator analyzeRepos INFO: [388/478] Analyzing https://github.com/wanghejin/ip.git (master)... -Oct 22, 2023 1:21:47 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:30 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/wanghejin/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:47 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:30 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/wanghejin/ip.git (master)... -Oct 22, 2023 1:21:47 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/wanghejin/ip.git (master)... -Oct 22, 2023 1:21:47 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:30 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/tjingsheng/ip.git (master)... -Oct 22, 2023 1:21:47 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/wanghejin/ip.git (master)... -Oct 22, 2023 1:21:47 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/wanghejin/ip.git (master) completed! -Oct 22, 2023 1:21:47 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:30 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/tjingsheng/ip.git (master)... +Oct 23, 2023 1:16:30 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/tjingsheng/ip.git (master) completed! +Oct 23, 2023 1:16:30 AM reposense.report.ReportGenerator analyzeRepos INFO: [389/478] Analyzing https://github.com/andrefoo/ip.git (master)... -Oct 22, 2023 1:21:47 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:30 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/andrefoo/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:47 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:30 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/andrefoo/ip.git (master)... -Oct 22, 2023 1:21:47 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/tjingsheng/ip.git (master)... -Oct 22, 2023 1:21:47 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/tjingsheng/ip.git (master) completed! -Oct 22, 2023 1:21:47 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:30 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/wanghejin/ip.git (master)... +Oct 23, 2023 1:16:30 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/wanghejin/ip.git (master)... +Oct 23, 2023 1:16:30 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/wanghejin/ip.git (master) completed! +Oct 23, 2023 1:16:30 AM reposense.report.ReportGenerator analyzeRepos INFO: [390/478] Analyzing https://github.com/XihuaZ/ip.git (master)... -Oct 22, 2023 1:21:47 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:30 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/XihuaZ/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:47 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:30 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/XihuaZ/ip.git (master)... -Oct 22, 2023 1:21:47 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:30 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/andrefoo/ip.git (master)... -Oct 22, 2023 1:21:47 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:30 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/andrefoo/ip.git (master)... -Oct 22, 2023 1:21:47 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/XihuaZ/ip.git (master)... -Oct 22, 2023 1:21:47 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:30 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/andrefoo/ip.git (master) completed! -Oct 22, 2023 1:21:47 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:30 AM reposense.report.ReportGenerator analyzeRepos INFO: [391/478] Analyzing https://github.com/tohpinren/ip.git (master)... -Oct 22, 2023 1:21:47 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:30 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/tohpinren/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:30 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/tohpinren/ip.git (master)... +Oct 23, 2023 1:16:30 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/XihuaZ/ip.git (master)... +Oct 23, 2023 1:16:30 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/XihuaZ/ip.git (master)... -Oct 22, 2023 1:21:47 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:30 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/XihuaZ/ip.git (master) completed! -Oct 22, 2023 1:21:47 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:30 AM reposense.report.ReportGenerator analyzeRepos INFO: [392/478] Analyzing https://github.com/xavierpok/ip.git (master)... -Oct 22, 2023 1:21:47 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/tohpinren/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:47 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/tohpinren/ip.git (master)... -Oct 22, 2023 1:21:47 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:30 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/xavierpok/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:47 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:30 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/xavierpok/ip.git (master)... -Oct 22, 2023 1:21:48 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:31 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/tohpinren/ip.git (master)... -Oct 22, 2023 1:21:48 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:31 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/tohpinren/ip.git (master)... -Oct 22, 2023 1:21:48 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:31 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/tohpinren/ip.git (master) completed! -Oct 22, 2023 1:21:48 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/xavierpok/ip.git (master)... -Oct 22, 2023 1:21:48 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:31 AM reposense.report.ReportGenerator analyzeRepos INFO: [393/478] Analyzing https://github.com/bkjwjason/ip.git (master)... -Oct 22, 2023 1:21:48 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:31 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/bkjwjason/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:48 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:31 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/bkjwjason/ip.git (master)... -Oct 22, 2023 1:21:48 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:31 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/xavierpok/ip.git (master)... +Oct 23, 2023 1:16:31 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/bkjwjason/ip.git (master)... +Oct 23, 2023 1:16:31 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/xavierpok/ip.git (master)... -Oct 22, 2023 1:21:48 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:31 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/xavierpok/ip.git (master) completed! -Oct 22, 2023 1:21:48 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:31 AM reposense.report.ReportGenerator analyzeRepos INFO: [394/478] Analyzing https://github.com/Choonyan02/ip.git (master)... -Oct 22, 2023 1:21:48 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/Choonyan02/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:48 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/Choonyan02/ip.git (master)... -Oct 22, 2023 1:21:48 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/bkjwjason/ip.git (master)... -Oct 22, 2023 1:21:48 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:31 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/bkjwjason/ip.git (master)... -Oct 22, 2023 1:21:48 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:31 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/bkjwjason/ip.git (master) completed! -Oct 22, 2023 1:21:48 AM reposense.report.ReportGenerator analyzeRepos -INFO: [395/478] Analyzing https://github.com/SungMatt/ip.git (master)... -Oct 22, 2023 1:21:48 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/Choonyan02/ip.git (master)... -Oct 22, 2023 1:21:48 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/Choonyan02/ip.git (master)... -Oct 22, 2023 1:21:48 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/Choonyan02/ip.git (master) completed! -Oct 22, 2023 1:21:48 AM reposense.report.ReportGenerator analyzeRepos -INFO: [396/478] Analyzing https://github.com/aarontxz/ip.git (master)... -Oct 22, 2023 1:21:48 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:31 AM reposense.report.ReportGenerator analyzeRepos +INFO: [395/478] Analyzing https://github.com/aarontxz/ip.git (master)... +Oct 23, 2023 1:16:31 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/Choonyan02/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:31 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/Choonyan02/ip.git (master)... +Oct 23, 2023 1:16:31 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/aarontxz/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:48 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:31 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/aarontxz/ip.git (master)... -Oct 22, 2023 1:21:48 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/SungMatt/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:48 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/SungMatt/ip.git (master)... -Oct 22, 2023 1:21:48 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:31 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/Choonyan02/ip.git (master)... +Oct 23, 2023 1:16:31 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/aarontxz/ip.git (master)... -Oct 22, 2023 1:21:48 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:31 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/Choonyan02/ip.git (master)... +Oct 23, 2023 1:16:31 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/aarontxz/ip.git (master)... -Oct 22, 2023 1:21:48 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:31 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/Choonyan02/ip.git (master) completed! +Oct 23, 2023 1:16:31 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/aarontxz/ip.git (master) completed! -Oct 22, 2023 1:21:48 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:31 AM reposense.report.ReportGenerator analyzeRepos +INFO: [396/478] Analyzing https://github.com/SungMatt/ip.git (master)... +Oct 23, 2023 1:16:31 AM reposense.report.ReportGenerator analyzeRepos INFO: [397/478] Analyzing https://github.com/jianyangg/ip.git (master)... -Oct 22, 2023 1:21:48 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:31 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/jianyangg/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:48 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:31 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/jianyangg/ip.git (master)... -Oct 22, 2023 1:21:48 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:31 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/SungMatt/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:31 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/SungMatt/ip.git (master)... +Oct 23, 2023 1:16:31 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/jianyangg/ip.git (master)... -Oct 22, 2023 1:21:49 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:31 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/jianyangg/ip.git (master)... -Oct 22, 2023 1:21:49 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:31 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/jianyangg/ip.git (master) completed! -Oct 22, 2023 1:21:49 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:31 AM reposense.report.ReportGenerator analyzeRepos INFO: [398/478] Analyzing https://github.com/tayian/ip.git (master)... -Oct 22, 2023 1:21:49 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:32 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/tayian/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:49 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:32 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/tayian/ip.git (master)... -Oct 22, 2023 1:21:49 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:32 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/tayian/ip.git (master)... -Oct 22, 2023 1:21:49 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:32 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/tayian/ip.git (master)... -Oct 22, 2023 1:21:49 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:32 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/tayian/ip.git (master) completed! -Oct 22, 2023 1:21:49 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:32 AM reposense.report.ReportGenerator analyzeRepos INFO: [399/478] Analyzing https://github.com/wnchan/ip.git (master)... -Oct 22, 2023 1:21:49 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:32 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/wnchan/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:49 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:32 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/wnchan/ip.git (master)... -Oct 22, 2023 1:21:49 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/SungMatt/ip.git (master)... -Oct 22, 2023 1:21:49 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:32 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/wnchan/ip.git (master)... -Oct 22, 2023 1:21:49 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:32 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/wnchan/ip.git (master)... -Oct 22, 2023 1:21:49 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:32 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/wnchan/ip.git (master) completed! -Oct 22, 2023 1:21:49 AM reposense.report.ReportGenerator analyzeRepos -INFO: [400/478] Analyzing https://github.com/anthonytamzil/ip.git (master)... -Oct 22, 2023 1:21:49 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/anthonytamzil/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:49 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/anthonytamzil/ip.git (master)... -Oct 22, 2023 1:21:49 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/SungMatt/ip.git (master)... -Oct 22, 2023 1:21:49 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/SungMatt/ip.git (master) completed! -Oct 22, 2023 1:21:49 AM reposense.report.ReportGenerator analyzeRepos -INFO: [401/478] Analyzing https://github.com/cyaoxuan/ip.git (master)... -Oct 22, 2023 1:21:49 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:32 AM reposense.report.ReportGenerator analyzeRepos +INFO: [400/478] Analyzing https://github.com/cyaoxuan/ip.git (master)... +Oct 23, 2023 1:16:32 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/cyaoxuan/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:49 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:32 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/cyaoxuan/ip.git (master)... -Oct 22, 2023 1:21:49 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:32 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/SungMatt/ip.git (master)... +Oct 23, 2023 1:16:32 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/cyaoxuan/ip.git (master)... -Oct 22, 2023 1:21:49 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:32 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/cyaoxuan/ip.git (master)... -Oct 22, 2023 1:21:49 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:32 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/cyaoxuan/ip.git (master) completed! -Oct 22, 2023 1:21:49 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/anthonytamzil/ip.git (master)... -Oct 22, 2023 1:21:49 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:32 AM reposense.report.ReportGenerator analyzeRepos +INFO: [401/478] Analyzing https://github.com/anthonytamzil/ip.git (master)... +Oct 23, 2023 1:16:32 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/anthonytamzil/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:32 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/anthonytamzil/ip.git (master)... +Oct 23, 2023 1:16:32 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/SungMatt/ip.git (master)... +Oct 23, 2023 1:16:32 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/SungMatt/ip.git (master) completed! +Oct 23, 2023 1:16:32 AM reposense.report.ReportGenerator analyzeRepos INFO: [402/478] Analyzing https://github.com/CelestineTan03/ip.git (master)... -Oct 22, 2023 1:21:49 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:32 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/CelestineTan03/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:49 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:32 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/CelestineTan03/ip.git (master)... -Oct 22, 2023 1:21:49 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:33 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/CelestineTan03/ip.git (master)... +Oct 23, 2023 1:16:33 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/anthonytamzil/ip.git (master)... +Oct 23, 2023 1:16:33 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/CelestineTan03/ip.git (master)... +Oct 23, 2023 1:16:33 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/CelestineTan03/ip.git (master) completed! +Oct 23, 2023 1:16:33 AM reposense.report.ReportGenerator analyzeRepos +INFO: [403/478] Analyzing https://github.com/Jweewee/ip.git (master)... +Oct 23, 2023 1:16:33 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/anthonytamzil/ip.git (master)... -Oct 22, 2023 1:21:49 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:33 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/anthonytamzil/ip.git (master) completed! -Oct 22, 2023 1:21:49 AM reposense.report.ReportGenerator analyzeRepos -INFO: [403/478] Analyzing https://github.com/saltedfishxx/ip.git (master)... -Oct 22, 2023 1:21:49 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:33 AM reposense.report.ReportGenerator analyzeRepos +INFO: [404/478] Analyzing https://github.com/saltedfishxx/ip.git (master)... +Oct 23, 2023 1:16:33 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/saltedfishxx/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:49 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:33 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/saltedfishxx/ip.git (master)... -Oct 22, 2023 1:21:50 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/CelestineTan03/ip.git (master)... -Oct 22, 2023 1:21:50 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/CelestineTan03/ip.git (master)... -Oct 22, 2023 1:21:50 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/CelestineTan03/ip.git (master) completed! -Oct 22, 2023 1:21:50 AM reposense.report.ReportGenerator analyzeRepos -INFO: [404/478] Analyzing https://github.com/Jweewee/ip.git (master)... -Oct 22, 2023 1:21:50 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/saltedfishxx/ip.git (master)... -Oct 22, 2023 1:21:50 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:33 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/Jweewee/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:50 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:33 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/Jweewee/ip.git (master)... -Oct 22, 2023 1:21:50 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:33 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/saltedfishxx/ip.git (master)... +Oct 23, 2023 1:16:33 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/saltedfishxx/ip.git (master)... -Oct 22, 2023 1:21:50 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:33 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/saltedfishxx/ip.git (master) completed! -Oct 22, 2023 1:21:50 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:33 AM reposense.report.ReportGenerator analyzeRepos INFO: [405/478] Analyzing https://github.com/AlagappanRa/ip.git (master)... -Oct 22, 2023 1:21:50 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:33 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/AlagappanRa/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:50 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:33 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/AlagappanRa/ip.git (master)... -Oct 22, 2023 1:21:50 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:33 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/Jweewee/ip.git (master)... +Oct 23, 2023 1:16:33 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/AlagappanRa/ip.git (master)... -Oct 22, 2023 1:21:50 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:33 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/Jweewee/ip.git (master)... +Oct 23, 2023 1:16:33 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/Jweewee/ip.git (master) completed! +Oct 23, 2023 1:16:33 AM reposense.report.ReportGenerator analyzeRepos +INFO: [406/478] Analyzing https://github.com/Ken-Lai/ip.git (master)... +Oct 23, 2023 1:16:33 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/AlagappanRa/ip.git (master)... -Oct 22, 2023 1:21:50 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:33 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/AlagappanRa/ip.git (master) completed! -Oct 22, 2023 1:21:50 AM reposense.report.ReportGenerator analyzeRepos -INFO: [406/478] Analyzing https://github.com/Ken-Lai/ip.git (master)... -Oct 22, 2023 1:21:50 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:33 AM reposense.report.ReportGenerator analyzeRepos +INFO: [407/478] Analyzing https://github.com/itssisi/ip.git (master)... +Oct 23, 2023 1:16:33 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/Ken-Lai/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:50 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:33 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/Ken-Lai/ip.git (master)... -Oct 22, 2023 1:21:50 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/Jweewee/ip.git (master)... -Oct 22, 2023 1:21:50 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/Jweewee/ip.git (master)... -Oct 22, 2023 1:21:50 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/Jweewee/ip.git (master) completed! -Oct 22, 2023 1:21:50 AM reposense.report.ReportGenerator analyzeRepos -INFO: [407/478] Analyzing https://github.com/itssisi/ip.git (master)... -Oct 22, 2023 1:21:50 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:33 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/itssisi/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:50 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:33 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/itssisi/ip.git (master)... -Oct 22, 2023 1:21:50 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/Ken-Lai/ip.git (master)... -Oct 22, 2023 1:21:50 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/Ken-Lai/ip.git (master)... -Oct 22, 2023 1:21:50 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/Ken-Lai/ip.git (master) completed! -Oct 22, 2023 1:21:50 AM reposense.report.ReportGenerator analyzeRepos -INFO: [408/478] Analyzing https://github.com/euchangxian/ip.git (master)... -Oct 22, 2023 1:21:50 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/euchangxian/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:50 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/euchangxian/ip.git (master)... -Oct 22, 2023 1:21:51 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:34 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/itssisi/ip.git (master)... -Oct 22, 2023 1:21:51 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:34 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/itssisi/ip.git (master)... -Oct 22, 2023 1:21:51 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:34 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/itssisi/ip.git (master) completed! -Oct 22, 2023 1:21:51 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:34 AM reposense.report.ReportGenerator analyzeRepos +INFO: [408/478] Analyzing https://github.com/euchangxian/ip.git (master)... +Oct 23, 2023 1:16:34 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/euchangxian/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:34 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/euchangxian/ip.git (master)... +Oct 23, 2023 1:16:34 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/Ken-Lai/ip.git (master)... +Oct 23, 2023 1:16:34 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/Ken-Lai/ip.git (master)... +Oct 23, 2023 1:16:34 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/Ken-Lai/ip.git (master) completed! +Oct 23, 2023 1:16:34 AM reposense.report.ReportGenerator analyzeRepos INFO: [409/478] Analyzing https://github.com/jamz903/ip.git (master)... -Oct 22, 2023 1:21:51 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:34 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/jamz903/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:51 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:34 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/jamz903/ip.git (master)... -Oct 22, 2023 1:21:51 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:34 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/jamz903/ip.git (master)... -Oct 22, 2023 1:21:51 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:34 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/jamz903/ip.git (master)... -Oct 22, 2023 1:21:51 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:34 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/jamz903/ip.git (master) completed! -Oct 22, 2023 1:21:51 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:34 AM reposense.report.ReportGenerator analyzeRepos INFO: [410/478] Analyzing https://github.com/Kevin-Liusx/ip.git (master)... -Oct 22, 2023 1:21:51 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:34 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/Kevin-Liusx/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:51 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:34 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/Kevin-Liusx/ip.git (master)... -Oct 22, 2023 1:21:51 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:34 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/euchangxian/ip.git (master)... -Oct 22, 2023 1:21:51 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/euchangxian/ip.git (master)... -Oct 22, 2023 1:21:51 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/euchangxian/ip.git (master) completed! -Oct 22, 2023 1:21:51 AM reposense.report.ReportGenerator analyzeRepos -INFO: [411/478] Analyzing https://github.com/Propene-Dan/ip.git (master)... -Oct 22, 2023 1:21:51 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/Propene-Dan/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:51 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/Propene-Dan/ip.git (master)... -Oct 22, 2023 1:21:51 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:34 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/Kevin-Liusx/ip.git (master)... -Oct 22, 2023 1:21:51 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:34 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/Kevin-Liusx/ip.git (master)... -Oct 22, 2023 1:21:51 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:34 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/Kevin-Liusx/ip.git (master) completed! -Oct 22, 2023 1:21:51 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:34 AM reposense.report.ReportGenerator analyzeRepos +INFO: [411/478] Analyzing https://github.com/Propene-Dan/ip.git (master)... +Oct 23, 2023 1:16:34 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/euchangxian/ip.git (master)... +Oct 23, 2023 1:16:34 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/euchangxian/ip.git (master) completed! +Oct 23, 2023 1:16:34 AM reposense.report.ReportGenerator analyzeRepos INFO: [412/478] Analyzing https://github.com/ChuanXinNg/ip.git (master)... -Oct 22, 2023 1:21:51 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:34 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/Propene-Dan/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:34 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/Propene-Dan/ip.git (master)... +Oct 23, 2023 1:16:34 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/ChuanXinNg/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:51 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:34 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/ChuanXinNg/ip.git (master)... -Oct 22, 2023 1:21:51 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/Propene-Dan/ip.git (master)... -Oct 22, 2023 1:21:51 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/Propene-Dan/ip.git (master)... -Oct 22, 2023 1:21:51 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/Propene-Dan/ip.git (master) completed! -Oct 22, 2023 1:21:51 AM reposense.report.ReportGenerator analyzeRepos -INFO: [413/478] Analyzing https://github.com/kenvynKwek/ip.git (master)... -Oct 22, 2023 1:21:51 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/kenvynKwek/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:51 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/kenvynKwek/ip.git (master)... -Oct 22, 2023 1:21:52 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:35 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/ChuanXinNg/ip.git (master)... -Oct 22, 2023 1:21:52 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:35 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/ChuanXinNg/ip.git (master)... -Oct 22, 2023 1:21:52 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:35 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/ChuanXinNg/ip.git (master) completed! -Oct 22, 2023 1:21:52 AM reposense.report.ReportGenerator analyzeRepos -INFO: [414/478] Analyzing https://github.com/saraozn/ip.git (master)... -Oct 22, 2023 1:21:52 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/saraozn/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:52 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/saraozn/ip.git (master)... -Oct 22, 2023 1:21:52 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:35 AM reposense.report.ReportGenerator analyzeRepos +INFO: [413/478] Analyzing https://github.com/kenvynKwek/ip.git (master)... +Oct 23, 2023 1:16:35 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/Propene-Dan/ip.git (master)... +Oct 23, 2023 1:16:35 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/kenvynKwek/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:35 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/kenvynKwek/ip.git (master)... +Oct 23, 2023 1:16:35 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/Propene-Dan/ip.git (master)... +Oct 23, 2023 1:16:35 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/Propene-Dan/ip.git (master) completed! +Oct 23, 2023 1:16:35 AM reposense.report.ReportGenerator analyzeRepos +INFO: [414/478] Analyzing https://github.com/Ruizhi2001/ip.git (master)... +Oct 23, 2023 1:16:35 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/Ruizhi2001/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:35 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/Ruizhi2001/ip.git (master)... +Oct 23, 2023 1:16:35 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/kenvynKwek/ip.git (master)... -Oct 22, 2023 1:21:52 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:35 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/kenvynKwek/ip.git (master)... -Oct 22, 2023 1:21:52 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:35 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/Ruizhi2001/ip.git (master)... +Oct 23, 2023 1:16:35 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/kenvynKwek/ip.git (master) completed! -Oct 22, 2023 1:21:52 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:35 AM reposense.report.ReportGenerator analyzeRepos INFO: [415/478] Analyzing https://github.com/prawnzyy/ip.git (master)... -Oct 22, 2023 1:21:52 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:35 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/prawnzyy/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:52 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:35 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/prawnzyy/ip.git (master)... -Oct 22, 2023 1:21:52 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:35 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/Ruizhi2001/ip.git (master)... +Oct 23, 2023 1:16:35 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/Ruizhi2001/ip.git (master) completed! +Oct 23, 2023 1:16:35 AM reposense.report.ReportGenerator analyzeRepos +INFO: [416/478] Analyzing https://github.com/saraozn/ip.git (master)... +Oct 23, 2023 1:16:35 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/saraozn/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:35 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/saraozn/ip.git (master)... +Oct 23, 2023 1:16:35 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/saraozn/ip.git (master)... -Oct 22, 2023 1:21:52 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:35 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/saraozn/ip.git (master)... -Oct 22, 2023 1:21:52 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:35 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/saraozn/ip.git (master) completed! -Oct 22, 2023 1:21:52 AM reposense.report.ReportGenerator analyzeRepos -INFO: [416/478] Analyzing https://github.com/Ruizhi2001/ip.git (master)... -Oct 22, 2023 1:21:52 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/Ruizhi2001/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:52 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/Ruizhi2001/ip.git (master)... -Oct 22, 2023 1:21:52 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/prawnzyy/ip.git (master)... -Oct 22, 2023 1:21:52 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/prawnzyy/ip.git (master)... -Oct 22, 2023 1:21:52 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/prawnzyy/ip.git (master) completed! -Oct 22, 2023 1:21:52 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:35 AM reposense.report.ReportGenerator analyzeRepos INFO: [417/478] Analyzing https://github.com/nicholastng010601/ip.git (master)... -Oct 22, 2023 1:21:52 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:35 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/prawnzyy/ip.git (master)... +Oct 23, 2023 1:16:35 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/nicholastng010601/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:52 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:35 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/nicholastng010601/ip.git (master)... -Oct 22, 2023 1:21:52 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/Ruizhi2001/ip.git (master)... -Oct 22, 2023 1:21:52 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/Ruizhi2001/ip.git (master)... -Oct 22, 2023 1:21:52 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/Ruizhi2001/ip.git (master) completed! -Oct 22, 2023 1:21:52 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:35 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/prawnzyy/ip.git (master)... +Oct 23, 2023 1:16:35 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/prawnzyy/ip.git (master) completed! +Oct 23, 2023 1:16:35 AM reposense.report.ReportGenerator analyzeRepos INFO: [418/478] Analyzing https://github.com/DistractedCat/ip.git (master)... -Oct 22, 2023 1:21:52 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:35 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/DistractedCat/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:52 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:35 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/DistractedCat/ip.git (master)... -Oct 22, 2023 1:21:53 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:36 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/nicholastng010601/ip.git (master)... -Oct 22, 2023 1:21:53 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/nicholastng010601/ip.git (master)... -Oct 22, 2023 1:21:53 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/nicholastng010601/ip.git (master) completed! -Oct 22, 2023 1:21:53 AM reposense.report.ReportGenerator analyzeRepos -INFO: [419/478] Analyzing https://github.com/revdrag/ip.git (master)... -Oct 22, 2023 1:21:53 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:36 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/DistractedCat/ip.git (master)... -Oct 22, 2023 1:21:53 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/revdrag/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:53 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/revdrag/ip.git (master)... -Oct 22, 2023 1:21:53 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:36 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/nicholastng010601/ip.git (master)... +Oct 23, 2023 1:16:36 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/nicholastng010601/ip.git (master) completed! +Oct 23, 2023 1:16:36 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/DistractedCat/ip.git (master)... -Oct 22, 2023 1:21:53 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:36 AM reposense.report.ReportGenerator analyzeRepos +INFO: [419/478] Analyzing https://github.com/yezkez10/ip.git (master)... +Oct 23, 2023 1:16:36 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/DistractedCat/ip.git (master) completed! -Oct 22, 2023 1:21:53 AM reposense.report.ReportGenerator analyzeRepos -INFO: [420/478] Analyzing https://github.com/yezkez10/ip.git (master)... -Oct 22, 2023 1:21:53 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:36 AM reposense.report.ReportGenerator analyzeRepos +INFO: [420/478] Analyzing https://github.com/alvinlim277/ip.git (master)... +Oct 23, 2023 1:16:36 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/yezkez10/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:53 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:36 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/yezkez10/ip.git (master)... -Oct 22, 2023 1:21:53 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:36 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/alvinlim277/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:36 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/alvinlim277/ip.git (master)... +Oct 23, 2023 1:16:36 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/yezkez10/ip.git (master)... -Oct 22, 2023 1:21:53 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:36 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/yezkez10/ip.git (master)... -Oct 22, 2023 1:21:53 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:36 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/yezkez10/ip.git (master) completed! -Oct 22, 2023 1:21:53 AM reposense.report.ReportGenerator analyzeRepos -INFO: [421/478] Analyzing https://github.com/alvinlim277/ip.git (master)... -Oct 22, 2023 1:21:53 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/alvinlim277/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:53 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/alvinlim277/ip.git (master)... -Oct 22, 2023 1:21:53 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/revdrag/ip.git (master)... -Oct 22, 2023 1:21:53 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/revdrag/ip.git (master)... -Oct 22, 2023 1:21:53 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/revdrag/ip.git (master) completed! -Oct 22, 2023 1:21:53 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:36 AM reposense.report.ReportGenerator analyzeRepos +INFO: [421/478] Analyzing https://github.com/revdrag/ip.git (master)... +Oct 23, 2023 1:16:36 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/revdrag/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:36 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/revdrag/ip.git (master)... +Oct 23, 2023 1:16:36 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/alvinlim277/ip.git (master)... +Oct 23, 2023 1:16:36 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/alvinlim277/ip.git (master)... +Oct 23, 2023 1:16:36 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/alvinlim277/ip.git (master) completed! +Oct 23, 2023 1:16:36 AM reposense.report.ReportGenerator analyzeRepos INFO: [422/478] Analyzing https://github.com/JasonRay168/ip.git (master)... -Oct 22, 2023 1:21:53 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:36 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/JasonRay168/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:53 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:36 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/JasonRay168/ip.git (master)... -Oct 22, 2023 1:21:53 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/alvinlim277/ip.git (master)... -Oct 22, 2023 1:21:53 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:36 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/revdrag/ip.git (master)... +Oct 23, 2023 1:16:36 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/revdrag/ip.git (master)... +Oct 23, 2023 1:16:36 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/revdrag/ip.git (master) completed! +Oct 23, 2023 1:16:36 AM reposense.report.ReportGenerator analyzeRepos +INFO: [423/478] Analyzing https://github.com/billieboy7/ip.git (master)... +Oct 23, 2023 1:16:37 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/billieboy7/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:37 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/billieboy7/ip.git (master)... +Oct 23, 2023 1:16:37 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/JasonRay168/ip.git (master)... -Oct 22, 2023 1:21:53 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/alvinlim277/ip.git (master)... -Oct 22, 2023 1:21:53 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/alvinlim277/ip.git (master) completed! -Oct 22, 2023 1:21:53 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:37 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/JasonRay168/ip.git (master)... -Oct 22, 2023 1:21:53 AM reposense.report.ReportGenerator analyzeRepos -INFO: [423/478] Analyzing https://github.com/billieboy7/ip.git (master)... -Oct 22, 2023 1:21:53 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:37 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/JasonRay168/ip.git (master) completed! -Oct 22, 2023 1:21:53 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:37 AM reposense.report.ReportGenerator analyzeRepos INFO: [424/478] Analyzing https://github.com/jannnice/ip.git (master)... -Oct 22, 2023 1:21:53 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/billieboy7/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:53 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/billieboy7/ip.git (master)... -Oct 22, 2023 1:21:53 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:37 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/jannnice/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:53 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:37 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/jannnice/ip.git (master)... -Oct 22, 2023 1:21:54 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:37 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/jannnice/ip.git (master)... -Oct 22, 2023 1:21:54 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:37 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/jannnice/ip.git (master)... -Oct 22, 2023 1:21:54 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:37 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/billieboy7/ip.git (master)... +Oct 23, 2023 1:16:37 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/jannnice/ip.git (master) completed! -Oct 22, 2023 1:21:54 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:37 AM reposense.report.ReportGenerator analyzeRepos INFO: [425/478] Analyzing https://github.com/samuelim01/ip.git (master)... -Oct 22, 2023 1:21:54 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:37 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/billieboy7/ip.git (master)... +Oct 23, 2023 1:16:37 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/samuelim01/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:54 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:37 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/samuelim01/ip.git (master)... -Oct 22, 2023 1:21:54 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/billieboy7/ip.git (master)... -Oct 22, 2023 1:21:54 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/billieboy7/ip.git (master)... -Oct 22, 2023 1:21:54 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:37 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/billieboy7/ip.git (master) completed! -Oct 22, 2023 1:21:54 AM reposense.report.ReportGenerator analyzeRepos -INFO: [426/478] Analyzing https://github.com/dinde2004/ip.git (master)... -Oct 22, 2023 1:21:54 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:37 AM reposense.report.ReportGenerator analyzeRepos +INFO: [426/478] Analyzing https://github.com/evanyan13/ip.git (master)... +Oct 23, 2023 1:16:37 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/evanyan13/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:37 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/evanyan13/ip.git (master)... +Oct 23, 2023 1:16:37 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/samuelim01/ip.git (master)... +Oct 23, 2023 1:16:37 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/samuelim01/ip.git (master)... +Oct 23, 2023 1:16:37 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/samuelim01/ip.git (master) completed! +Oct 23, 2023 1:16:37 AM reposense.report.ReportGenerator analyzeRepos +INFO: [427/478] Analyzing https://github.com/dinde2004/ip.git (master)... +Oct 23, 2023 1:16:37 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/dinde2004/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:54 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:37 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/dinde2004/ip.git (master)... -Oct 22, 2023 1:21:54 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:37 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/dinde2004/ip.git (master)... -Oct 22, 2023 1:21:54 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:37 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/evanyan13/ip.git (master)... +Oct 23, 2023 1:16:37 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/dinde2004/ip.git (master)... -Oct 22, 2023 1:21:54 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:37 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/dinde2004/ip.git (master) completed! -Oct 22, 2023 1:21:54 AM reposense.report.ReportGenerator analyzeRepos -INFO: [427/478] Analyzing https://github.com/seanpzk/ip.git (master)... -Oct 22, 2023 1:21:54 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/samuelim01/ip.git (master)... -Oct 22, 2023 1:21:54 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:38 AM reposense.report.ReportGenerator analyzeRepos +INFO: [428/478] Analyzing https://github.com/seanpzk/ip.git (master)... +Oct 23, 2023 1:16:38 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/seanpzk/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:54 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:38 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/seanpzk/ip.git (master)... -Oct 22, 2023 1:21:54 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/samuelim01/ip.git (master)... -Oct 22, 2023 1:21:54 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/samuelim01/ip.git (master) completed! -Oct 22, 2023 1:21:54 AM reposense.report.ReportGenerator analyzeRepos -INFO: [428/478] Analyzing https://github.com/evanyan13/ip.git (master)... -Oct 22, 2023 1:21:54 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/evanyan13/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:54 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/evanyan13/ip.git (master)... -Oct 22, 2023 1:21:54 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/seanpzk/ip.git (master)... -Oct 22, 2023 1:21:54 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/seanpzk/ip.git (master)... -Oct 22, 2023 1:21:54 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/seanpzk/ip.git (master) completed! -Oct 22, 2023 1:21:54 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:38 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/evanyan13/ip.git (master)... +Oct 23, 2023 1:16:38 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/evanyan13/ip.git (master) completed! +Oct 23, 2023 1:16:38 AM reposense.report.ReportGenerator analyzeRepos INFO: [429/478] Analyzing https://github.com/lsyurea/ip.git (master)... -Oct 22, 2023 1:21:54 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:38 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/lsyurea/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:54 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:38 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/lsyurea/ip.git (master)... -Oct 22, 2023 1:21:54 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/lsyurea/ip.git (master)... -Oct 22, 2023 1:21:54 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/lsyurea/ip.git (master)... -Oct 22, 2023 1:21:54 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/lsyurea/ip.git (master) completed! -Oct 22, 2023 1:21:54 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:38 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/seanpzk/ip.git (master)... +Oct 23, 2023 1:16:38 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/seanpzk/ip.git (master)... +Oct 23, 2023 1:16:38 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/seanpzk/ip.git (master) completed! +Oct 23, 2023 1:16:38 AM reposense.report.ReportGenerator analyzeRepos INFO: [430/478] Analyzing https://github.com/KumChaiYin/ip.git (master)... -Oct 22, 2023 1:21:55 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:38 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/lsyurea/ip.git (master)... +Oct 23, 2023 1:16:38 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/KumChaiYin/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:55 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:38 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/KumChaiYin/ip.git (master)... -Oct 22, 2023 1:21:55 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/evanyan13/ip.git (master)... -Oct 22, 2023 1:21:55 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/evanyan13/ip.git (master)... -Oct 22, 2023 1:21:55 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/evanyan13/ip.git (master) completed! -Oct 22, 2023 1:21:55 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:38 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/lsyurea/ip.git (master)... +Oct 23, 2023 1:16:38 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/lsyurea/ip.git (master) completed! +Oct 23, 2023 1:16:38 AM reposense.report.ReportGenerator analyzeRepos INFO: [431/478] Analyzing https://github.com/geraldngjx/ip.git (master)... -Oct 22, 2023 1:21:55 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:38 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/geraldngjx/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:55 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:38 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/geraldngjx/ip.git (master)... -Oct 22, 2023 1:21:55 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:38 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/KumChaiYin/ip.git (master)... -Oct 22, 2023 1:21:55 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/KumChaiYin/ip.git (master)... -Oct 22, 2023 1:21:55 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/KumChaiYin/ip.git (master) completed! -Oct 22, 2023 1:21:55 AM reposense.report.ReportGenerator analyzeRepos -INFO: [432/478] Analyzing https://github.com/Sasmik23/ip.git (master)... -Oct 22, 2023 1:21:55 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/Sasmik23/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:55 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/Sasmik23/ip.git (master)... -Oct 22, 2023 1:21:55 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:38 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/geraldngjx/ip.git (master)... -Oct 22, 2023 1:21:55 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:38 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/KumChaiYin/ip.git (master)... +Oct 23, 2023 1:16:38 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/geraldngjx/ip.git (master)... -Oct 22, 2023 1:21:55 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:38 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/KumChaiYin/ip.git (master) completed! +Oct 23, 2023 1:16:38 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/geraldngjx/ip.git (master) completed! -Oct 22, 2023 1:21:55 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:38 AM reposense.report.ReportGenerator analyzeRepos +INFO: [432/478] Analyzing https://github.com/Sasmik23/ip.git (master)... +Oct 23, 2023 1:16:38 AM reposense.report.ReportGenerator analyzeRepos INFO: [433/478] Analyzing https://github.com/garylow2001/ip.git (master)... -Oct 22, 2023 1:21:55 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:38 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/garylow2001/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:55 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:38 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/garylow2001/ip.git (master)... -Oct 22, 2023 1:21:55 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:38 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/Sasmik23/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:38 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/Sasmik23/ip.git (master)... +Oct 23, 2023 1:16:38 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/garylow2001/ip.git (master)... -Oct 22, 2023 1:21:55 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:39 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/garylow2001/ip.git (master)... -Oct 22, 2023 1:21:55 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:39 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/garylow2001/ip.git (master) completed! -Oct 22, 2023 1:21:55 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:39 AM reposense.report.ReportGenerator analyzeRepos INFO: [434/478] Analyzing https://github.com/leontan2/ip.git (master)... -Oct 22, 2023 1:21:55 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/Sasmik23/ip.git (master)... -Oct 22, 2023 1:21:55 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:39 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/leontan2/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:55 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:39 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/leontan2/ip.git (master)... -Oct 22, 2023 1:21:55 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:39 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/Sasmik23/ip.git (master)... +Oct 23, 2023 1:16:39 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/Sasmik23/ip.git (master)... -Oct 22, 2023 1:21:55 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:39 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/Sasmik23/ip.git (master) completed! -Oct 22, 2023 1:21:55 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:39 AM reposense.report.ReportGenerator analyzeRepos INFO: [435/478] Analyzing https://github.com/wamps-jp/ip.git (master)... -Oct 22, 2023 1:21:55 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:39 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/wamps-jp/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:55 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:39 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/wamps-jp/ip.git (master)... -Oct 22, 2023 1:21:56 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:39 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/leontan2/ip.git (master)... -Oct 22, 2023 1:21:56 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:39 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/leontan2/ip.git (master)... -Oct 22, 2023 1:21:56 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:39 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/leontan2/ip.git (master) completed! -Oct 22, 2023 1:21:56 AM reposense.report.ReportGenerator analyzeRepos -INFO: [436/478] Analyzing https://github.com/jacksonyuan256/ip.git (master)... -Oct 22, 2023 1:21:56 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:39 AM reposense.report.ReportGenerator analyzeRepos +INFO: [436/478] Analyzing https://github.com/dickongwd/ip.git (master)... +Oct 23, 2023 1:16:39 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/dickongwd/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:39 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/dickongwd/ip.git (master)... +Oct 23, 2023 1:16:39 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/wamps-jp/ip.git (master)... -Oct 22, 2023 1:21:56 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/jacksonyuan256/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:56 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/jacksonyuan256/ip.git (master)... -Oct 22, 2023 1:21:56 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:39 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/wamps-jp/ip.git (master)... -Oct 22, 2023 1:21:56 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:39 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/wamps-jp/ip.git (master) completed! -Oct 22, 2023 1:21:56 AM reposense.report.ReportGenerator analyzeRepos -INFO: [437/478] Analyzing https://github.com/dickongwd/ip.git (master)... -Oct 22, 2023 1:21:56 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/dickongwd/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:56 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/dickongwd/ip.git (master)... -Oct 22, 2023 1:21:56 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/jacksonyuan256/ip.git (master)... -Oct 22, 2023 1:21:56 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/jacksonyuan256/ip.git (master)... -Oct 22, 2023 1:21:56 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/jacksonyuan256/ip.git (master) completed! -Oct 22, 2023 1:21:56 AM reposense.report.ReportGenerator analyzeRepos -INFO: [438/478] Analyzing https://github.com/wr1159/ip.git (master)... -Oct 22, 2023 1:21:56 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/wr1159/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:56 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/wr1159/ip.git (master)... -Oct 22, 2023 1:21:56 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:39 AM reposense.report.ReportGenerator analyzeRepos +INFO: [437/478] Analyzing https://github.com/jacksonyuan256/ip.git (master)... +Oct 23, 2023 1:16:39 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/jacksonyuan256/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:39 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/jacksonyuan256/ip.git (master)... +Oct 23, 2023 1:16:39 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/dickongwd/ip.git (master)... -Oct 22, 2023 1:21:56 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:39 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/dickongwd/ip.git (master)... -Oct 22, 2023 1:21:56 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:39 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/dickongwd/ip.git (master) completed! -Oct 22, 2023 1:21:56 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:39 AM reposense.report.ReportGenerator analyzeRepos +INFO: [438/478] Analyzing https://github.com/wr1159/ip.git (master)... +Oct 23, 2023 1:16:39 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/wr1159/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:39 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/wr1159/ip.git (master)... +Oct 23, 2023 1:16:39 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/jacksonyuan256/ip.git (master)... +Oct 23, 2023 1:16:39 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/jacksonyuan256/ip.git (master)... +Oct 23, 2023 1:16:39 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/jacksonyuan256/ip.git (master) completed! +Oct 23, 2023 1:16:39 AM reposense.report.ReportGenerator analyzeRepos INFO: [439/478] Analyzing https://github.com/Nauxe/ip.git (master)... -Oct 22, 2023 1:21:56 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:39 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/Nauxe/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:56 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:39 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/Nauxe/ip.git (master)... -Oct 22, 2023 1:21:56 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:40 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/wr1159/ip.git (master)... -Oct 22, 2023 1:21:56 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:40 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/wr1159/ip.git (master)... -Oct 22, 2023 1:21:56 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:40 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/wr1159/ip.git (master) completed! -Oct 22, 2023 1:21:56 AM reposense.report.ReportGenerator analyzeRepos -INFO: [440/478] Analyzing https://github.com/yyyaohhh/ip.git (master)... -Oct 22, 2023 1:21:56 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/yyyaohhh/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:56 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/yyyaohhh/ip.git (master)... -Oct 22, 2023 1:21:56 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:40 AM reposense.report.ReportGenerator analyzeRepos +INFO: [440/478] Analyzing https://github.com/suryanshkushwaha/ip.git (master)... +Oct 23, 2023 1:16:40 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/suryanshkushwaha/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:40 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/suryanshkushwaha/ip.git (master)... +Oct 23, 2023 1:16:40 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/Nauxe/ip.git (master)... -Oct 22, 2023 1:21:56 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:40 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/Nauxe/ip.git (master)... -Oct 22, 2023 1:21:56 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:40 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/Nauxe/ip.git (master) completed! -Oct 22, 2023 1:21:56 AM reposense.report.ReportGenerator analyzeRepos -INFO: [441/478] Analyzing https://github.com/zhanyang01/ip.git (master)... -Oct 22, 2023 1:21:56 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/zhanyang01/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:56 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/zhanyang01/ip.git (master)... -Oct 22, 2023 1:21:57 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:40 AM reposense.report.ReportGenerator analyzeRepos +INFO: [441/478] Analyzing https://github.com/yyyaohhh/ip.git (master)... +Oct 23, 2023 1:16:40 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/yyyaohhh/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:40 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/yyyaohhh/ip.git (master)... +Oct 23, 2023 1:16:40 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/suryanshkushwaha/ip.git (master)... +Oct 23, 2023 1:16:40 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/yyyaohhh/ip.git (master)... -Oct 22, 2023 1:21:57 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:40 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/suryanshkushwaha/ip.git (master)... +Oct 23, 2023 1:16:40 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/yyyaohhh/ip.git (master)... -Oct 22, 2023 1:21:57 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:40 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/suryanshkushwaha/ip.git (master) completed! +Oct 23, 2023 1:16:40 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/yyyaohhh/ip.git (master) completed! -Oct 22, 2023 1:21:57 AM reposense.report.ReportGenerator analyzeRepos -INFO: [442/478] Analyzing https://github.com/suryanshkushwaha/ip.git (master)... -Oct 22, 2023 1:21:57 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/suryanshkushwaha/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:57 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/suryanshkushwaha/ip.git (master)... -Oct 22, 2023 1:21:57 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/zhanyang01/ip.git (master)... -Oct 22, 2023 1:21:57 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/zhanyang01/ip.git (master)... -Oct 22, 2023 1:21:57 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/zhanyang01/ip.git (master) completed! -Oct 22, 2023 1:21:57 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:40 AM reposense.report.ReportGenerator analyzeRepos +INFO: [442/478] Analyzing https://github.com/zhanyang01/ip.git (master)... +Oct 23, 2023 1:16:40 AM reposense.report.ReportGenerator analyzeRepos INFO: [443/478] Analyzing https://github.com/czhiruo/ip.git (master)... -Oct 22, 2023 1:21:57 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:40 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/zhanyang01/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:40 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/zhanyang01/ip.git (master)... +Oct 23, 2023 1:16:40 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/czhiruo/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:57 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:40 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/czhiruo/ip.git (master)... -Oct 22, 2023 1:21:57 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/suryanshkushwaha/ip.git (master)... -Oct 22, 2023 1:21:57 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/suryanshkushwaha/ip.git (master)... -Oct 22, 2023 1:21:57 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/suryanshkushwaha/ip.git (master) completed! -Oct 22, 2023 1:21:57 AM reposense.report.ReportGenerator analyzeRepos -INFO: [444/478] Analyzing https://github.com/longnguyentan/ip.git (master)... -Oct 22, 2023 1:21:57 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/longnguyentan/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:57 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/longnguyentan/ip.git (master)... -Oct 22, 2023 1:21:57 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:40 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/czhiruo/ip.git (master)... -Oct 22, 2023 1:21:57 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:40 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/czhiruo/ip.git (master)... -Oct 22, 2023 1:21:57 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:40 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/czhiruo/ip.git (master) completed! -Oct 22, 2023 1:21:57 AM reposense.report.ReportGenerator analyzeRepos -INFO: [445/478] Analyzing https://github.com/victorpengmx/ip.git (master)... -Oct 22, 2023 1:21:57 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:40 AM reposense.report.ReportGenerator analyzeRepos +INFO: [444/478] Analyzing https://github.com/victorpengmx/ip.git (master)... +Oct 23, 2023 1:16:40 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/victorpengmx/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:57 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:40 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/victorpengmx/ip.git (master)... -Oct 22, 2023 1:21:57 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/longnguyentan/ip.git (master)... -Oct 22, 2023 1:21:57 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/longnguyentan/ip.git (master)... -Oct 22, 2023 1:21:57 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/longnguyentan/ip.git (master) completed! -Oct 22, 2023 1:21:57 AM reposense.report.ReportGenerator analyzeRepos -INFO: [446/478] Analyzing https://github.com/Cikguseven/ip.git (master)... -Oct 22, 2023 1:21:57 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/Cikguseven/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:57 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/Cikguseven/ip.git (master)... -Oct 22, 2023 1:21:57 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:40 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/zhanyang01/ip.git (master)... +Oct 23, 2023 1:16:40 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/zhanyang01/ip.git (master)... +Oct 23, 2023 1:16:40 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/zhanyang01/ip.git (master) completed! +Oct 23, 2023 1:16:40 AM reposense.report.ReportGenerator analyzeRepos +INFO: [445/478] Analyzing https://github.com/longnguyentan/ip.git (master)... +Oct 23, 2023 1:16:40 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/longnguyentan/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:40 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/longnguyentan/ip.git (master)... +Oct 23, 2023 1:16:41 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/victorpengmx/ip.git (master)... -Oct 22, 2023 1:21:57 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:41 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/victorpengmx/ip.git (master)... -Oct 22, 2023 1:21:57 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:41 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/victorpengmx/ip.git (master) completed! -Oct 22, 2023 1:21:57 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:41 AM reposense.report.ReportGenerator analyzeRepos +INFO: [446/478] Analyzing https://github.com/Cikguseven/ip.git (master)... +Oct 23, 2023 1:16:41 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/Cikguseven/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:41 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/Cikguseven/ip.git (master)... +Oct 23, 2023 1:16:41 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/longnguyentan/ip.git (master)... +Oct 23, 2023 1:16:41 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/longnguyentan/ip.git (master)... +Oct 23, 2023 1:16:41 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/longnguyentan/ip.git (master) completed! +Oct 23, 2023 1:16:41 AM reposense.report.ReportGenerator analyzeRepos INFO: [447/478] Analyzing https://github.com/Eola-Z/ip.git (master)... -Oct 22, 2023 1:21:57 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:41 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/Eola-Z/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:57 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:41 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/Eola-Z/ip.git (master)... -Oct 22, 2023 1:21:58 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/Eola-Z/ip.git (master)... -Oct 22, 2023 1:21:58 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:41 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/Cikguseven/ip.git (master)... -Oct 22, 2023 1:21:58 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/Eola-Z/ip.git (master)... -Oct 22, 2023 1:21:58 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/Eola-Z/ip.git (master) completed! -Oct 22, 2023 1:21:58 AM reposense.report.ReportGenerator analyzeRepos -INFO: [448/478] Analyzing https://github.com/jibtaf/ip.git (master)... -Oct 22, 2023 1:21:58 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:41 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/Cikguseven/ip.git (master)... -Oct 22, 2023 1:21:58 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:41 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/Cikguseven/ip.git (master) completed! -Oct 22, 2023 1:21:58 AM reposense.report.ReportGenerator analyzeRepos -INFO: [449/478] Analyzing https://github.com/lipwei1808/ip.git (master)... -Oct 22, 2023 1:21:58 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/jibtaf/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:58 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/jibtaf/ip.git (master)... -Oct 22, 2023 1:21:58 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:41 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/Eola-Z/ip.git (master)... +Oct 23, 2023 1:16:41 AM reposense.report.ReportGenerator analyzeRepos +INFO: [448/478] Analyzing https://github.com/lipwei1808/ip.git (master)... +Oct 23, 2023 1:16:41 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/Eola-Z/ip.git (master)... +Oct 23, 2023 1:16:41 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/lipwei1808/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:58 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:41 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/lipwei1808/ip.git (master)... -Oct 22, 2023 1:21:58 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:41 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/Eola-Z/ip.git (master) completed! +Oct 23, 2023 1:16:41 AM reposense.report.ReportGenerator analyzeRepos +INFO: [449/478] Analyzing https://github.com/jibtaf/ip.git (master)... +Oct 23, 2023 1:16:41 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/jibtaf/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:41 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/jibtaf/ip.git (master)... +Oct 23, 2023 1:16:41 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/lipwei1808/ip.git (master)... -Oct 22, 2023 1:21:58 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/jibtaf/ip.git (master)... -Oct 22, 2023 1:21:58 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:41 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/lipwei1808/ip.git (master)... -Oct 22, 2023 1:21:58 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:41 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/lipwei1808/ip.git (master) completed! -Oct 22, 2023 1:21:58 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:41 AM reposense.report.ReportGenerator analyzeRepos INFO: [450/478] Analyzing https://github.com/Mohammed-Faizzzz/ip.git (master)... -Oct 22, 2023 1:21:58 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:41 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/Mohammed-Faizzzz/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:41 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/Mohammed-Faizzzz/ip.git (master)... +Oct 23, 2023 1:16:41 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/jibtaf/ip.git (master)... +Oct 23, 2023 1:16:41 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/jibtaf/ip.git (master)... -Oct 22, 2023 1:21:58 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:41 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/jibtaf/ip.git (master) completed! -Oct 22, 2023 1:21:58 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:41 AM reposense.report.ReportGenerator analyzeRepos INFO: [451/478] Analyzing https://github.com/dylkaw/ip.git (master)... -Oct 22, 2023 1:21:58 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/Mohammed-Faizzzz/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:58 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/Mohammed-Faizzzz/ip.git (master)... -Oct 22, 2023 1:21:58 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:41 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/dylkaw/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:58 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:41 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/dylkaw/ip.git (master)... -Oct 22, 2023 1:21:58 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:42 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/dylkaw/ip.git (master)... -Oct 22, 2023 1:21:58 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:42 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/Mohammed-Faizzzz/ip.git (master)... +Oct 23, 2023 1:16:42 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/dylkaw/ip.git (master)... -Oct 22, 2023 1:21:58 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:42 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/dylkaw/ip.git (master) completed! -Oct 22, 2023 1:21:58 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:42 AM reposense.report.ReportGenerator analyzeRepos INFO: [452/478] Analyzing https://github.com/nikele2001/ip.git (master)... -Oct 22, 2023 1:21:58 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:42 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/nikele2001/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:58 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:42 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/nikele2001/ip.git (master)... -Oct 22, 2023 1:21:58 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/Mohammed-Faizzzz/ip.git (master)... -Oct 22, 2023 1:21:58 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:42 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/Mohammed-Faizzzz/ip.git (master)... -Oct 22, 2023 1:21:58 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:42 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/Mohammed-Faizzzz/ip.git (master) completed! -Oct 22, 2023 1:21:58 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:42 AM reposense.report.ReportGenerator analyzeRepos INFO: [453/478] Analyzing https://github.com/DeltonCheng/ip.git (master)... -Oct 22, 2023 1:21:58 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:42 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/DeltonCheng/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:58 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:42 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/DeltonCheng/ip.git (master)... -Oct 22, 2023 1:21:59 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:42 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/DeltonCheng/ip.git (master)... -Oct 22, 2023 1:21:59 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:42 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/DeltonCheng/ip.git (master)... -Oct 22, 2023 1:21:59 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:42 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/DeltonCheng/ip.git (master) completed! -Oct 22, 2023 1:21:59 AM reposense.report.ReportGenerator analyzeRepos -INFO: [454/478] Analyzing https://github.com/craigtonlian/ip.git (master)... -Oct 22, 2023 1:21:59 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:42 AM reposense.report.ReportGenerator analyzeRepos +INFO: [454/478] Analyzing https://github.com/ChangruHenryQian/ip.git (master)... +Oct 23, 2023 1:16:42 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/ChangruHenryQian/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:42 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/ChangruHenryQian/ip.git (master)... +Oct 23, 2023 1:16:42 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/nikele2001/ip.git (master)... -Oct 22, 2023 1:21:59 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/craigtonlian/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:59 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/craigtonlian/ip.git (master)... -Oct 22, 2023 1:21:59 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:42 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/nikele2001/ip.git (master)... -Oct 22, 2023 1:21:59 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:42 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/nikele2001/ip.git (master) completed! -Oct 22, 2023 1:21:59 AM reposense.report.ReportGenerator analyzeRepos -INFO: [455/478] Analyzing https://github.com/ChangruHenryQian/ip.git (master)... -Oct 22, 2023 1:21:59 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/ChangruHenryQian/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:59 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/ChangruHenryQian/ip.git (master)... -Oct 22, 2023 1:21:59 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:42 AM reposense.report.ReportGenerator analyzeRepos +INFO: [455/478] Analyzing https://github.com/craigtonlian/ip.git (master)... +Oct 23, 2023 1:16:42 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/craigtonlian/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:42 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/craigtonlian/ip.git (master)... +Oct 23, 2023 1:16:42 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/ChangruHenryQian/ip.git (master)... -Oct 22, 2023 1:21:59 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:42 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/ChangruHenryQian/ip.git (master)... -Oct 22, 2023 1:21:59 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:42 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/ChangruHenryQian/ip.git (master) completed! -Oct 22, 2023 1:21:59 AM reposense.report.ReportGenerator analyzeRepos -INFO: [456/478] Analyzing https://github.com/iantsaii/ip.git (master)... -Oct 22, 2023 1:21:59 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/iantsaii/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:59 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/iantsaii/ip.git (master)... -Oct 22, 2023 1:21:59 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:42 AM reposense.report.ReportGenerator analyzeRepos +INFO: [456/478] Analyzing https://github.com/ruo-x/ip.git (master)... +Oct 23, 2023 1:16:42 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/ruo-x/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:42 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/ruo-x/ip.git (master)... +Oct 23, 2023 1:16:42 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/craigtonlian/ip.git (master)... -Oct 22, 2023 1:21:59 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:42 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/craigtonlian/ip.git (master)... -Oct 22, 2023 1:21:59 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:42 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/craigtonlian/ip.git (master) completed! -Oct 22, 2023 1:21:59 AM reposense.report.ReportGenerator analyzeRepos -INFO: [457/478] Analyzing https://github.com/wjacobw/ip.git (master)... -Oct 22, 2023 1:21:59 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/wjacobw/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:59 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/wjacobw/ip.git (master)... -Oct 22, 2023 1:21:59 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:42 AM reposense.report.ReportGenerator analyzeRepos +INFO: [457/478] Analyzing https://github.com/iantsaii/ip.git (master)... +Oct 23, 2023 1:16:43 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/iantsaii/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:43 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/iantsaii/ip.git (master)... +Oct 23, 2023 1:16:43 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/iantsaii/ip.git (master)... -Oct 22, 2023 1:21:59 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:43 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/iantsaii/ip.git (master)... -Oct 22, 2023 1:21:59 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/wjacobw/ip.git (master)... -Oct 22, 2023 1:21:59 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:43 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/iantsaii/ip.git (master) completed! -Oct 22, 2023 1:21:59 AM reposense.report.ReportGenerator analyzeRepos -INFO: [458/478] Analyzing https://github.com/ruo-x/ip.git (master)... -Oct 22, 2023 1:21:59 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/wjacobw/ip.git (master)... -Oct 22, 2023 1:21:59 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/wjacobw/ip.git (master) completed! -Oct 22, 2023 1:21:59 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:43 AM reposense.report.ReportGenerator analyzeRepos +INFO: [458/478] Analyzing https://github.com/wjacobw/ip.git (master)... +Oct 23, 2023 1:16:43 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/wjacobw/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:43 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/wjacobw/ip.git (master)... +Oct 23, 2023 1:16:43 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/ruo-x/ip.git (master)... +Oct 23, 2023 1:16:43 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/ruo-x/ip.git (master)... +Oct 23, 2023 1:16:43 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/ruo-x/ip.git (master) completed! +Oct 23, 2023 1:16:43 AM reposense.report.ReportGenerator analyzeRepos INFO: [459/478] Analyzing https://github.com/angkyakdifp/ip.git (master)... -Oct 22, 2023 1:21:59 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:43 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/angkyakdifp/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:59 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:43 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/angkyakdifp/ip.git (master)... -Oct 22, 2023 1:21:59 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/ruo-x/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:21:59 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/ruo-x/ip.git (master)... -Oct 22, 2023 1:22:00 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/angkyakdifp/ip.git (master)... -Oct 22, 2023 1:22:00 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/angkyakdifp/ip.git (master)... -Oct 22, 2023 1:22:00 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/angkyakdifp/ip.git (master) completed! -Oct 22, 2023 1:22:00 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:43 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/wjacobw/ip.git (master)... +Oct 23, 2023 1:16:43 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/wjacobw/ip.git (master)... +Oct 23, 2023 1:16:43 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/wjacobw/ip.git (master) completed! +Oct 23, 2023 1:16:43 AM reposense.report.ReportGenerator analyzeRepos INFO: [460/478] Analyzing https://github.com/brein62/ip.git (master)... -Oct 22, 2023 1:22:00 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:43 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/brein62/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:22:00 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:43 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/brein62/ip.git (master)... -Oct 22, 2023 1:22:00 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/ruo-x/ip.git (master)... -Oct 22, 2023 1:22:00 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/ruo-x/ip.git (master)... -Oct 22, 2023 1:22:00 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/ruo-x/ip.git (master) completed! -Oct 22, 2023 1:22:00 AM reposense.report.ReportGenerator analyzeRepos -INFO: [461/478] Analyzing https://github.com/Bryan-Goh/ip.git (master)... -Oct 22, 2023 1:22:00 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/Bryan-Goh/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:22:00 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/Bryan-Goh/ip.git (master)... -Oct 22, 2023 1:22:00 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:43 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/angkyakdifp/ip.git (master)... +Oct 23, 2023 1:16:43 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/angkyakdifp/ip.git (master)... +Oct 23, 2023 1:16:43 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/angkyakdifp/ip.git (master) completed! +Oct 23, 2023 1:16:43 AM reposense.report.ReportGenerator analyzeRepos +INFO: [461/478] Analyzing https://github.com/nicrandomlee/ip.git (master)... +Oct 23, 2023 1:16:43 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/nicrandomlee/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:43 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/nicrandomlee/ip.git (master)... +Oct 23, 2023 1:16:44 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/brein62/ip.git (master)... -Oct 22, 2023 1:22:00 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:44 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/brein62/ip.git (master)... -Oct 22, 2023 1:22:00 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:44 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/brein62/ip.git (master) completed! -Oct 22, 2023 1:22:00 AM reposense.report.ReportGenerator analyzeRepos -INFO: [462/478] Analyzing https://github.com/nicrandomlee/ip.git (master)... -Oct 22, 2023 1:22:00 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/nicrandomlee/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:22:00 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/nicrandomlee/ip.git (master)... -Oct 22, 2023 1:22:00 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/Bryan-Goh/ip.git (master)... -Oct 22, 2023 1:22:00 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/Bryan-Goh/ip.git (master)... -Oct 22, 2023 1:22:00 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/Bryan-Goh/ip.git (master) completed! -Oct 22, 2023 1:22:00 AM reposense.report.ReportGenerator analyzeRepos -INFO: [463/478] Analyzing https://github.com/kiatkat/ip.git (master)... -Oct 22, 2023 1:22:00 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/kiatkat/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:22:00 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/kiatkat/ip.git (master)... -Oct 22, 2023 1:22:01 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:44 AM reposense.report.ReportGenerator analyzeRepos +INFO: [462/478] Analyzing https://github.com/Bryan-Goh/ip.git (master)... +Oct 23, 2023 1:16:44 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/nicrandomlee/ip.git (master)... -Oct 22, 2023 1:22:01 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:44 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/Bryan-Goh/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:44 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/Bryan-Goh/ip.git (master)... +Oct 23, 2023 1:16:44 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/nicrandomlee/ip.git (master)... -Oct 22, 2023 1:22:01 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:44 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/nicrandomlee/ip.git (master) completed! -Oct 22, 2023 1:22:01 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:44 AM reposense.report.ReportGenerator analyzeRepos +INFO: [463/478] Analyzing https://github.com/kiatkat/ip.git (master)... +Oct 23, 2023 1:16:44 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/kiatkat/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:44 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/kiatkat/ip.git (master)... +Oct 23, 2023 1:16:44 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/Bryan-Goh/ip.git (master)... +Oct 23, 2023 1:16:44 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/Bryan-Goh/ip.git (master)... +Oct 23, 2023 1:16:44 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/Bryan-Goh/ip.git (master) completed! +Oct 23, 2023 1:16:44 AM reposense.report.ReportGenerator analyzeRepos INFO: [464/478] Analyzing https://github.com/MadLamprey/ip.git (master)... -Oct 22, 2023 1:22:01 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/kiatkat/ip.git (master)... -Oct 22, 2023 1:22:01 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:44 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/MadLamprey/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:22:01 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:44 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/MadLamprey/ip.git (master)... -Oct 22, 2023 1:22:01 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:44 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/kiatkat/ip.git (master)... +Oct 23, 2023 1:16:44 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/kiatkat/ip.git (master)... -Oct 22, 2023 1:22:01 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:44 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/kiatkat/ip.git (master) completed! -Oct 22, 2023 1:22:01 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:44 AM reposense.report.ReportGenerator analyzeRepos INFO: [465/478] Analyzing https://github.com/xyT-T/ip.git (master)... -Oct 22, 2023 1:22:01 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:44 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/xyT-T/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:22:01 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:44 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/xyT-T/ip.git (master)... -Oct 22, 2023 1:22:01 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:45 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/MadLamprey/ip.git (master)... -Oct 22, 2023 1:22:01 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:45 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/MadLamprey/ip.git (master)... -Oct 22, 2023 1:22:01 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:45 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/MadLamprey/ip.git (master) completed! -Oct 22, 2023 1:22:01 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:45 AM reposense.report.ReportGenerator analyzeRepos INFO: [466/478] Analyzing https://github.com/lululwtv/ip.git (master)... -Oct 22, 2023 1:22:01 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:45 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/xyT-T/ip.git (master)... -Oct 22, 2023 1:22:01 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:45 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/xyT-T/ip.git (master)... -Oct 22, 2023 1:22:01 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:45 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/xyT-T/ip.git (master) completed! -Oct 22, 2023 1:22:01 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:45 AM reposense.report.ReportGenerator analyzeRepos INFO: [467/478] Analyzing https://github.com/jiakai-17/ip.git (master)... -Oct 22, 2023 1:22:01 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:45 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/jiakai-17/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:22:01 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:45 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/jiakai-17/ip.git (master)... -Oct 22, 2023 1:22:01 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:45 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/lululwtv/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:22:01 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:45 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/lululwtv/ip.git (master)... -Oct 22, 2023 1:22:01 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:45 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/jiakai-17/ip.git (master)... -Oct 22, 2023 1:22:01 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:45 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/jiakai-17/ip.git (master)... -Oct 22, 2023 1:22:01 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:45 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/jiakai-17/ip.git (master) completed! -Oct 22, 2023 1:22:02 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:45 AM reposense.report.ReportGenerator analyzeRepos INFO: [468/478] Analyzing https://github.com/nreHieW/ip.git (master)... -Oct 22, 2023 1:22:02 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:45 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/nreHieW/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:22:02 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:45 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/nreHieW/ip.git (master)... -Oct 22, 2023 1:22:02 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:45 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/nreHieW/ip.git (master)... -Oct 22, 2023 1:22:02 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:45 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/nreHieW/ip.git (master)... -Oct 22, 2023 1:22:02 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:45 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/nreHieW/ip.git (master) completed! -Oct 22, 2023 1:22:02 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:45 AM reposense.report.ReportGenerator analyzeRepos INFO: [469/478] Analyzing https://github.com/nathanielcalimag/ip.git (master)... -Oct 22, 2023 1:22:02 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:46 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/nathanielcalimag/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:22:02 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:46 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/nathanielcalimag/ip.git (master)... -Oct 22, 2023 1:22:02 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:46 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/nathanielcalimag/ip.git (master)... -Oct 22, 2023 1:22:02 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:46 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/nathanielcalimag/ip.git (master)... -Oct 22, 2023 1:22:02 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:46 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/nathanielcalimag/ip.git (master) completed! -Oct 22, 2023 1:22:02 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:46 AM reposense.report.ReportGenerator analyzeRepos INFO: [470/478] Analyzing https://github.com/Saezenn/ip.git (master)... -Oct 22, 2023 1:22:02 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:46 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/Saezenn/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:22:02 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:46 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/Saezenn/ip.git (master)... -Oct 22, 2023 1:22:02 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:46 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/Saezenn/ip.git (master)... -Oct 22, 2023 1:22:02 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:46 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/Saezenn/ip.git (master)... -Oct 22, 2023 1:22:02 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:46 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/Saezenn/ip.git (master) completed! -Oct 22, 2023 1:22:02 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:46 AM reposense.report.ReportGenerator analyzeRepos INFO: [471/478] Analyzing https://github.com/jellywaiyan/ip.git (master)... -Oct 22, 2023 1:22:02 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:46 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/jellywaiyan/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:22:02 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:46 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/jellywaiyan/ip.git (master)... -Oct 22, 2023 1:22:03 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/lululwtv/ip.git (master)... -Oct 22, 2023 1:22:03 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/lululwtv/ip.git (master)... -Oct 22, 2023 1:22:03 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/lululwtv/ip.git (master) completed! -Oct 22, 2023 1:22:03 AM reposense.report.ReportGenerator analyzeRepos -INFO: [472/478] Analyzing https://github.com/marquestye/ip.git (master)... -Oct 22, 2023 1:22:03 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/marquestye/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:22:03 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/marquestye/ip.git (master)... -Oct 22, 2023 1:22:03 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:46 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/jellywaiyan/ip.git (master)... -Oct 22, 2023 1:22:03 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:46 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/jellywaiyan/ip.git (master)... -Oct 22, 2023 1:22:03 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:46 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/jellywaiyan/ip.git (master) completed! -Oct 22, 2023 1:22:03 AM reposense.report.ReportGenerator analyzeRepos -INFO: [473/478] Analyzing https://github.com/Tang-Moyan/ip.git (master)... -Oct 22, 2023 1:22:03 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/Tang-Moyan/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:22:03 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/Tang-Moyan/ip.git (master)... -Oct 22, 2023 1:22:03 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:46 AM reposense.report.ReportGenerator analyzeRepos +INFO: [472/478] Analyzing https://github.com/marquestye/ip.git (master)... +Oct 23, 2023 1:16:47 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/marquestye/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:47 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/marquestye/ip.git (master)... +Oct 23, 2023 1:16:47 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/marquestye/ip.git (master)... -Oct 22, 2023 1:22:03 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:47 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/marquestye/ip.git (master)... -Oct 22, 2023 1:22:03 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:47 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/marquestye/ip.git (master) completed! -Oct 22, 2023 1:22:03 AM reposense.report.ReportGenerator analyzeRepos -INFO: [474/478] Analyzing https://github.com/DonovanJJ/ip.git (master)... -Oct 22, 2023 1:22:03 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:47 AM reposense.report.ReportGenerator analyzeRepos +INFO: [473/478] Analyzing https://github.com/DonovanJJ/ip.git (master)... +Oct 23, 2023 1:16:47 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/DonovanJJ/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:22:03 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:47 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/DonovanJJ/ip.git (master)... -Oct 22, 2023 1:22:03 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/Tang-Moyan/ip.git (master)... -Oct 22, 2023 1:22:03 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/Tang-Moyan/ip.git (master)... -Oct 22, 2023 1:22:03 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/Tang-Moyan/ip.git (master) completed! -Oct 22, 2023 1:22:03 AM reposense.report.ReportGenerator analyzeRepos -INFO: [475/478] Analyzing https://github.com/Sebtey/ip.git (master)... -Oct 22, 2023 1:22:03 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/Sebtey/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:22:03 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/Sebtey/ip.git (master)... -Oct 22, 2023 1:22:03 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:47 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/lululwtv/ip.git (master)... +Oct 23, 2023 1:16:47 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/DonovanJJ/ip.git (master)... -Oct 22, 2023 1:22:03 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:47 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/DonovanJJ/ip.git (master)... -Oct 22, 2023 1:22:03 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:47 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/DonovanJJ/ip.git (master) completed! -Oct 22, 2023 1:22:03 AM reposense.report.ReportGenerator analyzeRepos -INFO: [476/478] Analyzing https://github.com/tyouwei/ip.git (master)... -Oct 22, 2023 1:22:03 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/tyouwei/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:22:03 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/tyouwei/ip.git (master)... -Oct 22, 2023 1:22:03 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:47 AM reposense.report.ReportGenerator analyzeRepos +INFO: [474/478] Analyzing https://github.com/Tang-Moyan/ip.git (master)... +Oct 23, 2023 1:16:47 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/Tang-Moyan/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:47 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/Tang-Moyan/ip.git (master)... +Oct 23, 2023 1:16:47 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/lululwtv/ip.git (master)... +Oct 23, 2023 1:16:47 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/lululwtv/ip.git (master) completed! +Oct 23, 2023 1:16:47 AM reposense.report.ReportGenerator analyzeRepos +INFO: [475/478] Analyzing https://github.com/Sebtey/ip.git (master)... +Oct 23, 2023 1:16:47 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/Sebtey/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:47 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/Sebtey/ip.git (master)... +Oct 23, 2023 1:16:47 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/Tang-Moyan/ip.git (master)... +Oct 23, 2023 1:16:47 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/Tang-Moyan/ip.git (master)... +Oct 23, 2023 1:16:47 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/Tang-Moyan/ip.git (master) completed! +Oct 23, 2023 1:16:47 AM reposense.report.ReportGenerator analyzeRepos +INFO: [476/478] Analyzing https://github.com/rionshocker/ip.git (master)... +Oct 23, 2023 1:16:47 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/rionshocker/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:47 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/rionshocker/ip.git (master)... +Oct 23, 2023 1:16:48 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/Sebtey/ip.git (master)... -Oct 22, 2023 1:22:03 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:48 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/Sebtey/ip.git (master)... -Oct 22, 2023 1:22:04 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:48 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/Sebtey/ip.git (master) completed! -Oct 22, 2023 1:22:04 AM reposense.report.ReportGenerator analyzeRepos +Oct 23, 2023 1:16:48 AM reposense.report.ReportGenerator analyzeRepos INFO: [477/478] Analyzing https://github.com/Blizzeracz/ip.git (master)... -Oct 22, 2023 1:22:04 AM reposense.report.ReportGenerator updateRepoConfig +Oct 23, 2023 1:16:48 AM reposense.report.ReportGenerator updateRepoConfig INFO: https://github.com/Blizzeracz/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:22:04 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +Oct 23, 2023 1:16:48 AM reposense.authorship.FileInfoExtractor extractTextFileInfos INFO: Extracting relevant file info from https://github.com/Blizzeracz/ip.git (master)... -Oct 22, 2023 1:22:04 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/tyouwei/ip.git (master)... -Oct 22, 2023 1:22:04 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/tyouwei/ip.git (master)... -Oct 22, 2023 1:22:04 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/tyouwei/ip.git (master) completed! -Oct 22, 2023 1:22:04 AM reposense.report.ReportGenerator analyzeRepos -INFO: [478/478] Analyzing https://github.com/rionshocker/ip.git (master)... -Oct 22, 2023 1:22:04 AM reposense.report.ReportGenerator updateRepoConfig -INFO: https://github.com/rionshocker/ip.git (master) does not contain a standalone config file. -Oct 22, 2023 1:22:04 AM reposense.authorship.FileInfoExtractor extractTextFileInfos -INFO: Extracting relevant file info from https://github.com/rionshocker/ip.git (master)... -Oct 22, 2023 1:22:04 AM reposense.commits.CommitInfoExtractor extractCommitInfos -INFO: Extracting commits info for https://github.com/Blizzeracz/ip.git (master)... -Oct 22, 2023 1:22:04 AM reposense.commits.CommitInfoAnalyzer analyzeCommits -INFO: Analyzing commits info for https://github.com/Blizzeracz/ip.git (master)... -Oct 22, 2023 1:22:04 AM reposense.report.ReportGenerator analyzeRepo -INFO: Analysis of https://github.com/Blizzeracz/ip.git (master) completed! -Oct 22, 2023 1:22:04 AM reposense.commits.CommitInfoExtractor extractCommitInfos +Oct 23, 2023 1:16:48 AM reposense.commits.CommitInfoExtractor extractCommitInfos INFO: Extracting commits info for https://github.com/rionshocker/ip.git (master)... -Oct 22, 2023 1:22:04 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +Oct 23, 2023 1:16:48 AM reposense.commits.CommitInfoAnalyzer analyzeCommits INFO: Analyzing commits info for https://github.com/rionshocker/ip.git (master)... -Oct 22, 2023 1:22:04 AM reposense.report.ReportGenerator analyzeRepo +Oct 23, 2023 1:16:48 AM reposense.report.ReportGenerator analyzeRepo INFO: Analysis of https://github.com/rionshocker/ip.git (master) completed! -Oct 22, 2023 1:22:04 AM reposense.report.ReportGenerator generateReposReport +Oct 23, 2023 1:16:48 AM reposense.report.ReportGenerator analyzeRepos +INFO: [478/478] Analyzing https://github.com/tyouwei/ip.git (master)... +Oct 23, 2023 1:16:48 AM reposense.report.ReportGenerator updateRepoConfig +INFO: https://github.com/tyouwei/ip.git (master) does not contain a standalone config file. +Oct 23, 2023 1:16:48 AM reposense.authorship.FileInfoExtractor extractTextFileInfos +INFO: Extracting relevant file info from https://github.com/tyouwei/ip.git (master)... +Oct 23, 2023 1:16:48 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/Blizzeracz/ip.git (master)... +Oct 23, 2023 1:16:48 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/Blizzeracz/ip.git (master)... +Oct 23, 2023 1:16:48 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/Blizzeracz/ip.git (master) completed! +Oct 23, 2023 1:16:48 AM reposense.commits.CommitInfoExtractor extractCommitInfos +INFO: Extracting commits info for https://github.com/tyouwei/ip.git (master)... +Oct 23, 2023 1:16:48 AM reposense.commits.CommitInfoAnalyzer analyzeCommits +INFO: Analyzing commits info for https://github.com/tyouwei/ip.git (master)... +Oct 23, 2023 1:16:48 AM reposense.report.ReportGenerator analyzeRepo +INFO: Analysis of https://github.com/tyouwei/ip.git (master) completed! +Oct 23, 2023 1:16:48 AM reposense.report.ReportGenerator generateReposReport INFO: The report is generated at /home/runner/work/ip-dashboard/ip-dashboard/reposense-report -Oct 22, 2023 1:22:06 AM reposense.RepoSense main -INFO: Elapsed processing time: 2 minute(s) 24.68 second(s) +Oct 23, 2023 1:16:50 AM reposense.RepoSense main +INFO: Elapsed processing time: 2 minute(s) 28.80 second(s) diff --git a/summary.json b/summary.json index 26eb13d2..902b6da4 100644 --- a/summary.json +++ b/summary.json @@ -1 +1 @@ -{"repoSenseVersion":"0c4045d4f4","reportGeneratedTime":"Sun Oct 22 09:19:43 2023 UTC+08:00","reportGenerationTime":" 2 minute(s) 22.64 second(s)","zoneId":"UTC+08:00","reportTitle":"CS2103 iP Code Dashboard","repos":[{"location":{"location":"https://github.com/remuslum/ip.git","repoName":"ip","organization":"remuslum","domainName":"github"},"branch":"master","displayName":"remuslum/ip[master]","outputFolderName":"remuslum_ip_master"},{"location":{"location":"https://github.com/elhy1999/ip.git","repoName":"ip","organization":"elhy1999","domainName":"github"},"branch":"master","displayName":"elhy1999/ip[master]","outputFolderName":"elhy1999_ip_master"},{"location":{"location":"https://github.com/XihuaZ/ip.git","repoName":"ip","organization":"XihuaZ","domainName":"github"},"branch":"master","displayName":"XihuaZ/ip[master]","outputFolderName":"XihuaZ_ip_master"},{"location":{"location":"https://github.com/bwangpj/ip.git","repoName":"ip","organization":"bwangpj","domainName":"github"},"branch":"master","displayName":"bwangpj/ip[master]","outputFolderName":"bwangpj_ip_master"},{"location":{"location":"https://github.com/shuenj/ip.git","repoName":"ip","organization":"shuenj","domainName":"github"},"branch":"master","displayName":"shuenj/ip[master]","outputFolderName":"shuenj_ip_master"},{"location":{"location":"https://github.com/SungMatt/ip.git","repoName":"ip","organization":"SungMatt","domainName":"github"},"branch":"master","displayName":"SungMatt/ip[master]","outputFolderName":"SungMatt_ip_master"},{"location":{"location":"https://github.com/junhonglow/ip.git","repoName":"ip","organization":"junhonglow","domainName":"github"},"branch":"master","displayName":"junhonglow/ip[master]","outputFolderName":"junhonglow_ip_master"},{"location":{"location":"https://github.com/xavierpok/ip.git","repoName":"ip","organization":"xavierpok","domainName":"github"},"branch":"master","displayName":"xavierpok/ip[master]","outputFolderName":"xavierpok_ip_master"},{"location":{"location":"https://github.com/marcellaantania/ip.git","repoName":"ip","organization":"marcellaantania","domainName":"github"},"branch":"master","displayName":"marcellaantania/ip[master]","outputFolderName":"marcellaantania_ip_master"},{"location":{"location":"https://github.com/starrylight99/ip.git","repoName":"ip","organization":"starrylight99","domainName":"github"},"branch":"master","displayName":"starrylight99/ip[master]","outputFolderName":"starrylight99_ip_master"},{"location":{"location":"https://github.com/leezhanpeng/ip.git","repoName":"ip","organization":"leezhanpeng","domainName":"github"},"branch":"master","displayName":"leezhanpeng/ip[master]","outputFolderName":"leezhanpeng_ip_master"},{"location":{"location":"https://github.com/sheryew/ip.git","repoName":"ip","organization":"sheryew","domainName":"github"},"branch":"master","displayName":"sheryew/ip[master]","outputFolderName":"sheryew_ip_master"},{"location":{"location":"https://github.com/lihongguang00/ip.git","repoName":"ip","organization":"lihongguang00","domainName":"github"},"branch":"master","displayName":"lihongguang00/ip[master]","outputFolderName":"lihongguang00_ip_master"},{"location":{"location":"https://github.com/nicrandomlee/ip.git","repoName":"ip","organization":"nicrandomlee","domainName":"github"},"branch":"master","displayName":"nicrandomlee/ip[master]","outputFolderName":"nicrandomlee_ip_master"},{"location":{"location":"https://github.com/LuahJunYang/ip.git","repoName":"ip","organization":"LuahJunYang","domainName":"github"},"branch":"master","displayName":"LuahJunYang/ip[master]","outputFolderName":"LuahJunYang_ip_master"},{"location":{"location":"https://github.com/s-peiran/ip.git","repoName":"ip","organization":"s-peiran","domainName":"github"},"branch":"master","displayName":"s-peiran/ip[master]","outputFolderName":"s-peiran_ip_master"},{"location":{"location":"https://github.com/aarontxz/ip.git","repoName":"ip","organization":"aarontxz","domainName":"github"},"branch":"master","displayName":"aarontxz/ip[master]","outputFolderName":"aarontxz_ip_master"},{"location":{"location":"https://github.com/chiayunrong/ip.git","repoName":"ip","organization":"chiayunrong","domainName":"github"},"branch":"master","displayName":"chiayunrong/ip[master]","outputFolderName":"chiayunrong_ip_master"},{"location":{"location":"https://github.com/nixonwidjaja/ip.git","repoName":"ip","organization":"nixonwidjaja","domainName":"github"},"branch":"master","displayName":"nixonwidjaja/ip[master]","outputFolderName":"nixonwidjaja_ip_master"},{"location":{"location":"https://github.com/imkwokyong/ip.git","repoName":"ip","organization":"imkwokyong","domainName":"github"},"branch":"master","displayName":"imkwokyong/ip[master]","outputFolderName":"imkwokyong_ip_master"},{"location":{"location":"https://github.com/mamayuan/ip.git","repoName":"ip","organization":"mamayuan","domainName":"github"},"branch":"master","displayName":"mamayuan/ip[master]","outputFolderName":"mamayuan_ip_master"},{"location":{"location":"https://github.com/geoffong11/ip.git","repoName":"ip","organization":"geoffong11","domainName":"github"},"branch":"master","displayName":"geoffong11/ip[master]","outputFolderName":"geoffong11_ip_master"},{"location":{"location":"https://github.com/vivienherq/ip.git","repoName":"ip","organization":"vivienherq","domainName":"github"},"branch":"master","displayName":"vivienherq/ip[master]","outputFolderName":"vivienherq_ip_master"},{"location":{"location":"https://github.com/johnnythesnake12/ip.git","repoName":"ip","organization":"johnnythesnake12","domainName":"github"},"branch":"master","displayName":"johnnythesnake12/ip[master]","outputFolderName":"johnnythesnake12_ip_master"},{"location":{"location":"https://github.com/Cloud7050/ip.git","repoName":"ip","organization":"Cloud7050","domainName":"github"},"branch":"master","displayName":"Cloud7050/ip[master]","outputFolderName":"Cloud7050_ip_master"},{"location":{"location":"https://github.com/jonyeokj/ip.git","repoName":"ip","organization":"jonyeokj","domainName":"github"},"branch":"master","displayName":"jonyeokj/ip[master]","outputFolderName":"jonyeokj_ip_master"},{"location":{"location":"https://github.com/lipwei1808/ip.git","repoName":"ip","organization":"lipwei1808","domainName":"github"},"branch":"master","displayName":"lipwei1808/ip[master]","outputFolderName":"lipwei1808_ip_master"},{"location":{"location":"https://github.com/zhanyang01/ip.git","repoName":"ip","organization":"zhanyang01","domainName":"github"},"branch":"master","displayName":"zhanyang01/ip[master]","outputFolderName":"zhanyang01_ip_master"},{"location":{"location":"https://github.com/EricXiong420/ip.git","repoName":"ip","organization":"EricXiong420","domainName":"github"},"branch":"master","displayName":"EricXiong420/ip[master]","outputFolderName":"EricXiong420_ip_master"},{"location":{"location":"https://github.com/sp4ce-cowboy/ip.git","repoName":"ip","organization":"sp4ce-cowboy","domainName":"github"},"branch":"master","displayName":"sp4ce-cowboy/ip[master]","outputFolderName":"sp4ce-cowboy_ip_master"},{"location":{"location":"https://github.com/ktzy0305/ip.git","repoName":"ip","organization":"ktzy0305","domainName":"github"},"branch":"master","displayName":"ktzy0305/ip[master]","outputFolderName":"ktzy0305_ip_master"},{"location":{"location":"https://github.com/dom-buri/ip.git","repoName":"ip","organization":"dom-buri","domainName":"github"},"branch":"master","displayName":"dom-buri/ip[master]","outputFolderName":"dom-buri_ip_master"},{"location":{"location":"https://github.com/rayshawntan/ip.git","repoName":"ip","organization":"rayshawntan","domainName":"github"},"branch":"master","displayName":"rayshawntan/ip[master]","outputFolderName":"rayshawntan_ip_master"},{"location":{"location":"https://github.com/Seonlo99/ip.git","repoName":"ip","organization":"Seonlo99","domainName":"github"},"branch":"master","displayName":"Seonlo99/ip[master]","outputFolderName":"Seonlo99_ip_master"},{"location":{"location":"https://github.com/woojiahao/ip.git","repoName":"ip","organization":"woojiahao","domainName":"github"},"branch":"master","displayName":"woojiahao/ip[master]","outputFolderName":"woojiahao_ip_master"},{"location":{"location":"https://github.com/Angelyxx/ip.git","repoName":"ip","organization":"Angelyxx","domainName":"github"},"branch":"master","displayName":"Angelyxx/ip[master]","outputFolderName":"Angelyxx_ip_master"},{"location":{"location":"https://github.com/jamz903/ip.git","repoName":"ip","organization":"jamz903","domainName":"github"},"branch":"master","displayName":"jamz903/ip[master]","outputFolderName":"jamz903_ip_master"},{"location":{"location":"https://github.com/Fallman2/ip.git","repoName":"ip","organization":"Fallman2","domainName":"github"},"branch":"master","displayName":"Fallman2/ip[master]","outputFolderName":"Fallman2_ip_master"},{"location":{"location":"https://github.com/jacobcuison/ip.git","repoName":"ip","organization":"jacobcuison","domainName":"github"},"branch":"master","displayName":"jacobcuison/ip[master]","outputFolderName":"jacobcuison_ip_master"},{"location":{"location":"https://github.com/kenvynKwek/ip.git","repoName":"ip","organization":"kenvynKwek","domainName":"github"},"branch":"master","displayName":"kenvynKwek/ip[master]","outputFolderName":"kenvynKwek_ip_master"},{"location":{"location":"https://github.com/kokrui/ip.git","repoName":"ip","organization":"kokrui","domainName":"github"},"branch":"master","displayName":"kokrui/ip[master]","outputFolderName":"kokrui_ip_master"},{"location":{"location":"https://github.com/ncmathan/ip.git","repoName":"ip","organization":"ncmathan","domainName":"github"},"branch":"master","displayName":"ncmathan/ip[master]","outputFolderName":"ncmathan_ip_master"},{"location":{"location":"https://github.com/xCOLOURx/ip.git","repoName":"ip","organization":"xCOLOURx","domainName":"github"},"branch":"master","displayName":"xCOLOURx/ip[master]","outputFolderName":"xCOLOURx_ip_master"},{"location":{"location":"https://github.com/zhyuhan/ip.git","repoName":"ip","organization":"zhyuhan","domainName":"github"},"branch":"master","displayName":"zhyuhan/ip[master]","outputFolderName":"zhyuhan_ip_master"},{"location":{"location":"https://github.com/chuababyy/ip.git","repoName":"ip","organization":"chuababyy","domainName":"github"},"branch":"master","displayName":"chuababyy/ip[master]","outputFolderName":"chuababyy_ip_master"},{"location":{"location":"https://github.com/rocketninja7/ip.git","repoName":"ip","organization":"rocketninja7","domainName":"github"},"branch":"master","displayName":"rocketninja7/ip[master]","outputFolderName":"rocketninja7_ip_master"},{"location":{"location":"https://github.com/marquestye/ip.git","repoName":"ip","organization":"marquestye","domainName":"github"},"branch":"master","displayName":"marquestye/ip[master]","outputFolderName":"marquestye_ip_master"},{"location":{"location":"https://github.com/ruiyangzh/ip.git","repoName":"ip","organization":"ruiyangzh","domainName":"github"},"branch":"master","displayName":"ruiyangzh/ip[master]","outputFolderName":"ruiyangzh_ip_master"},{"location":{"location":"https://github.com/derekjxtan/ip.git","repoName":"ip","organization":"derekjxtan","domainName":"github"},"branch":"master","displayName":"derekjxtan/ip[master]","outputFolderName":"derekjxtan_ip_master"},{"location":{"location":"https://github.com/mounilsankar/ip.git","repoName":"ip","organization":"mounilsankar","domainName":"github"},"branch":"master","displayName":"mounilsankar/ip[master]","outputFolderName":"mounilsankar_ip_master"},{"location":{"location":"https://github.com/wj331/ip.git","repoName":"ip","organization":"wj331","domainName":"github"},"branch":"master","displayName":"wj331/ip[master]","outputFolderName":"wj331_ip_master"},{"location":{"location":"https://github.com/JasonLCY-Temp/ip.git","repoName":"ip","organization":"JasonLCY-Temp","domainName":"github"},"branch":"master","displayName":"JasonLCY-Temp/ip[master]","outputFolderName":"JasonLCY-Temp_ip_master"},{"location":{"location":"https://github.com/lawruixi/ip.git","repoName":"ip","organization":"lawruixi","domainName":"github"},"branch":"master","displayName":"lawruixi/ip[master]","outputFolderName":"lawruixi_ip_master"},{"location":{"location":"https://github.com/wxwern/ip.git","repoName":"ip","organization":"wxwern","domainName":"github"},"branch":"master","displayName":"wxwern/ip[master]","outputFolderName":"wxwern_ip_master"},{"location":{"location":"https://github.com/zekone/ip.git","repoName":"ip","organization":"zekone","domainName":"github"},"branch":"master","displayName":"zekone/ip[master]","outputFolderName":"zekone_ip_master"},{"location":{"location":"https://github.com/wamps-jp/ip.git","repoName":"ip","organization":"wamps-jp","domainName":"github"},"branch":"master","displayName":"wamps-jp/ip[master]","outputFolderName":"wamps-jp_ip_master"},{"location":{"location":"https://github.com/saltedfishxx/ip.git","repoName":"ip","organization":"saltedfishxx","domainName":"github"},"branch":"master","displayName":"saltedfishxx/ip[master]","outputFolderName":"saltedfishxx_ip_master"},{"location":{"location":"https://github.com/winson8222/ip.git","repoName":"ip","organization":"winson8222","domainName":"github"},"branch":"master","displayName":"winson8222/ip[master]","outputFolderName":"winson8222_ip_master"},{"location":{"location":"https://github.com/brandon-nam/ip.git","repoName":"ip","organization":"brandon-nam","domainName":"github"},"branch":"master","displayName":"brandon-nam/ip[master]","outputFolderName":"brandon-nam_ip_master"},{"location":{"location":"https://github.com/p-xp/ip.git","repoName":"ip","organization":"p-xp","domainName":"github"},"branch":"master","displayName":"p-xp/ip[master]","outputFolderName":"p-xp_ip_master"},{"location":{"location":"https://github.com/WeeMingQing/ip.git","repoName":"ip","organization":"WeeMingQing","domainName":"github"},"branch":"master","displayName":"WeeMingQing/ip[master]","outputFolderName":"WeeMingQing_ip_master"},{"location":{"location":"https://github.com/ScarletBlanks/ip.git","repoName":"ip","organization":"ScarletBlanks","domainName":"github"},"branch":"master","displayName":"ScarletBlanks/ip[master]","outputFolderName":"ScarletBlanks_ip_master"},{"location":{"location":"https://github.com/seraphimstreets/ip.git","repoName":"ip","organization":"seraphimstreets","domainName":"github"},"branch":"master","displayName":"seraphimstreets/ip[master]","outputFolderName":"seraphimstreets_ip_master"},{"location":{"location":"https://github.com/devanshubisht/ip.git","repoName":"ip","organization":"devanshubisht","domainName":"github"},"branch":"master","displayName":"devanshubisht/ip[master]","outputFolderName":"devanshubisht_ip_master"},{"location":{"location":"https://github.com/Zjinnnn/ip.git","repoName":"ip","organization":"Zjinnnn","domainName":"github"},"branch":"master","displayName":"Zjinnnn/ip[master]","outputFolderName":"Zjinnnn_ip_master"},{"location":{"location":"https://github.com/brendanneojw/ip.git","repoName":"ip","organization":"brendanneojw","domainName":"github"},"branch":"master","displayName":"brendanneojw/ip[master]","outputFolderName":"brendanneojw_ip_master"},{"location":{"location":"https://github.com/aexolate/ip.git","repoName":"ip","organization":"aexolate","domainName":"github"},"branch":"master","displayName":"aexolate/ip[master]","outputFolderName":"aexolate_ip_master"},{"location":{"location":"https://github.com/techjay-c/ip.git","repoName":"ip","organization":"techjay-c","domainName":"github"},"branch":"master","displayName":"techjay-c/ip[master]","outputFolderName":"techjay-c_ip_master"},{"location":{"location":"https://github.com/SynapseProgramming/ip.git","repoName":"ip","organization":"SynapseProgramming","domainName":"github"},"branch":"master","displayName":"SynapseProgramming/ip[master]","outputFolderName":"SynapseProgramming_ip_master"},{"location":{"location":"https://github.com/TyrusLye/ip.git","repoName":"ip","organization":"TyrusLye","domainName":"github"},"branch":"master","displayName":"TyrusLye/ip[master]","outputFolderName":"TyrusLye_ip_master"},{"location":{"location":"https://github.com/RB9823/ip.git","repoName":"ip","organization":"RB9823","domainName":"github"},"branch":"master","displayName":"RB9823/ip[master]","outputFolderName":"RB9823_ip_master"},{"location":{"location":"https://github.com/jean-cq/ip.git","repoName":"ip","organization":"jean-cq","domainName":"github"},"branch":"master","displayName":"jean-cq/ip[master]","outputFolderName":"jean-cq_ip_master"},{"location":{"location":"https://github.com/Bearypop/ip.git","repoName":"ip","organization":"Bearypop","domainName":"github"},"branch":"master","displayName":"Bearypop/ip[master]","outputFolderName":"Bearypop_ip_master"},{"location":{"location":"https://github.com/andytoh1/ip.git","repoName":"ip","organization":"andytoh1","domainName":"github"},"branch":"master","displayName":"andytoh1/ip[master]","outputFolderName":"andytoh1_ip_master"},{"location":{"location":"https://github.com/siqirua/ip.git","repoName":"ip","organization":"siqirua","domainName":"github"},"branch":"master","displayName":"siqirua/ip[master]","outputFolderName":"siqirua_ip_master"},{"location":{"location":"https://github.com/amosting/ip.git","repoName":"ip","organization":"amosting","domainName":"github"},"branch":"master","displayName":"amosting/ip[master]","outputFolderName":"amosting_ip_master"},{"location":{"location":"https://github.com/JizhuoChen/ip.git","repoName":"ip","organization":"JizhuoChen","domainName":"github"},"branch":"master","displayName":"JizhuoChen/ip[master]","outputFolderName":"JizhuoChen_ip_master"},{"location":{"location":"https://github.com/Tang-Moyan/ip.git","repoName":"ip","organization":"Tang-Moyan","domainName":"github"},"branch":"master","displayName":"Tang-Moyan/ip[master]","outputFolderName":"Tang-Moyan_ip_master"},{"location":{"location":"https://github.com/aliciamichellew/ip.git","repoName":"ip","organization":"aliciamichellew","domainName":"github"},"branch":"master","displayName":"aliciamichellew/ip[master]","outputFolderName":"aliciamichellew_ip_master"},{"location":{"location":"https://github.com/KamiliArsyad/ip.git","repoName":"ip","organization":"KamiliArsyad","domainName":"github"},"branch":"master","displayName":"KamiliArsyad/ip[master]","outputFolderName":"KamiliArsyad_ip_master"},{"location":{"location":"https://github.com/dishenggg/ip.git","repoName":"ip","organization":"dishenggg","domainName":"github"},"branch":"master","displayName":"dishenggg/ip[master]","outputFolderName":"dishenggg_ip_master"},{"location":{"location":"https://github.com/Nixx162/ip.git","repoName":"ip","organization":"Nixx162","domainName":"github"},"branch":"master","displayName":"Nixx162/ip[master]","outputFolderName":"Nixx162_ip_master"},{"location":{"location":"https://github.com/Leb14/ip.git","repoName":"ip","organization":"Leb14","domainName":"github"},"branch":"master","displayName":"Leb14/ip[master]","outputFolderName":"Leb14_ip_master"},{"location":{"location":"https://github.com/Heran9/ip.git","repoName":"ip","organization":"Heran9","domainName":"github"},"branch":"master","displayName":"Heran9/ip[master]","outputFolderName":"Heran9_ip_master"},{"location":{"location":"https://github.com/FerdiHS/ip.git","repoName":"ip","organization":"FerdiHS","domainName":"github"},"branch":"master","displayName":"FerdiHS/ip[master]","outputFolderName":"FerdiHS_ip_master"},{"location":{"location":"https://github.com/StevenLiudw/ip.git","repoName":"ip","organization":"StevenLiudw","domainName":"github"},"branch":"master","displayName":"StevenLiudw/ip[master]","outputFolderName":"StevenLiudw_ip_master"},{"location":{"location":"https://github.com/InfiBeyond/ip.git","repoName":"ip","organization":"InfiBeyond","domainName":"github"},"branch":"master","displayName":"InfiBeyond/ip[master]","outputFolderName":"InfiBeyond_ip_master"},{"location":{"location":"https://github.com/s0ngyang/ip.git","repoName":"ip","organization":"s0ngyang","domainName":"github"},"branch":"master","displayName":"s0ngyang/ip[master]","outputFolderName":"s0ngyang_ip_master"},{"location":{"location":"https://github.com/ivyy-poison/ip.git","repoName":"ip","organization":"ivyy-poison","domainName":"github"},"branch":"master","displayName":"ivyy-poison/ip[master]","outputFolderName":"ivyy-poison_ip_master"},{"location":{"location":"https://github.com/yytan25/ip.git","repoName":"ip","organization":"yytan25","domainName":"github"},"branch":"master","displayName":"yytan25/ip[master]","outputFolderName":"yytan25_ip_master"},{"location":{"location":"https://github.com/tjch-o/ip.git","repoName":"ip","organization":"tjch-o","domainName":"github"},"branch":"master","displayName":"tjch-o/ip[master]","outputFolderName":"tjch-o_ip_master"},{"location":{"location":"https://github.com/jedkohjk/ip.git","repoName":"ip","organization":"jedkohjk","domainName":"github"},"branch":"master","displayName":"jedkohjk/ip[master]","outputFolderName":"jedkohjk_ip_master"},{"location":{"location":"https://github.com/raynertjx/ip.git","repoName":"ip","organization":"raynertjx","domainName":"github"},"branch":"master","displayName":"raynertjx/ip[master]","outputFolderName":"raynertjx_ip_master"},{"location":{"location":"https://github.com/cmHuang777/ip.git","repoName":"ip","organization":"cmHuang777","domainName":"github"},"branch":"master","displayName":"cmHuang777/ip[master]","outputFolderName":"cmHuang777_ip_master"},{"location":{"location":"https://github.com/wui-hong/ip.git","repoName":"ip","organization":"wui-hong","domainName":"github"},"branch":"master","displayName":"wui-hong/ip[master]","outputFolderName":"wui-hong_ip_master"},{"location":{"location":"https://github.com/PohSayKeong/ip.git","repoName":"ip","organization":"PohSayKeong","domainName":"github"},"branch":"master","displayName":"PohSayKeong/ip[master]","outputFolderName":"PohSayKeong_ip_master"},{"location":{"location":"https://github.com/lsyurea/ip.git","repoName":"ip","organization":"lsyurea","domainName":"github"},"branch":"master","displayName":"lsyurea/ip[master]","outputFolderName":"lsyurea_ip_master"},{"location":{"location":"https://github.com/ong-wei-hong/ip.git","repoName":"ip","organization":"ong-wei-hong","domainName":"github"},"branch":"master","displayName":"ong-wei-hong/ip[master]","outputFolderName":"ong-wei-hong_ip_master"},{"location":{"location":"https://github.com/asdfghjkxd/ip.git","repoName":"ip","organization":"asdfghjkxd","domainName":"github"},"branch":"master","displayName":"asdfghjkxd/ip[master]","outputFolderName":"asdfghjkxd_ip_master"},{"location":{"location":"https://github.com/GSgiansen/ip.git","repoName":"ip","organization":"GSgiansen","domainName":"github"},"branch":"master","displayName":"GSgiansen/ip[master]","outputFolderName":"GSgiansen_ip_master"},{"location":{"location":"https://github.com/syamfarh/ip.git","repoName":"ip","organization":"syamfarh","domainName":"github"},"branch":"master","displayName":"syamfarh/ip[master]","outputFolderName":"syamfarh_ip_master"},{"location":{"location":"https://github.com/PetrichorPrecipice/ip.git","repoName":"ip","organization":"PetrichorPrecipice","domainName":"github"},"branch":"master","displayName":"PetrichorPrecipice/ip[master]","outputFolderName":"PetrichorPrecipice_ip_master"},{"location":{"location":"https://github.com/ngeeyonglim/ip.git","repoName":"ip","organization":"ngeeyonglim","domainName":"github"},"branch":"master","displayName":"ngeeyonglim/ip[master]","outputFolderName":"ngeeyonglim_ip_master"},{"location":{"location":"https://github.com/ivanleekk/ip.git","repoName":"ip","organization":"ivanleekk","domainName":"github"},"branch":"master","displayName":"ivanleekk/ip[master]","outputFolderName":"ivanleekk_ip_master"},{"location":{"location":"https://github.com/ryanozx/ip.git","repoName":"ip","organization":"ryanozx","domainName":"github"},"branch":"master","displayName":"ryanozx/ip[master]","outputFolderName":"ryanozx_ip_master"},{"location":{"location":"https://github.com/Jweewee/ip.git","repoName":"ip","organization":"Jweewee","domainName":"github"},"branch":"master","displayName":"Jweewee/ip[master]","outputFolderName":"Jweewee_ip_master"},{"location":{"location":"https://github.com/supermii2/ip.git","repoName":"ip","organization":"supermii2","domainName":"github"},"branch":"master","displayName":"supermii2/ip[master]","outputFolderName":"supermii2_ip_master"},{"location":{"location":"https://github.com/bkjwjason/ip.git","repoName":"ip","organization":"bkjwjason","domainName":"github"},"branch":"master","displayName":"bkjwjason/ip[master]","outputFolderName":"bkjwjason_ip_master"},{"location":{"location":"https://github.com/Sasmik23/ip.git","repoName":"ip","organization":"Sasmik23","domainName":"github"},"branch":"master","displayName":"Sasmik23/ip[master]","outputFolderName":"Sasmik23_ip_master"},{"location":{"location":"https://github.com/nathanielcalimag/ip.git","repoName":"ip","organization":"nathanielcalimag","domainName":"github"},"branch":"master","displayName":"nathanielcalimag/ip[master]","outputFolderName":"nathanielcalimag_ip_master"},{"location":{"location":"https://github.com/AlagappanRa/ip.git","repoName":"ip","organization":"AlagappanRa","domainName":"github"},"branch":"master","displayName":"AlagappanRa/ip[master]","outputFolderName":"AlagappanRa_ip_master"},{"location":{"location":"https://github.com/McNaBry/ip.git","repoName":"ip","organization":"McNaBry","domainName":"github"},"branch":"master","displayName":"McNaBry/ip[master]","outputFolderName":"McNaBry_ip_master"},{"location":{"location":"https://github.com/phiphi-tan/ip.git","repoName":"ip","organization":"phiphi-tan","domainName":"github"},"branch":"master","displayName":"phiphi-tan/ip[master]","outputFolderName":"phiphi-tan_ip_master"},{"location":{"location":"https://github.com/LicongHuang/ip.git","repoName":"ip","organization":"LicongHuang","domainName":"github"},"branch":"master","displayName":"LicongHuang/ip[master]","outputFolderName":"LicongHuang_ip_master"},{"location":{"location":"https://github.com/tanshiyu1999/ip.git","repoName":"ip","organization":"tanshiyu1999","domainName":"github"},"branch":"master","displayName":"tanshiyu1999/ip[master]","outputFolderName":"tanshiyu1999_ip_master"},{"location":{"location":"https://github.com/raydenlim/ip.git","repoName":"ip","organization":"raydenlim","domainName":"github"},"branch":"master","displayName":"raydenlim/ip[master]","outputFolderName":"raydenlim_ip_master"},{"location":{"location":"https://github.com/jianyangg/ip.git","repoName":"ip","organization":"jianyangg","domainName":"github"},"branch":"master","displayName":"jianyangg/ip[master]","outputFolderName":"jianyangg_ip_master"},{"location":{"location":"https://github.com/rionshocker/ip.git","repoName":"ip","organization":"rionshocker","domainName":"github"},"branch":"master","displayName":"rionshocker/ip[master]","outputFolderName":"rionshocker_ip_master"},{"location":{"location":"https://github.com/conradsoon/ip.git","repoName":"ip","organization":"conradsoon","domainName":"github"},"branch":"master","displayName":"conradsoon/ip[master]","outputFolderName":"conradsoon_ip_master"},{"location":{"location":"https://github.com/Jonyxzx/ip.git","repoName":"ip","organization":"Jonyxzx","domainName":"github"},"branch":"master","displayName":"Jonyxzx/ip[master]","outputFolderName":"Jonyxzx_ip_master"},{"location":{"location":"https://github.com/euchangxian/ip.git","repoName":"ip","organization":"euchangxian","domainName":"github"},"branch":"master","displayName":"euchangxian/ip[master]","outputFolderName":"euchangxian_ip_master"},{"location":{"location":"https://github.com/teoks0199/ip.git","repoName":"ip","organization":"teoks0199","domainName":"github"},"branch":"master","displayName":"teoks0199/ip[master]","outputFolderName":"teoks0199_ip_master"},{"location":{"location":"https://github.com/HollaG/ip.git","repoName":"ip","organization":"HollaG","domainName":"github"},"branch":"master","displayName":"HollaG/ip[master]","outputFolderName":"HollaG_ip_master"},{"location":{"location":"https://github.com/leezhengjing/ip.git","repoName":"ip","organization":"leezhengjing","domainName":"github"},"branch":"master","displayName":"leezhengjing/ip[master]","outputFolderName":"leezhengjing_ip_master"},{"location":{"location":"https://github.com/timleow/ip.git","repoName":"ip","organization":"timleow","domainName":"github"},"branch":"master","displayName":"timleow/ip[master]","outputFolderName":"timleow_ip_master"},{"location":{"location":"https://github.com/jacksonyuan256/ip.git","repoName":"ip","organization":"jacksonyuan256","domainName":"github"},"branch":"master","displayName":"jacksonyuan256/ip[master]","outputFolderName":"jacksonyuan256_ip_master"},{"location":{"location":"https://github.com/victorlaiyeeteng/ip.git","repoName":"ip","organization":"victorlaiyeeteng","domainName":"github"},"branch":"master","displayName":"victorlaiyeeteng/ip[master]","outputFolderName":"victorlaiyeeteng_ip_master"},{"location":{"location":"https://github.com/prawnzyy/ip.git","repoName":"ip","organization":"prawnzyy","domainName":"github"},"branch":"master","displayName":"prawnzyy/ip[master]","outputFolderName":"prawnzyy_ip_master"},{"location":{"location":"https://github.com/ryanongwx/ip.git","repoName":"ip","organization":"ryanongwx","domainName":"github"},"branch":"master","displayName":"ryanongwx/ip[master]","outputFolderName":"ryanongwx_ip_master"},{"location":{"location":"https://github.com/tohpinren/ip.git","repoName":"ip","organization":"tohpinren","domainName":"github"},"branch":"master","displayName":"tohpinren/ip[master]","outputFolderName":"tohpinren_ip_master"},{"location":{"location":"https://github.com/DeltonCheng/ip.git","repoName":"ip","organization":"DeltonCheng","domainName":"github"},"branch":"master","displayName":"DeltonCheng/ip[master]","outputFolderName":"DeltonCheng_ip_master"},{"location":{"location":"https://github.com/leontan2/ip.git","repoName":"ip","organization":"leontan2","domainName":"github"},"branch":"master","displayName":"leontan2/ip[master]","outputFolderName":"leontan2_ip_master"},{"location":{"location":"https://github.com/alvinlim277/ip.git","repoName":"ip","organization":"alvinlim277","domainName":"github"},"branch":"master","displayName":"alvinlim277/ip[master]","outputFolderName":"alvinlim277_ip_master"},{"location":{"location":"https://github.com/lshaoqin/ip.git","repoName":"ip","organization":"lshaoqin","domainName":"github"},"branch":"master","displayName":"lshaoqin/ip[master]","outputFolderName":"lshaoqin_ip_master"},{"location":{"location":"https://github.com/ChongWeiJie29/ip.git","repoName":"ip","organization":"ChongWeiJie29","domainName":"github"},"branch":"master","displayName":"ChongWeiJie29/ip[master]","outputFolderName":"ChongWeiJie29_ip_master"},{"location":{"location":"https://github.com/zhonghan721/ip.git","repoName":"ip","organization":"zhonghan721","domainName":"github"},"branch":"master","displayName":"zhonghan721/ip[master]","outputFolderName":"zhonghan721_ip_master"},{"location":{"location":"https://github.com/teozhengyang/ip.git","repoName":"ip","organization":"teozhengyang","domainName":"github"},"branch":"master","displayName":"teozhengyang/ip[master]","outputFolderName":"teozhengyang_ip_master"},{"location":{"location":"https://github.com/garylow2001/ip.git","repoName":"ip","organization":"garylow2001","domainName":"github"},"branch":"master","displayName":"garylow2001/ip[master]","outputFolderName":"garylow2001_ip_master"},{"location":{"location":"https://github.com/Cleon2/ip.git","repoName":"ip","organization":"Cleon2","domainName":"github"},"branch":"master","displayName":"Cleon2/ip[master]","outputFolderName":"Cleon2_ip_master"},{"location":{"location":"https://github.com/limzhenwy/ip.git","repoName":"ip","organization":"limzhenwy","domainName":"github"},"branch":"master","displayName":"limzhenwy/ip[master]","outputFolderName":"limzhenwy_ip_master"},{"location":{"location":"https://github.com/ItsTYtan/ip.git","repoName":"ip","organization":"ItsTYtan","domainName":"github"},"branch":"master","displayName":"ItsTYtan/ip[master]","outputFolderName":"ItsTYtan_ip_master"},{"location":{"location":"https://github.com/owenyeo/ip.git","repoName":"ip","organization":"owenyeo","domainName":"github"},"branch":"master","displayName":"owenyeo/ip[master]","outputFolderName":"owenyeo_ip_master"},{"location":{"location":"https://github.com/jonasongg/ip.git","repoName":"ip","organization":"jonasongg","domainName":"github"},"branch":"master","displayName":"jonasongg/ip[master]","outputFolderName":"jonasongg_ip_master"},{"location":{"location":"https://github.com/Ruizhi2001/ip.git","repoName":"ip","organization":"Ruizhi2001","domainName":"github"},"branch":"master","displayName":"Ruizhi2001/ip[master]","outputFolderName":"Ruizhi2001_ip_master"},{"location":{"location":"https://github.com/Dioclei/ip.git","repoName":"ip","organization":"Dioclei","domainName":"github"},"branch":"master","displayName":"Dioclei/ip[master]","outputFolderName":"Dioclei_ip_master"},{"location":{"location":"https://github.com/bobscodedump/ip.git","repoName":"ip","organization":"bobscodedump","domainName":"github"},"branch":"master","displayName":"bobscodedump/ip[master]","outputFolderName":"bobscodedump_ip_master"},{"location":{"location":"https://github.com/andrefoo/ip.git","repoName":"ip","organization":"andrefoo","domainName":"github"},"branch":"master","displayName":"andrefoo/ip[master]","outputFolderName":"andrefoo_ip_master"},{"location":{"location":"https://github.com/Bombbird2001/ip.git","repoName":"ip","organization":"Bombbird2001","domainName":"github"},"branch":"master","displayName":"Bombbird2001/ip[master]","outputFolderName":"Bombbird2001_ip_master"},{"location":{"location":"https://github.com/chewjh1234/ip.git","repoName":"ip","organization":"chewjh1234","domainName":"github"},"branch":"master","displayName":"chewjh1234/ip[master]","outputFolderName":"chewjh1234_ip_master"},{"location":{"location":"https://github.com/dloh2236/ip.git","repoName":"ip","organization":"dloh2236","domainName":"github"},"branch":"master","displayName":"dloh2236/ip[master]","outputFolderName":"dloh2236_ip_master"},{"location":{"location":"https://github.com/chew01/ip.git","repoName":"ip","organization":"chew01","domainName":"github"},"branch":"master","displayName":"chew01/ip[master]","outputFolderName":"chew01_ip_master"},{"location":{"location":"https://github.com/trgao/ip.git","repoName":"ip","organization":"trgao","domainName":"github"},"branch":"master","displayName":"trgao/ip[master]","outputFolderName":"trgao_ip_master"},{"location":{"location":"https://github.com/richiehx/ip.git","repoName":"ip","organization":"richiehx","domainName":"github"},"branch":"master","displayName":"richiehx/ip[master]","outputFolderName":"richiehx_ip_master"},{"location":{"location":"https://github.com/LoMaply/ip.git","repoName":"ip","organization":"LoMaply","domainName":"github"},"branch":"master","displayName":"LoMaply/ip[master]","outputFolderName":"LoMaply_ip_master"},{"location":{"location":"https://github.com/Originalidk/ip.git","repoName":"ip","organization":"Originalidk","domainName":"github"},"branch":"master","displayName":"Originalidk/ip[master]","outputFolderName":"Originalidk_ip_master"},{"location":{"location":"https://github.com/kiatkat/ip.git","repoName":"ip","organization":"kiatkat","domainName":"github"},"branch":"master","displayName":"kiatkat/ip[master]","outputFolderName":"kiatkat_ip_master"},{"location":{"location":"https://github.com/juliusgambe/ip.git","repoName":"ip","organization":"juliusgambe","domainName":"github"},"branch":"master","displayName":"juliusgambe/ip[master]","outputFolderName":"juliusgambe_ip_master"},{"location":{"location":"https://github.com/jiakai-17/ip.git","repoName":"ip","organization":"jiakai-17","domainName":"github"},"branch":"master","displayName":"jiakai-17/ip[master]","outputFolderName":"jiakai-17_ip_master"},{"location":{"location":"https://github.com/nikele2001/ip.git","repoName":"ip","organization":"nikele2001","domainName":"github"},"branch":"master","displayName":"nikele2001/ip[master]","outputFolderName":"nikele2001_ip_master"},{"location":{"location":"https://github.com/jylow/ip.git","repoName":"ip","organization":"jylow","domainName":"github"},"branch":"master","displayName":"jylow/ip[master]","outputFolderName":"jylow_ip_master"},{"location":{"location":"https://github.com/jx124/ip.git","repoName":"ip","organization":"jx124","domainName":"github"},"branch":"master","displayName":"jx124/ip[master]","outputFolderName":"jx124_ip_master"},{"location":{"location":"https://github.com/Kb-Tay/ip.git","repoName":"ip","organization":"Kb-Tay","domainName":"github"},"branch":"master","displayName":"Kb-Tay/ip[master]","outputFolderName":"Kb-Tay_ip_master"},{"location":{"location":"https://github.com/jinyuan0425/ip.git","repoName":"ip","organization":"jinyuan0425","domainName":"github"},"branch":"master","displayName":"jinyuan0425/ip[master]","outputFolderName":"jinyuan0425_ip_master"},{"location":{"location":"https://github.com/darrentfy/ip.git","repoName":"ip","organization":"darrentfy","domainName":"github"},"branch":"master","displayName":"darrentfy/ip[master]","outputFolderName":"darrentfy_ip_master"},{"location":{"location":"https://github.com/HEEaZ/ip.git","repoName":"ip","organization":"HEEaZ","domainName":"github"},"branch":"master","displayName":"HEEaZ/ip[master]","outputFolderName":"HEEaZ_ip_master"},{"location":{"location":"https://github.com/ji-just-ji/ip.git","repoName":"ip","organization":"ji-just-ji","domainName":"github"},"branch":"master","displayName":"ji-just-ji/ip[master]","outputFolderName":"ji-just-ji_ip_master"},{"location":{"location":"https://github.com/simbayippy/ip.git","repoName":"ip","organization":"simbayippy","domainName":"github"},"branch":"master","displayName":"simbayippy/ip[master]","outputFolderName":"simbayippy_ip_master"},{"location":{"location":"https://github.com/teozern1/ip.git","repoName":"ip","organization":"teozern1","domainName":"github"},"branch":"master","displayName":"teozern1/ip[master]","outputFolderName":"teozern1_ip_master"},{"location":{"location":"https://github.com/brein62/ip.git","repoName":"ip","organization":"brein62","domainName":"github"},"branch":"master","displayName":"brein62/ip[master]","outputFolderName":"brein62_ip_master"},{"location":{"location":"https://github.com/awhb/ip.git","repoName":"ip","organization":"awhb","domainName":"github"},"branch":"master","displayName":"awhb/ip[master]","outputFolderName":"awhb_ip_master"},{"location":{"location":"https://github.com/Mahidharah/ip.git","repoName":"ip","organization":"Mahidharah","domainName":"github"},"branch":"master","displayName":"Mahidharah/ip[master]","outputFolderName":"Mahidharah_ip_master"},{"location":{"location":"https://github.com/timetraveller-123/ip.git","repoName":"ip","organization":"timetraveller-123","domainName":"github"},"branch":"master","displayName":"timetraveller-123/ip[master]","outputFolderName":"timetraveller-123_ip_master"},{"location":{"location":"https://github.com/ElginTZM/ip.git","repoName":"ip","organization":"ElginTZM","domainName":"github"},"branch":"master","displayName":"ElginTZM/ip[master]","outputFolderName":"ElginTZM_ip_master"},{"location":{"location":"https://github.com/ryamgoh/ip.git","repoName":"ip","organization":"ryamgoh","domainName":"github"},"branch":"master","displayName":"ryamgoh/ip[master]","outputFolderName":"ryamgoh_ip_master"},{"location":{"location":"https://github.com/Blizzeracz/ip.git","repoName":"ip","organization":"Blizzeracz","domainName":"github"},"branch":"master","displayName":"Blizzeracz/ip[master]","outputFolderName":"Blizzeracz_ip_master"},{"location":{"location":"https://github.com/kiwibang/ip.git","repoName":"ip","organization":"kiwibang","domainName":"github"},"branch":"master","displayName":"kiwibang/ip[master]","outputFolderName":"kiwibang_ip_master"},{"location":{"location":"https://github.com/redtailedfox/ip.git","repoName":"ip","organization":"redtailedfox","domainName":"github"},"branch":"master","displayName":"redtailedfox/ip[master]","outputFolderName":"redtailedfox_ip_master"},{"location":{"location":"https://github.com/lamchenghou/ip.git","repoName":"ip","organization":"lamchenghou","domainName":"github"},"branch":"master","displayName":"lamchenghou/ip[master]","outputFolderName":"lamchenghou_ip_master"},{"location":{"location":"https://github.com/gongg21/ip.git","repoName":"ip","organization":"gongg21","domainName":"github"},"branch":"master","displayName":"gongg21/ip[master]","outputFolderName":"gongg21_ip_master"},{"location":{"location":"https://github.com/CJ-Lee01/ip.git","repoName":"ip","organization":"CJ-Lee01","domainName":"github"},"branch":"master","displayName":"CJ-Lee01/ip[master]","outputFolderName":"CJ-Lee01_ip_master"},{"location":{"location":"https://github.com/Sheeepen/ip.git","repoName":"ip","organization":"Sheeepen","domainName":"github"},"branch":"master","displayName":"Sheeepen/ip[master]","outputFolderName":"Sheeepen_ip_master"},{"location":{"location":"https://github.com/AaronJT1/ip.git","repoName":"ip","organization":"AaronJT1","domainName":"github"},"branch":"master","displayName":"AaronJT1/ip[master]","outputFolderName":"AaronJT1_ip_master"},{"location":{"location":"https://github.com/Respirayson/ip.git","repoName":"ip","organization":"Respirayson","domainName":"github"},"branch":"master","displayName":"Respirayson/ip[master]","outputFolderName":"Respirayson_ip_master"},{"location":{"location":"https://github.com/dickongwd/ip.git","repoName":"ip","organization":"dickongwd","domainName":"github"},"branch":"master","displayName":"dickongwd/ip[master]","outputFolderName":"dickongwd_ip_master"},{"location":{"location":"https://github.com/nicholascher/ip.git","repoName":"ip","organization":"nicholascher","domainName":"github"},"branch":"master","displayName":"nicholascher/ip[master]","outputFolderName":"nicholascher_ip_master"},{"location":{"location":"https://github.com/et-irl/ip.git","repoName":"ip","organization":"et-irl","domainName":"github"},"branch":"master","displayName":"et-irl/ip[master]","outputFolderName":"et-irl_ip_master"},{"location":{"location":"https://github.com/aslam341/ip.git","repoName":"ip","organization":"aslam341","domainName":"github"},"branch":"master","displayName":"aslam341/ip[master]","outputFolderName":"aslam341_ip_master"},{"location":{"location":"https://github.com/seantehds/ip.git","repoName":"ip","organization":"seantehds","domainName":"github"},"branch":"master","displayName":"seantehds/ip[master]","outputFolderName":"seantehds_ip_master"},{"location":{"location":"https://github.com/jianrong7/ip.git","repoName":"ip","organization":"jianrong7","domainName":"github"},"branch":"master","displayName":"jianrong7/ip[master]","outputFolderName":"jianrong7_ip_master"},{"location":{"location":"https://github.com/TeeRenJing/ip.git","repoName":"ip","organization":"TeeRenJing","domainName":"github"},"branch":"master","displayName":"TeeRenJing/ip[master]","outputFolderName":"TeeRenJing_ip_master"},{"location":{"location":"https://github.com/RoeReRe/ip.git","repoName":"ip","organization":"RoeReRe","domainName":"github"},"branch":"master","displayName":"RoeReRe/ip[master]","outputFolderName":"RoeReRe_ip_master"},{"location":{"location":"https://github.com/zsh-eng/ip.git","repoName":"ip","organization":"zsh-eng","domainName":"github"},"branch":"master","displayName":"zsh-eng/ip[master]","outputFolderName":"zsh-eng_ip_master"},{"location":{"location":"https://github.com/seanpzk/ip.git","repoName":"ip","organization":"seanpzk","domainName":"github"},"branch":"master","displayName":"seanpzk/ip[master]","outputFolderName":"seanpzk_ip_master"},{"location":{"location":"https://github.com/quzhetao01/ip.git","repoName":"ip","organization":"quzhetao01","domainName":"github"},"branch":"master","displayName":"quzhetao01/ip[master]","outputFolderName":"quzhetao01_ip_master"},{"location":{"location":"https://github.com/joel-foo/ip.git","repoName":"ip","organization":"joel-foo","domainName":"github"},"branch":"master","displayName":"joel-foo/ip[master]","outputFolderName":"joel-foo_ip_master"},{"location":{"location":"https://github.com/markgcera/ip.git","repoName":"ip","organization":"markgcera","domainName":"github"},"branch":"master","displayName":"markgcera/ip[master]","outputFolderName":"markgcera_ip_master"},{"location":{"location":"https://github.com/dylkaw/ip.git","repoName":"ip","organization":"dylkaw","domainName":"github"},"branch":"master","displayName":"dylkaw/ip[master]","outputFolderName":"dylkaw_ip_master"},{"location":{"location":"https://github.com/SelwynAng/ip.git","repoName":"ip","organization":"SelwynAng","domainName":"github"},"branch":"master","displayName":"SelwynAng/ip[master]","outputFolderName":"SelwynAng_ip_master"},{"location":{"location":"https://github.com/jinyang628/ip.git","repoName":"ip","organization":"jinyang628","domainName":"github"},"branch":"master","displayName":"jinyang628/ip[master]","outputFolderName":"jinyang628_ip_master"},{"location":{"location":"https://github.com/matochichap/ip.git","repoName":"ip","organization":"matochichap","domainName":"github"},"branch":"master","displayName":"matochichap/ip[master]","outputFolderName":"matochichap_ip_master"},{"location":{"location":"https://github.com/sk2001git/ip.git","repoName":"ip","organization":"sk2001git","domainName":"github"},"branch":"master","displayName":"sk2001git/ip[master]","outputFolderName":"sk2001git_ip_master"},{"location":{"location":"https://github.com/jason-raiin/ip.git","repoName":"ip","organization":"jason-raiin","domainName":"github"},"branch":"master","displayName":"jason-raiin/ip[master]","outputFolderName":"jason-raiin_ip_master"},{"location":{"location":"https://github.com/Sebtey/ip.git","repoName":"ip","organization":"Sebtey","domainName":"github"},"branch":"master","displayName":"Sebtey/ip[master]","outputFolderName":"Sebtey_ip_master"},{"location":{"location":"https://github.com/Jweng88/ip.git","repoName":"ip","organization":"Jweng88","domainName":"github"},"branch":"master","displayName":"Jweng88/ip[master]","outputFolderName":"Jweng88_ip_master"},{"location":{"location":"https://github.com/billieboy7/ip.git","repoName":"ip","organization":"billieboy7","domainName":"github"},"branch":"master","displayName":"billieboy7/ip[master]","outputFolderName":"billieboy7_ip_master"},{"location":{"location":"https://github.com/ldinghan/ip.git","repoName":"ip","organization":"ldinghan","domainName":"github"},"branch":"master","displayName":"ldinghan/ip[master]","outputFolderName":"ldinghan_ip_master"},{"location":{"location":"https://github.com/anthonytamzil/ip.git","repoName":"ip","organization":"anthonytamzil","domainName":"github"},"branch":"master","displayName":"anthonytamzil/ip[master]","outputFolderName":"anthonytamzil_ip_master"},{"location":{"location":"https://github.com/ryantzr1/ip.git","repoName":"ip","organization":"ryantzr1","domainName":"github"},"branch":"master","displayName":"ryantzr1/ip[master]","outputFolderName":"ryantzr1_ip_master"},{"location":{"location":"https://github.com/shuyangk/ip.git","repoName":"ip","organization":"shuyangk","domainName":"github"},"branch":"master","displayName":"shuyangk/ip[master]","outputFolderName":"shuyangk_ip_master"},{"location":{"location":"https://github.com/seewhyjay/ip.git","repoName":"ip","organization":"seewhyjay","domainName":"github"},"branch":"master","displayName":"seewhyjay/ip[master]","outputFolderName":"seewhyjay_ip_master"},{"location":{"location":"https://github.com/waseemingly/ip.git","repoName":"ip","organization":"waseemingly","domainName":"github"},"branch":"master","displayName":"waseemingly/ip[master]","outputFolderName":"waseemingly_ip_master"},{"location":{"location":"https://github.com/DistractedCat/ip.git","repoName":"ip","organization":"DistractedCat","domainName":"github"},"branch":"master","displayName":"DistractedCat/ip[master]","outputFolderName":"DistractedCat_ip_master"},{"location":{"location":"https://github.com/geraldngjx/ip.git","repoName":"ip","organization":"geraldngjx","domainName":"github"},"branch":"master","displayName":"geraldngjx/ip[master]","outputFolderName":"geraldngjx_ip_master"},{"location":{"location":"https://github.com/tayian/ip.git","repoName":"ip","organization":"tayian","domainName":"github"},"branch":"master","displayName":"tayian/ip[master]","outputFolderName":"tayian_ip_master"},{"location":{"location":"https://github.com/AlfredBeNoel/ip.git","repoName":"ip","organization":"AlfredBeNoel","domainName":"github"},"branch":"master","displayName":"AlfredBeNoel/ip[master]","outputFolderName":"AlfredBeNoel_ip_master"},{"location":{"location":"https://github.com/Chen1x/ip.git","repoName":"ip","organization":"Chen1x","domainName":"github"},"branch":"master","displayName":"Chen1x/ip[master]","outputFolderName":"Chen1x_ip_master"},{"location":{"location":"https://github.com/juzzztinsoong/ip.git","repoName":"ip","organization":"juzzztinsoong","domainName":"github"},"branch":"master","displayName":"juzzztinsoong/ip[master]","outputFolderName":"juzzztinsoong_ip_master"},{"location":{"location":"https://github.com/lambraydon/ip.git","repoName":"ip","organization":"lambraydon","domainName":"github"},"branch":"master","displayName":"lambraydon/ip[master]","outputFolderName":"lambraydon_ip_master"},{"location":{"location":"https://github.com/lilozz2/ip.git","repoName":"ip","organization":"lilozz2","domainName":"github"},"branch":"master","displayName":"lilozz2/ip[master]","outputFolderName":"lilozz2_ip_master"},{"location":{"location":"https://github.com/tyouwei/ip.git","repoName":"ip","organization":"tyouwei","domainName":"github"},"branch":"master","displayName":"tyouwei/ip[master]","outputFolderName":"tyouwei_ip_master"},{"location":{"location":"https://github.com/Kailash201/ip.git","repoName":"ip","organization":"Kailash201","domainName":"github"},"branch":"master","displayName":"Kailash201/ip[master]","outputFolderName":"Kailash201_ip_master"},{"location":{"location":"https://github.com/tjingsheng/ip.git","repoName":"ip","organization":"tjingsheng","domainName":"github"},"branch":"master","displayName":"tjingsheng/ip[master]","outputFolderName":"tjingsheng_ip_master"},{"location":{"location":"https://github.com/pangyyen/ip.git","repoName":"ip","organization":"pangyyen","domainName":"github"},"branch":"master","displayName":"pangyyen/ip[master]","outputFolderName":"pangyyen_ip_master"},{"location":{"location":"https://github.com/Khaleelur-Rahman/ip.git","repoName":"ip","organization":"Khaleelur-Rahman","domainName":"github"},"branch":"master","displayName":"Khaleelur-Rahman/ip[master]","outputFolderName":"Khaleelur-Rahman_ip_master"},{"location":{"location":"https://github.com/erohsikivar/ip.git","repoName":"ip","organization":"erohsikivar","domainName":"github"},"branch":"master","displayName":"erohsikivar/ip[master]","outputFolderName":"erohsikivar_ip_master"},{"location":{"location":"https://github.com/shishirbychapur/ip.git","repoName":"ip","organization":"shishirbychapur","domainName":"github"},"branch":"master","displayName":"shishirbychapur/ip[master]","outputFolderName":"shishirbychapur_ip_master"},{"location":{"location":"https://github.com/Badatprogrammiing/ip.git","repoName":"ip","organization":"Badatprogrammiing","domainName":"github"},"branch":"master","displayName":"Badatprogrammiing/ip[master]","outputFolderName":"Badatprogrammiing_ip_master"},{"location":{"location":"https://github.com/ravern/ip.git","repoName":"ip","organization":"ravern","domainName":"github"},"branch":"master","displayName":"ravern/ip[master]","outputFolderName":"ravern_ip_master"},{"location":{"location":"https://github.com/B-enguin/ip.git","repoName":"ip","organization":"B-enguin","domainName":"github"},"branch":"master","displayName":"B-enguin/ip[master]","outputFolderName":"B-enguin_ip_master"},{"location":{"location":"https://github.com/AlyssaPng/ip.git","repoName":"ip","organization":"AlyssaPng","domainName":"github"},"branch":"master","displayName":"AlyssaPng/ip[master]","outputFolderName":"AlyssaPng_ip_master"},{"location":{"location":"https://github.com/flexibo/ip.git","repoName":"ip","organization":"flexibo","domainName":"github"},"branch":"master","displayName":"flexibo/ip[master]","outputFolderName":"flexibo_ip_master"},{"location":{"location":"https://github.com/lordidiot/ip.git","repoName":"ip","organization":"lordidiot","domainName":"github"},"branch":"master","displayName":"lordidiot/ip[master]","outputFolderName":"lordidiot_ip_master"},{"location":{"location":"https://github.com/vansh284/ip.git","repoName":"ip","organization":"vansh284","domainName":"github"},"branch":"master","displayName":"vansh284/ip[master]","outputFolderName":"vansh284_ip_master"},{"location":{"location":"https://github.com/samuelim01/ip.git","repoName":"ip","organization":"samuelim01","domainName":"github"},"branch":"master","displayName":"samuelim01/ip[master]","outputFolderName":"samuelim01_ip_master"},{"location":{"location":"https://github.com/WZWren/ip.git","repoName":"ip","organization":"WZWren","domainName":"github"},"branch":"master","displayName":"WZWren/ip[master]","outputFolderName":"WZWren_ip_master"},{"location":{"location":"https://github.com/cxo05/ip.git","repoName":"ip","organization":"cxo05","domainName":"github"},"branch":"master","displayName":"cxo05/ip[master]","outputFolderName":"cxo05_ip_master"},{"location":{"location":"https://github.com/sudarshan2401/ip.git","repoName":"ip","organization":"sudarshan2401","domainName":"github"},"branch":"master","displayName":"sudarshan2401/ip[master]","outputFolderName":"sudarshan2401_ip_master"},{"location":{"location":"https://github.com/jingyu987/ip.git","repoName":"ip","organization":"jingyu987","domainName":"github"},"branch":"master","displayName":"jingyu987/ip[master]","outputFolderName":"jingyu987_ip_master"},{"location":{"location":"https://github.com/H1410101/ip.git","repoName":"ip","organization":"H1410101","domainName":"github"},"branch":"master","displayName":"H1410101/ip[master]","outputFolderName":"H1410101_ip_master"},{"location":{"location":"https://github.com/MagnificentCreature/ip.git","repoName":"ip","organization":"MagnificentCreature","domainName":"github"},"branch":"master","displayName":"MagnificentCreature/ip[master]","outputFolderName":"MagnificentCreature_ip_master"},{"location":{"location":"https://github.com/shyanyong/ip.git","repoName":"ip","organization":"shyanyong","domainName":"github"},"branch":"master","displayName":"shyanyong/ip[master]","outputFolderName":"shyanyong_ip_master"},{"location":{"location":"https://github.com/peasantbird/ip.git","repoName":"ip","organization":"peasantbird","domainName":"github"},"branch":"master","displayName":"peasantbird/ip[master]","outputFolderName":"peasantbird_ip_master"},{"location":{"location":"https://github.com/tllshan/ip.git","repoName":"ip","organization":"tllshan","domainName":"github"},"branch":"master","displayName":"tllshan/ip[master]","outputFolderName":"tllshan_ip_master"},{"location":{"location":"https://github.com/sushiyade/ip.git","repoName":"ip","organization":"sushiyade","domainName":"github"},"branch":"master","displayName":"sushiyade/ip[master]","outputFolderName":"sushiyade_ip_master"},{"location":{"location":"https://github.com/iyioon/ip.git","repoName":"ip","organization":"iyioon","domainName":"github"},"branch":"master","displayName":"iyioon/ip[master]","outputFolderName":"iyioon_ip_master"},{"location":{"location":"https://github.com/shashahchk/ip.git","repoName":"ip","organization":"shashahchk","domainName":"github"},"branch":"master","displayName":"shashahchk/ip[master]","outputFolderName":"shashahchk_ip_master"},{"location":{"location":"https://github.com/Chandan8186/ip.git","repoName":"ip","organization":"Chandan8186","domainName":"github"},"branch":"master","displayName":"Chandan8186/ip[master]","outputFolderName":"Chandan8186_ip_master"},{"location":{"location":"https://github.com/wesho1107/ip.git","repoName":"ip","organization":"wesho1107","domainName":"github"},"branch":"master","displayName":"wesho1107/ip[master]","outputFolderName":"wesho1107_ip_master"},{"location":{"location":"https://github.com/tim-pipi/ip.git","repoName":"ip","organization":"tim-pipi","domainName":"github"},"branch":"master","displayName":"tim-pipi/ip[master]","outputFolderName":"tim-pipi_ip_master"},{"location":{"location":"https://github.com/emzm2023/ip.git","repoName":"ip","organization":"emzm2023","domainName":"github"},"branch":"master","displayName":"emzm2023/ip[master]","outputFolderName":"emzm2023_ip_master"},{"location":{"location":"https://github.com/dlathyun/ip.git","repoName":"ip","organization":"dlathyun","domainName":"github"},"branch":"master","displayName":"dlathyun/ip[master]","outputFolderName":"dlathyun_ip_master"},{"location":{"location":"https://github.com/tanboonkhong/ip.git","repoName":"ip","organization":"tanboonkhong","domainName":"github"},"branch":"master","displayName":"tanboonkhong/ip[master]","outputFolderName":"tanboonkhong_ip_master"},{"location":{"location":"https://github.com/joeng03/ip.git","repoName":"ip","organization":"joeng03","domainName":"github"},"branch":"master","displayName":"joeng03/ip[master]","outputFolderName":"joeng03_ip_master"},{"location":{"location":"https://github.com/VN-Hao/ip.git","repoName":"ip","organization":"VN-Hao","domainName":"github"},"branch":"master","displayName":"VN-Hao/ip[master]","outputFolderName":"VN-Hao_ip_master"},{"location":{"location":"https://github.com/NgChunMan/ip.git","repoName":"ip","organization":"NgChunMan","domainName":"github"},"branch":"master","displayName":"NgChunMan/ip[master]","outputFolderName":"NgChunMan_ip_master"},{"location":{"location":"https://github.com/TiwKangXu/ip.git","repoName":"ip","organization":"TiwKangXu","domainName":"github"},"branch":"master","displayName":"TiwKangXu/ip[master]","outputFolderName":"TiwKangXu_ip_master"},{"location":{"location":"https://github.com/josepholim/ip.git","repoName":"ip","organization":"josepholim","domainName":"github"},"branch":"master","displayName":"josepholim/ip[master]","outputFolderName":"josepholim_ip_master"},{"location":{"location":"https://github.com/dinde2004/ip.git","repoName":"ip","organization":"dinde2004","domainName":"github"},"branch":"master","displayName":"dinde2004/ip[master]","outputFolderName":"dinde2004_ip_master"},{"location":{"location":"https://github.com/yucongkoo/ip.git","repoName":"ip","organization":"yucongkoo","domainName":"github"},"branch":"master","displayName":"yucongkoo/ip[master]","outputFolderName":"yucongkoo_ip_master"},{"location":{"location":"https://github.com/TohLiYuan/ip.git","repoName":"ip","organization":"TohLiYuan","domainName":"github"},"branch":"master","displayName":"TohLiYuan/ip[master]","outputFolderName":"TohLiYuan_ip_master"},{"location":{"location":"https://github.com/NereusWB922/ip.git","repoName":"ip","organization":"NereusWB922","domainName":"github"},"branch":"master","displayName":"NereusWB922/ip[master]","outputFolderName":"NereusWB922_ip_master"},{"location":{"location":"https://github.com/ph-nathan/ip.git","repoName":"ip","organization":"ph-nathan","domainName":"github"},"branch":"master","displayName":"ph-nathan/ip[master]","outputFolderName":"ph-nathan_ip_master"},{"location":{"location":"https://github.com/antonTan96/ip.git","repoName":"ip","organization":"antonTan96","domainName":"github"},"branch":"master","displayName":"antonTan96/ip[master]","outputFolderName":"antonTan96_ip_master"},{"location":{"location":"https://github.com/WinstonLeonard/ip.git","repoName":"ip","organization":"WinstonLeonard","domainName":"github"},"branch":"master","displayName":"WinstonLeonard/ip[master]","outputFolderName":"WinstonLeonard_ip_master"},{"location":{"location":"https://github.com/TehOPanas/ip.git","repoName":"ip","organization":"TehOPanas","domainName":"github"},"branch":"master","displayName":"TehOPanas/ip[master]","outputFolderName":"TehOPanas_ip_master"},{"location":{"location":"https://github.com/marioalvaro/ip.git","repoName":"ip","organization":"marioalvaro","domainName":"github"},"branch":"master","displayName":"marioalvaro/ip[master]","outputFolderName":"marioalvaro_ip_master"},{"location":{"location":"https://github.com/LINCHENYU2030S/ip.git","repoName":"ip","organization":"LINCHENYU2030S","domainName":"github"},"branch":"master","displayName":"LINCHENYU2030S/ip[master]","outputFolderName":"LINCHENYU2030S_ip_master"},{"location":{"location":"https://github.com/LamJiuFong/ip.git","repoName":"ip","organization":"LamJiuFong","domainName":"github"},"branch":"master","displayName":"LamJiuFong/ip[master]","outputFolderName":"LamJiuFong_ip_master"},{"location":{"location":"https://github.com/AndrewJanong/ip.git","repoName":"ip","organization":"AndrewJanong","domainName":"github"},"branch":"master","displayName":"AndrewJanong/ip[master]","outputFolderName":"AndrewJanong_ip_master"},{"location":{"location":"https://github.com/songfangyl/ip.git","repoName":"ip","organization":"songfangyl","domainName":"github"},"branch":"master","displayName":"songfangyl/ip[master]","outputFolderName":"songfangyl_ip_master"},{"location":{"location":"https://github.com/AriellaCallista/ip.git","repoName":"ip","organization":"AriellaCallista","domainName":"github"},"branch":"master","displayName":"AriellaCallista/ip[master]","outputFolderName":"AriellaCallista_ip_master"},{"location":{"location":"https://github.com/KamJiaYue/ip.git","repoName":"ip","organization":"KamJiaYue","domainName":"github"},"branch":"master","displayName":"KamJiaYue/ip[master]","outputFolderName":"KamJiaYue_ip_master"},{"location":{"location":"https://github.com/feifeiraindrops/ip.git","repoName":"ip","organization":"feifeiraindrops","domainName":"github"},"branch":"master","displayName":"feifeiraindrops/ip[master]","outputFolderName":"feifeiraindrops_ip_master"},{"location":{"location":"https://github.com/czhiruo/ip.git","repoName":"ip","organization":"czhiruo","domainName":"github"},"branch":"master","displayName":"czhiruo/ip[master]","outputFolderName":"czhiruo_ip_master"},{"location":{"location":"https://github.com/butteredyakiimo/ip.git","repoName":"ip","organization":"butteredyakiimo","domainName":"github"},"branch":"master","displayName":"butteredyakiimo/ip[master]","outputFolderName":"butteredyakiimo_ip_master"},{"location":{"location":"https://github.com/RiyaMehta2211/ip.git","repoName":"ip","organization":"RiyaMehta2211","domainName":"github"},"branch":"master","displayName":"RiyaMehta2211/ip[master]","outputFolderName":"RiyaMehta2211_ip_master"},{"location":{"location":"https://github.com/beatricecst/ip.git","repoName":"ip","organization":"beatricecst","domainName":"github"},"branch":"master","displayName":"beatricecst/ip[master]","outputFolderName":"beatricecst_ip_master"},{"location":{"location":"https://github.com/maypfv/ip.git","repoName":"ip","organization":"maypfv","domainName":"github"},"branch":"master","displayName":"maypfv/ip[master]","outputFolderName":"maypfv_ip_master"},{"location":{"location":"https://github.com/pra-navi/ip.git","repoName":"ip","organization":"pra-navi","domainName":"github"},"branch":"master","displayName":"pra-navi/ip[master]","outputFolderName":"pra-navi_ip_master"},{"location":{"location":"https://github.com/xxiaoweii/ip.git","repoName":"ip","organization":"xxiaoweii","domainName":"github"},"branch":"master","displayName":"xxiaoweii/ip[master]","outputFolderName":"xxiaoweii_ip_master"},{"location":{"location":"https://github.com/qyaner/ip.git","repoName":"ip","organization":"qyaner","domainName":"github"},"branch":"master","displayName":"qyaner/ip[master]","outputFolderName":"qyaner_ip_master"},{"location":{"location":"https://github.com/qz1004/ip.git","repoName":"ip","organization":"qz1004","domainName":"github"},"branch":"master","displayName":"qz1004/ip[master]","outputFolderName":"qz1004_ip_master"},{"location":{"location":"https://github.com/miljyy/ip.git","repoName":"ip","organization":"miljyy","domainName":"github"},"branch":"master","displayName":"miljyy/ip[master]","outputFolderName":"miljyy_ip_master"},{"location":{"location":"https://github.com/yihfei/ip.git","repoName":"ip","organization":"yihfei","domainName":"github"},"branch":"master","displayName":"yihfei/ip[master]","outputFolderName":"yihfei_ip_master"},{"location":{"location":"https://github.com/Gabriel4357/ip.git","repoName":"ip","organization":"Gabriel4357","domainName":"github"},"branch":"master","displayName":"Gabriel4357/ip[master]","outputFolderName":"Gabriel4357_ip_master"},{"location":{"location":"https://github.com/saraozn/ip.git","repoName":"ip","organization":"saraozn","domainName":"github"},"branch":"master","displayName":"saraozn/ip[master]","outputFolderName":"saraozn_ip_master"},{"location":{"location":"https://github.com/JeremyYong128/ip.git","repoName":"ip","organization":"JeremyYong128","domainName":"github"},"branch":"master","displayName":"JeremyYong128/ip[master]","outputFolderName":"JeremyYong128_ip_master"},{"location":{"location":"https://github.com/samuelmui8/ip.git","repoName":"ip","organization":"samuelmui8","domainName":"github"},"branch":"master","displayName":"samuelmui8/ip[master]","outputFolderName":"samuelmui8_ip_master"},{"location":{"location":"https://github.com/elaineshijie/ip.git","repoName":"ip","organization":"elaineshijie","domainName":"github"},"branch":"master","displayName":"elaineshijie/ip[master]","outputFolderName":"elaineshijie_ip_master"},{"location":{"location":"https://github.com/zhengyup/ip.git","repoName":"ip","organization":"zhengyup","domainName":"github"},"branch":"master","displayName":"zhengyup/ip[master]","outputFolderName":"zhengyup_ip_master"},{"location":{"location":"https://github.com/ruishanteo/ip.git","repoName":"ip","organization":"ruishanteo","domainName":"github"},"branch":"master","displayName":"ruishanteo/ip[master]","outputFolderName":"ruishanteo_ip_master"},{"location":{"location":"https://github.com/lynnlow175/ip.git","repoName":"ip","organization":"lynnlow175","domainName":"github"},"branch":"master","displayName":"lynnlow175/ip[master]","outputFolderName":"lynnlow175_ip_master"},{"location":{"location":"https://github.com/kohkaijie/ip.git","repoName":"ip","organization":"kohkaijie","domainName":"github"},"branch":"master","displayName":"kohkaijie/ip[master]","outputFolderName":"kohkaijie_ip_master"},{"location":{"location":"https://github.com/CelestineTan03/ip.git","repoName":"ip","organization":"CelestineTan03","domainName":"github"},"branch":"master","displayName":"CelestineTan03/ip[master]","outputFolderName":"CelestineTan03_ip_master"},{"location":{"location":"https://github.com/PearlynnT/ip.git","repoName":"ip","organization":"PearlynnT","domainName":"github"},"branch":"master","displayName":"PearlynnT/ip[master]","outputFolderName":"PearlynnT_ip_master"},{"location":{"location":"https://github.com/Elijah5399/ip.git","repoName":"ip","organization":"Elijah5399","domainName":"github"},"branch":"master","displayName":"Elijah5399/ip[master]","outputFolderName":"Elijah5399_ip_master"},{"location":{"location":"https://github.com/nicleongyj/ip.git","repoName":"ip","organization":"nicleongyj","domainName":"github"},"branch":"master","displayName":"nicleongyj/ip[master]","outputFolderName":"nicleongyj_ip_master"},{"location":{"location":"https://github.com/AnnabelTing/ip.git","repoName":"ip","organization":"AnnabelTing","domainName":"github"},"branch":"master","displayName":"AnnabelTing/ip[master]","outputFolderName":"AnnabelTing_ip_master"},{"location":{"location":"https://github.com/jrchoo/ip.git","repoName":"ip","organization":"jrchoo","domainName":"github"},"branch":"master","displayName":"jrchoo/ip[master]","outputFolderName":"jrchoo_ip_master"},{"location":{"location":"https://github.com/wujy28/ip.git","repoName":"ip","organization":"wujy28","domainName":"github"},"branch":"master","displayName":"wujy28/ip[master]","outputFolderName":"wujy28_ip_master"},{"location":{"location":"https://github.com/Nauxe/ip.git","repoName":"ip","organization":"Nauxe","domainName":"github"},"branch":"master","displayName":"Nauxe/ip[master]","outputFolderName":"Nauxe_ip_master"},{"location":{"location":"https://github.com/yyyaohhh/ip.git","repoName":"ip","organization":"yyyaohhh","domainName":"github"},"branch":"master","displayName":"yyyaohhh/ip[master]","outputFolderName":"yyyaohhh_ip_master"},{"location":{"location":"https://github.com/xenosf/ip.git","repoName":"ip","organization":"xenosf","domainName":"github"},"branch":"master","displayName":"xenosf/ip[master]","outputFolderName":"xenosf_ip_master"},{"location":{"location":"https://github.com/WinSheng1/ip.git","repoName":"ip","organization":"WinSheng1","domainName":"github"},"branch":"master","displayName":"WinSheng1/ip[master]","outputFolderName":"WinSheng1_ip_master"},{"location":{"location":"https://github.com/nreHieW/ip.git","repoName":"ip","organization":"nreHieW","domainName":"github"},"branch":"master","displayName":"nreHieW/ip[master]","outputFolderName":"nreHieW_ip_master"},{"location":{"location":"https://github.com/peiran18/ip.git","repoName":"ip","organization":"peiran18","domainName":"github"},"branch":"master","displayName":"peiran18/ip[master]","outputFolderName":"peiran18_ip_master"},{"location":{"location":"https://github.com/cheeggered/ip.git","repoName":"ip","organization":"cheeggered","domainName":"github"},"branch":"master","displayName":"cheeggered/ip[master]","outputFolderName":"cheeggered_ip_master"},{"location":{"location":"https://github.com/GohTengFong/ip.git","repoName":"ip","organization":"GohTengFong","domainName":"github"},"branch":"master","displayName":"GohTengFong/ip[master]","outputFolderName":"GohTengFong_ip_master"},{"location":{"location":"https://github.com/jibtaf/ip.git","repoName":"ip","organization":"jibtaf","domainName":"github"},"branch":"master","displayName":"jibtaf/ip[master]","outputFolderName":"jibtaf_ip_master"},{"location":{"location":"https://github.com/bhnuka/ip.git","repoName":"ip","organization":"bhnuka","domainName":"github"},"branch":"master","displayName":"bhnuka/ip[master]","outputFolderName":"bhnuka_ip_master"},{"location":{"location":"https://github.com/laurenlim2112/ip.git","repoName":"ip","organization":"laurenlim2112","domainName":"github"},"branch":"master","displayName":"laurenlim2112/ip[master]","outputFolderName":"laurenlim2112_ip_master"},{"location":{"location":"https://github.com/howenc/ip.git","repoName":"ip","organization":"howenc","domainName":"github"},"branch":"master","displayName":"howenc/ip[master]","outputFolderName":"howenc_ip_master"},{"location":{"location":"https://github.com/Kokseng1/ip.git","repoName":"ip","organization":"Kokseng1","domainName":"github"},"branch":"master","displayName":"Kokseng1/ip[master]","outputFolderName":"Kokseng1_ip_master"},{"location":{"location":"https://github.com/yiwen101/ip.git","repoName":"ip","organization":"yiwen101","domainName":"github"},"branch":"master","displayName":"yiwen101/ip[master]","outputFolderName":"yiwen101_ip_master"},{"location":{"location":"https://github.com/Cikguseven/ip.git","repoName":"ip","organization":"Cikguseven","domainName":"github"},"branch":"master","displayName":"Cikguseven/ip[master]","outputFolderName":"Cikguseven_ip_master"},{"location":{"location":"https://github.com/javinchua/ip.git","repoName":"ip","organization":"javinchua","domainName":"github"},"branch":"master","displayName":"javinchua/ip[master]","outputFolderName":"javinchua_ip_master"},{"location":{"location":"https://github.com/frrrrry/ip.git","repoName":"ip","organization":"frrrrry","domainName":"github"},"branch":"master","displayName":"frrrrry/ip[master]","outputFolderName":"frrrrry_ip_master"},{"location":{"location":"https://github.com/YeoBohShin/ip.git","repoName":"ip","organization":"YeoBohShin","domainName":"github"},"branch":"master","displayName":"YeoBohShin/ip[master]","outputFolderName":"YeoBohShin_ip_master"},{"location":{"location":"https://github.com/yongning0310/ip.git","repoName":"ip","organization":"yongning0310","domainName":"github"},"branch":"master","displayName":"yongning0310/ip[master]","outputFolderName":"yongning0310_ip_master"},{"location":{"location":"https://github.com/SimWPEric/ip.git","repoName":"ip","organization":"SimWPEric","domainName":"github"},"branch":"master","displayName":"SimWPEric/ip[master]","outputFolderName":"SimWPEric_ip_master"},{"location":{"location":"https://github.com/sopa301/ip.git","repoName":"ip","organization":"sopa301","domainName":"github"},"branch":"master","displayName":"sopa301/ip[master]","outputFolderName":"sopa301_ip_master"},{"location":{"location":"https://github.com/nananakx-x/ip.git","repoName":"ip","organization":"nananakx-x","domainName":"github"},"branch":"master","displayName":"nananakx-x/ip[master]","outputFolderName":"nananakx-x_ip_master"},{"location":{"location":"https://github.com/LuoZYi/ip.git","repoName":"ip","organization":"LuoZYi","domainName":"github"},"branch":"master","displayName":"LuoZYi/ip[master]","outputFolderName":"LuoZYi_ip_master"},{"location":{"location":"https://github.com/LinWanLeii/ip.git","repoName":"ip","organization":"LinWanLeii","domainName":"github"},"branch":"master","displayName":"LinWanLeii/ip[master]","outputFolderName":"LinWanLeii_ip_master"},{"location":{"location":"https://github.com/mingyuanc/ip.git","repoName":"ip","organization":"mingyuanc","domainName":"github"},"branch":"master","displayName":"mingyuanc/ip[master]","outputFolderName":"mingyuanc_ip_master"},{"location":{"location":"https://github.com/chonguschonguschongus/ip.git","repoName":"ip","organization":"chonguschonguschongus","domainName":"github"},"branch":"master","displayName":"chonguschonguschongus/ip[master]","outputFolderName":"chonguschonguschongus_ip_master"},{"location":{"location":"https://github.com/yanghengtang/ip.git","repoName":"ip","organization":"yanghengtang","domainName":"github"},"branch":"master","displayName":"yanghengtang/ip[master]","outputFolderName":"yanghengtang_ip_master"},{"location":{"location":"https://github.com/victorpengmx/ip.git","repoName":"ip","organization":"victorpengmx","domainName":"github"},"branch":"master","displayName":"victorpengmx/ip[master]","outputFolderName":"victorpengmx_ip_master"},{"location":{"location":"https://github.com/kanna-1/ip.git","repoName":"ip","organization":"kanna-1","domainName":"github"},"branch":"master","displayName":"kanna-1/ip[master]","outputFolderName":"kanna-1_ip_master"},{"location":{"location":"https://github.com/ncduy0303/ip.git","repoName":"ip","organization":"ncduy0303","domainName":"github"},"branch":"master","displayName":"ncduy0303/ip[master]","outputFolderName":"ncduy0303_ip_master"},{"location":{"location":"https://github.com/jannnice/ip.git","repoName":"ip","organization":"jannnice","domainName":"github"},"branch":"master","displayName":"jannnice/ip[master]","outputFolderName":"jannnice_ip_master"},{"location":{"location":"https://github.com/itssisi/ip.git","repoName":"ip","organization":"itssisi","domainName":"github"},"branch":"master","displayName":"itssisi/ip[master]","outputFolderName":"itssisi_ip_master"},{"location":{"location":"https://github.com/freddychenyouren2/ip.git","repoName":"ip","organization":"freddychenyouren2","domainName":"github"},"branch":"master","displayName":"freddychenyouren2/ip[master]","outputFolderName":"freddychenyouren2_ip_master"},{"location":{"location":"https://github.com/Vanessamae23/ip.git","repoName":"ip","organization":"Vanessamae23","domainName":"github"},"branch":"master","displayName":"Vanessamae23/ip[master]","outputFolderName":"Vanessamae23_ip_master"},{"location":{"location":"https://github.com/cbj252/ip.git","repoName":"ip","organization":"cbj252","domainName":"github"},"branch":"master","displayName":"cbj252/ip[master]","outputFolderName":"cbj252_ip_master"},{"location":{"location":"https://github.com/freshcabbage123/ip.git","repoName":"ip","organization":"freshcabbage123","domainName":"github"},"branch":"master","displayName":"freshcabbage123/ip[master]","outputFolderName":"freshcabbage123_ip_master"},{"location":{"location":"https://github.com/thienmy0/ip.git","repoName":"ip","organization":"thienmy0","domainName":"github"},"branch":"master","displayName":"thienmy0/ip[master]","outputFolderName":"thienmy0_ip_master"},{"location":{"location":"https://github.com/glenngnng/ip.git","repoName":"ip","organization":"glenngnng","domainName":"github"},"branch":"master","displayName":"glenngnng/ip[master]","outputFolderName":"glenngnng_ip_master"},{"location":{"location":"https://github.com/Darren159/ip.git","repoName":"ip","organization":"Darren159","domainName":"github"},"branch":"master","displayName":"Darren159/ip[master]","outputFolderName":"Darren159_ip_master"},{"location":{"location":"https://github.com/J-hta-n/ip.git","repoName":"ip","organization":"J-hta-n","domainName":"github"},"branch":"master","displayName":"J-hta-n/ip[master]","outputFolderName":"J-hta-n_ip_master"},{"location":{"location":"https://github.com/evanyan13/ip.git","repoName":"ip","organization":"evanyan13","domainName":"github"},"branch":"master","displayName":"evanyan13/ip[master]","outputFolderName":"evanyan13_ip_master"},{"location":{"location":"https://github.com/tanveersingh10/ip.git","repoName":"ip","organization":"tanveersingh10","domainName":"github"},"branch":"master","displayName":"tanveersingh10/ip[master]","outputFolderName":"tanveersingh10_ip_master"},{"location":{"location":"https://github.com/neyapraveen/ip.git","repoName":"ip","organization":"neyapraveen","domainName":"github"},"branch":"master","displayName":"neyapraveen/ip[master]","outputFolderName":"neyapraveen_ip_master"},{"location":{"location":"https://github.com/weeweh/ip.git","repoName":"ip","organization":"weeweh","domainName":"github"},"branch":"master","displayName":"weeweh/ip[master]","outputFolderName":"weeweh_ip_master"},{"location":{"location":"https://github.com/HugeNoob/ip.git","repoName":"ip","organization":"HugeNoob","domainName":"github"},"branch":"master","displayName":"HugeNoob/ip[master]","outputFolderName":"HugeNoob_ip_master"},{"location":{"location":"https://github.com/wasjoe1/ip.git","repoName":"ip","organization":"wasjoe1","domainName":"github"},"branch":"master","displayName":"wasjoe1/ip[master]","outputFolderName":"wasjoe1_ip_master"},{"location":{"location":"https://github.com/s-kybound/ip.git","repoName":"ip","organization":"s-kybound","domainName":"github"},"branch":"master","displayName":"s-kybound/ip[master]","outputFolderName":"s-kybound_ip_master"},{"location":{"location":"https://github.com/Singa-pirate/ip.git","repoName":"ip","organization":"Singa-pirate","domainName":"github"},"branch":"master","displayName":"Singa-pirate/ip[master]","outputFolderName":"Singa-pirate_ip_master"},{"location":{"location":"https://github.com/wanghejin/ip.git","repoName":"ip","organization":"wanghejin","domainName":"github"},"branch":"master","displayName":"wanghejin/ip[master]","outputFolderName":"wanghejin_ip_master"},{"location":{"location":"https://github.com/yarnmengnus/ip.git","repoName":"ip","organization":"yarnmengnus","domainName":"github"},"branch":"master","displayName":"yarnmengnus/ip[master]","outputFolderName":"yarnmengnus_ip_master"},{"location":{"location":"https://github.com/Kurtyjlee/ip.git","repoName":"ip","organization":"Kurtyjlee","domainName":"github"},"branch":"master","displayName":"Kurtyjlee/ip[master]","outputFolderName":"Kurtyjlee_ip_master"},{"location":{"location":"https://github.com/jellywaiyan/ip.git","repoName":"ip","organization":"jellywaiyan","domainName":"github"},"branch":"master","displayName":"jellywaiyan/ip[master]","outputFolderName":"jellywaiyan_ip_master"},{"location":{"location":"https://github.com/ylyma/ip.git","repoName":"ip","organization":"ylyma","domainName":"github"},"branch":"master","displayName":"ylyma/ip[master]","outputFolderName":"ylyma_ip_master"},{"location":{"location":"https://github.com/revdrag/ip.git","repoName":"ip","organization":"revdrag","domainName":"github"},"branch":"master","displayName":"revdrag/ip[master]","outputFolderName":"revdrag_ip_master"},{"location":{"location":"https://github.com/vijay-shankaranand/ip.git","repoName":"ip","organization":"vijay-shankaranand","domainName":"github"},"branch":"master","displayName":"vijay-shankaranand/ip[master]","outputFolderName":"vijay-shankaranand_ip_master"},{"location":{"location":"https://github.com/lerxuann/ip.git","repoName":"ip","organization":"lerxuann","domainName":"github"},"branch":"master","displayName":"lerxuann/ip[master]","outputFolderName":"lerxuann_ip_master"},{"location":{"location":"https://github.com/yuxunn/ip.git","repoName":"ip","organization":"yuxunn","domainName":"github"},"branch":"master","displayName":"yuxunn/ip[master]","outputFolderName":"yuxunn_ip_master"},{"location":{"location":"https://github.com/zannloo/ip.git","repoName":"ip","organization":"zannloo","domainName":"github"},"branch":"master","displayName":"zannloo/ip[master]","outputFolderName":"zannloo_ip_master"},{"location":{"location":"https://github.com/AryanG01/ip.git","repoName":"ip","organization":"AryanG01","domainName":"github"},"branch":"master","displayName":"AryanG01/ip[master]","outputFolderName":"AryanG01_ip_master"},{"location":{"location":"https://github.com/oeggy03/ip.git","repoName":"ip","organization":"oeggy03","domainName":"github"},"branch":"master","displayName":"oeggy03/ip[master]","outputFolderName":"oeggy03_ip_master"},{"location":{"location":"https://github.com/jeffrey-jian/ip.git","repoName":"ip","organization":"jeffrey-jian","domainName":"github"},"branch":"master","displayName":"jeffrey-jian/ip[master]","outputFolderName":"jeffrey-jian_ip_master"},{"location":{"location":"https://github.com/nicholastng010601/ip.git","repoName":"ip","organization":"nicholastng010601","domainName":"github"},"branch":"master","displayName":"nicholastng010601/ip[master]","outputFolderName":"nicholastng010601_ip_master"},{"location":{"location":"https://github.com/Weiennn/ip.git","repoName":"ip","organization":"Weiennn","domainName":"github"},"branch":"master","displayName":"Weiennn/ip[master]","outputFolderName":"Weiennn_ip_master"},{"location":{"location":"https://github.com/tayruxin/ip.git","repoName":"ip","organization":"tayruxin","domainName":"github"},"branch":"master","displayName":"tayruxin/ip[master]","outputFolderName":"tayruxin_ip_master"},{"location":{"location":"https://github.com/xyT-T/ip.git","repoName":"ip","organization":"xyT-T","domainName":"github"},"branch":"master","displayName":"xyT-T/ip[master]","outputFolderName":"xyT-T_ip_master"},{"location":{"location":"https://github.com/lunaroddity/ip.git","repoName":"ip","organization":"lunaroddity","domainName":"github"},"branch":"master","displayName":"lunaroddity/ip[master]","outputFolderName":"lunaroddity_ip_master"},{"location":{"location":"https://github.com/nabonitasen/ip.git","repoName":"ip","organization":"nabonitasen","domainName":"github"},"branch":"master","displayName":"nabonitasen/ip[master]","outputFolderName":"nabonitasen_ip_master"},{"location":{"location":"https://github.com/inezkok/ip.git","repoName":"ip","organization":"inezkok","domainName":"github"},"branch":"master","displayName":"inezkok/ip[master]","outputFolderName":"inezkok_ip_master"},{"location":{"location":"https://github.com/nknguyenhc/ip.git","repoName":"ip","organization":"nknguyenhc","domainName":"github"},"branch":"master","displayName":"nknguyenhc/ip[master]","outputFolderName":"nknguyenhc_ip_master"},{"location":{"location":"https://github.com/keaganpzh/ip.git","repoName":"ip","organization":"keaganpzh","domainName":"github"},"branch":"master","displayName":"keaganpzh/ip[master]","outputFolderName":"keaganpzh_ip_master"},{"location":{"location":"https://github.com/lululwtv/ip.git","repoName":"ip","organization":"lululwtv","domainName":"github"},"branch":"master","displayName":"lululwtv/ip[master]","outputFolderName":"lululwtv_ip_master"},{"location":{"location":"https://github.com/hcs1203/ip.git","repoName":"ip","organization":"hcs1203","domainName":"github"},"branch":"master","displayName":"hcs1203/ip[master]","outputFolderName":"hcs1203_ip_master"},{"location":{"location":"https://github.com/migfoo02/ip.git","repoName":"ip","organization":"migfoo02","domainName":"github"},"branch":"master","displayName":"migfoo02/ip[master]","outputFolderName":"migfoo02_ip_master"},{"location":{"location":"https://github.com/papataco14/ip.git","repoName":"ip","organization":"papataco14","domainName":"github"},"branch":"master","displayName":"papataco14/ip[master]","outputFolderName":"papataco14_ip_master"},{"location":{"location":"https://github.com/coderhuang559/ip.git","repoName":"ip","organization":"coderhuang559","domainName":"github"},"branch":"master","displayName":"coderhuang559/ip[master]","outputFolderName":"coderhuang559_ip_master"},{"location":{"location":"https://github.com/craigtonlian/ip.git","repoName":"ip","organization":"craigtonlian","domainName":"github"},"branch":"master","displayName":"craigtonlian/ip[master]","outputFolderName":"craigtonlian_ip_master"},{"location":{"location":"https://github.com/adammangzijun/ip.git","repoName":"ip","organization":"adammangzijun","domainName":"github"},"branch":"master","displayName":"adammangzijun/ip[master]","outputFolderName":"adammangzijun_ip_master"},{"location":{"location":"https://github.com/AlainS87/ip.git","repoName":"ip","organization":"AlainS87","domainName":"github"},"branch":"master","displayName":"AlainS87/ip[master]","outputFolderName":"AlainS87_ip_master"},{"location":{"location":"https://github.com/tanyyyming/ip.git","repoName":"ip","organization":"tanyyyming","domainName":"github"},"branch":"master","displayName":"tanyyyming/ip[master]","outputFolderName":"tanyyyming_ip_master"},{"location":{"location":"https://github.com/Saezenn/ip.git","repoName":"ip","organization":"Saezenn","domainName":"github"},"branch":"master","displayName":"Saezenn/ip[master]","outputFolderName":"Saezenn_ip_master"},{"location":{"location":"https://github.com/kayabuttertoastt/ip.git","repoName":"ip","organization":"kayabuttertoastt","domainName":"github"},"branch":"master","displayName":"kayabuttertoastt/ip[master]","outputFolderName":"kayabuttertoastt_ip_master"},{"location":{"location":"https://github.com/limjunxian1/ip.git","repoName":"ip","organization":"limjunxian1","domainName":"github"},"branch":"master","displayName":"limjunxian1/ip[master]","outputFolderName":"limjunxian1_ip_master"},{"location":{"location":"https://github.com/andrechuakj/ip.git","repoName":"ip","organization":"andrechuakj","domainName":"github"},"branch":"master","displayName":"andrechuakj/ip[master]","outputFolderName":"andrechuakj_ip_master"},{"location":{"location":"https://github.com/kwangthiag/ip.git","repoName":"ip","organization":"kwangthiag","domainName":"github"},"branch":"master","displayName":"kwangthiag/ip[master]","outputFolderName":"kwangthiag_ip_master"},{"location":{"location":"https://github.com/ricketytoc/ip.git","repoName":"ip","organization":"ricketytoc","domainName":"github"},"branch":"master","displayName":"ricketytoc/ip[master]","outputFolderName":"ricketytoc_ip_master"},{"location":{"location":"https://github.com/applepiofmyeye/ip.git","repoName":"ip","organization":"applepiofmyeye","domainName":"github"},"branch":"master","displayName":"applepiofmyeye/ip[master]","outputFolderName":"applepiofmyeye_ip_master"},{"location":{"location":"https://github.com/nubnubyas/ip.git","repoName":"ip","organization":"nubnubyas","domainName":"github"},"branch":"master","displayName":"nubnubyas/ip[master]","outputFolderName":"nubnubyas_ip_master"},{"location":{"location":"https://github.com/WeeeHung/ip.git","repoName":"ip","organization":"WeeeHung","domainName":"github"},"branch":"master","displayName":"WeeeHung/ip[master]","outputFolderName":"WeeeHung_ip_master"},{"location":{"location":"https://github.com/Eola-Z/ip.git","repoName":"ip","organization":"Eola-Z","domainName":"github"},"branch":"master","displayName":"Eola-Z/ip[master]","outputFolderName":"Eola-Z_ip_master"},{"location":{"location":"https://github.com/jordankanghm/ip.git","repoName":"ip","organization":"jordankanghm","domainName":"github"},"branch":"master","displayName":"jordankanghm/ip[master]","outputFolderName":"jordankanghm_ip_master"},{"location":{"location":"https://github.com/zacwong2151/ip.git","repoName":"ip","organization":"zacwong2151","domainName":"github"},"branch":"master","displayName":"zacwong2151/ip[master]","outputFolderName":"zacwong2151_ip_master"},{"location":{"location":"https://github.com/m1oojv/ip.git","repoName":"ip","organization":"m1oojv","domainName":"github"},"branch":"master","displayName":"m1oojv/ip[master]","outputFolderName":"m1oojv_ip_master"},{"location":{"location":"https://github.com/JCSnap/ip.git","repoName":"ip","organization":"JCSnap","domainName":"github"},"branch":"master","displayName":"JCSnap/ip[master]","outputFolderName":"JCSnap_ip_master"},{"location":{"location":"https://github.com/Nid21cs/ip.git","repoName":"ip","organization":"Nid21cs","domainName":"github"},"branch":"master","displayName":"Nid21cs/ip[master]","outputFolderName":"Nid21cs_ip_master"},{"location":{"location":"https://github.com/mfjkri/ip.git","repoName":"ip","organization":"mfjkri","domainName":"github"},"branch":"master","displayName":"mfjkri/ip[master]","outputFolderName":"mfjkri_ip_master"},{"location":{"location":"https://github.com/Choonyan02/ip.git","repoName":"ip","organization":"Choonyan02","domainName":"github"},"branch":"master","displayName":"Choonyan02/ip[master]","outputFolderName":"Choonyan02_ip_master"},{"location":{"location":"https://github.com/rayyan35p/ip.git","repoName":"ip","organization":"rayyan35p","domainName":"github"},"branch":"master","displayName":"rayyan35p/ip[master]","outputFolderName":"rayyan35p_ip_master"},{"location":{"location":"https://github.com/dhruvir29/ip.git","repoName":"ip","organization":"dhruvir29","domainName":"github"},"branch":"master","displayName":"dhruvir29/ip[master]","outputFolderName":"dhruvir29_ip_master"},{"location":{"location":"https://github.com/Mohammed-Faizzzz/ip.git","repoName":"ip","organization":"Mohammed-Faizzzz","domainName":"github"},"branch":"master","displayName":"Mohammed-Faizzzz/ip[master]","outputFolderName":"Mohammed-Faizzzz_ip_master"},{"location":{"location":"https://github.com/ruo-x/ip.git","repoName":"ip","organization":"ruo-x","domainName":"github"},"branch":"master","displayName":"ruo-x/ip[master]","outputFolderName":"ruo-x_ip_master"},{"location":{"location":"https://github.com/DonovanJJ/ip.git","repoName":"ip","organization":"DonovanJJ","domainName":"github"},"branch":"master","displayName":"DonovanJJ/ip[master]","outputFolderName":"DonovanJJ_ip_master"},{"location":{"location":"https://github.com/kristayeo/ip.git","repoName":"ip","organization":"kristayeo","domainName":"github"},"branch":"master","displayName":"kristayeo/ip[master]","outputFolderName":"kristayeo_ip_master"},{"location":{"location":"https://github.com/ZD292/ip.git","repoName":"ip","organization":"ZD292","domainName":"github"},"branch":"master","displayName":"ZD292/ip[master]","outputFolderName":"ZD292_ip_master"},{"location":{"location":"https://github.com/jingjie88/ip.git","repoName":"ip","organization":"jingjie88","domainName":"github"},"branch":"master","displayName":"jingjie88/ip[master]","outputFolderName":"jingjie88_ip_master"},{"location":{"location":"https://github.com/iantsaii/ip.git","repoName":"ip","organization":"iantsaii","domainName":"github"},"branch":"master","displayName":"iantsaii/ip[master]","outputFolderName":"iantsaii_ip_master"},{"location":{"location":"https://github.com/jingting1412/ip.git","repoName":"ip","organization":"jingting1412","domainName":"github"},"branch":"master","displayName":"jingting1412/ip[master]","outputFolderName":"jingting1412_ip_master"},{"location":{"location":"https://github.com/wnchan/ip.git","repoName":"ip","organization":"wnchan","domainName":"github"},"branch":"master","displayName":"wnchan/ip[master]","outputFolderName":"wnchan_ip_master"},{"location":{"location":"https://github.com/jack1e0/ip.git","repoName":"ip","organization":"jack1e0","domainName":"github"},"branch":"master","displayName":"jack1e0/ip[master]","outputFolderName":"jack1e0_ip_master"},{"location":{"location":"https://github.com/mingyu-wan/ip.git","repoName":"ip","organization":"mingyu-wan","domainName":"github"},"branch":"master","displayName":"mingyu-wan/ip[master]","outputFolderName":"mingyu-wan_ip_master"},{"location":{"location":"https://github.com/nicolengk/ip.git","repoName":"ip","organization":"nicolengk","domainName":"github"},"branch":"master","displayName":"nicolengk/ip[master]","outputFolderName":"nicolengk_ip_master"},{"location":{"location":"https://github.com/cyaoxuan/ip.git","repoName":"ip","organization":"cyaoxuan","domainName":"github"},"branch":"master","displayName":"cyaoxuan/ip[master]","outputFolderName":"cyaoxuan_ip_master"},{"location":{"location":"https://github.com/sunzihan23/ip.git","repoName":"ip","organization":"sunzihan23","domainName":"github"},"branch":"master","displayName":"sunzihan23/ip[master]","outputFolderName":"sunzihan23_ip_master"},{"location":{"location":"https://github.com/Goh-Li-Ting/ip.git","repoName":"ip","organization":"Goh-Li-Ting","domainName":"github"},"branch":"master","displayName":"Goh-Li-Ting/ip[master]","outputFolderName":"Goh-Li-Ting_ip_master"},{"location":{"location":"https://github.com/wjayee/ip.git","repoName":"ip","organization":"wjayee","domainName":"github"},"branch":"master","displayName":"wjayee/ip[master]","outputFolderName":"wjayee_ip_master"},{"location":{"location":"https://github.com/fuyiqiao/ip.git","repoName":"ip","organization":"fuyiqiao","domainName":"github"},"branch":"master","displayName":"fuyiqiao/ip[master]","outputFolderName":"fuyiqiao_ip_master"},{"location":{"location":"https://github.com/GlendaChong/ip.git","repoName":"ip","organization":"GlendaChong","domainName":"github"},"branch":"master","displayName":"GlendaChong/ip[master]","outputFolderName":"GlendaChong_ip_master"},{"location":{"location":"https://github.com/hyc17003/ip.git","repoName":"ip","organization":"hyc17003","domainName":"github"},"branch":"master","displayName":"hyc17003/ip[master]","outputFolderName":"hyc17003_ip_master"},{"location":{"location":"https://github.com/spatuly/ip.git","repoName":"ip","organization":"spatuly","domainName":"github"},"branch":"master","displayName":"spatuly/ip[master]","outputFolderName":"spatuly_ip_master"},{"location":{"location":"https://github.com/tanteckfang/ip.git","repoName":"ip","organization":"tanteckfang","domainName":"github"},"branch":"master","displayName":"tanteckfang/ip[master]","outputFolderName":"tanteckfang_ip_master"},{"location":{"location":"https://github.com/Clin-lyx/ip.git","repoName":"ip","organization":"Clin-lyx","domainName":"github"},"branch":"master","displayName":"Clin-lyx/ip[master]","outputFolderName":"Clin-lyx_ip_master"},{"location":{"location":"https://github.com/lyuanww/ip.git","repoName":"ip","organization":"lyuanww","domainName":"github"},"branch":"master","displayName":"lyuanww/ip[master]","outputFolderName":"lyuanww_ip_master"},{"location":{"location":"https://github.com/LimJH2002/ip.git","repoName":"ip","organization":"LimJH2002","domainName":"github"},"branch":"master","displayName":"LimJH2002/ip[master]","outputFolderName":"LimJH2002_ip_master"},{"location":{"location":"https://github.com/LWZ19/ip.git","repoName":"ip","organization":"LWZ19","domainName":"github"},"branch":"master","displayName":"LWZ19/ip[master]","outputFolderName":"LWZ19_ip_master"},{"location":{"location":"https://github.com/Gavino3o/ip.git","repoName":"ip","organization":"Gavino3o","domainName":"github"},"branch":"master","displayName":"Gavino3o/ip[master]","outputFolderName":"Gavino3o_ip_master"},{"location":{"location":"https://github.com/suryanshkushwaha/ip.git","repoName":"ip","organization":"suryanshkushwaha","domainName":"github"},"branch":"master","displayName":"suryanshkushwaha/ip[master]","outputFolderName":"suryanshkushwaha_ip_master"},{"location":{"location":"https://github.com/JasonRay168/ip.git","repoName":"ip","organization":"JasonRay168","domainName":"github"},"branch":"master","displayName":"JasonRay168/ip[master]","outputFolderName":"JasonRay168_ip_master"},{"location":{"location":"https://github.com/jovkusuma/ip.git","repoName":"ip","organization":"jovkusuma","domainName":"github"},"branch":"master","displayName":"jovkusuma/ip[master]","outputFolderName":"jovkusuma_ip_master"},{"location":{"location":"https://github.com/Chrainx/ip.git","repoName":"ip","organization":"Chrainx","domainName":"github"},"branch":"master","displayName":"Chrainx/ip[master]","outputFolderName":"Chrainx_ip_master"},{"location":{"location":"https://github.com/Propene-Dan/ip.git","repoName":"ip","organization":"Propene-Dan","domainName":"github"},"branch":"master","displayName":"Propene-Dan/ip[master]","outputFolderName":"Propene-Dan_ip_master"},{"location":{"location":"https://github.com/Daphne789/ip.git","repoName":"ip","organization":"Daphne789","domainName":"github"},"branch":"master","displayName":"Daphne789/ip[master]","outputFolderName":"Daphne789_ip_master"},{"location":{"location":"https://github.com/ChuanXinNg/ip.git","repoName":"ip","organization":"ChuanXinNg","domainName":"github"},"branch":"master","displayName":"ChuanXinNg/ip[master]","outputFolderName":"ChuanXinNg_ip_master"},{"location":{"location":"https://github.com/LHeng1/ip.git","repoName":"ip","organization":"LHeng1","domainName":"github"},"branch":"master","displayName":"LHeng1/ip[master]","outputFolderName":"LHeng1_ip_master"},{"location":{"location":"https://github.com/wr1159/ip.git","repoName":"ip","organization":"wr1159","domainName":"github"},"branch":"master","displayName":"wr1159/ip[master]","outputFolderName":"wr1159_ip_master"},{"location":{"location":"https://github.com/wjacobw/ip.git","repoName":"ip","organization":"wjacobw","domainName":"github"},"branch":"master","displayName":"wjacobw/ip[master]","outputFolderName":"wjacobw_ip_master"},{"location":{"location":"https://github.com/tiongjjyi/ip.git","repoName":"ip","organization":"tiongjjyi","domainName":"github"},"branch":"master","displayName":"tiongjjyi/ip[master]","outputFolderName":"tiongjjyi_ip_master"},{"location":{"location":"https://github.com/longnguyentan/ip.git","repoName":"ip","organization":"longnguyentan","domainName":"github"},"branch":"master","displayName":"longnguyentan/ip[master]","outputFolderName":"longnguyentan_ip_master"},{"location":{"location":"https://github.com/proto-aiken-13/ip.git","repoName":"ip","organization":"proto-aiken-13","domainName":"github"},"branch":"master","displayName":"proto-aiken-13/ip[master]","outputFolderName":"proto-aiken-13_ip_master"},{"location":{"location":"https://github.com/junnengsoo/ip.git","repoName":"ip","organization":"junnengsoo","domainName":"github"},"branch":"master","displayName":"junnengsoo/ip[master]","outputFolderName":"junnengsoo_ip_master"},{"location":{"location":"https://github.com/yezkez10/ip.git","repoName":"ip","organization":"yezkez10","domainName":"github"},"branch":"master","displayName":"yezkez10/ip[master]","outputFolderName":"yezkez10_ip_master"},{"location":{"location":"https://github.com/jamesebond/ip.git","repoName":"ip","organization":"jamesebond","domainName":"github"},"branch":"master","displayName":"jamesebond/ip[master]","outputFolderName":"jamesebond_ip_master"},{"location":{"location":"https://github.com/alyssaongyx/ip.git","repoName":"ip","organization":"alyssaongyx","domainName":"github"},"branch":"master","displayName":"alyssaongyx/ip[master]","outputFolderName":"alyssaongyx_ip_master"},{"location":{"location":"https://github.com/Carlintyj/ip.git","repoName":"ip","organization":"Carlintyj","domainName":"github"},"branch":"master","displayName":"Carlintyj/ip[master]","outputFolderName":"Carlintyj_ip_master"},{"location":{"location":"https://github.com/ruth-lim/ip.git","repoName":"ip","organization":"ruth-lim","domainName":"github"},"branch":"master","displayName":"ruth-lim/ip[master]","outputFolderName":"ruth-lim_ip_master"},{"location":{"location":"https://github.com/licongshen12/ip.git","repoName":"ip","organization":"licongshen12","domainName":"github"},"branch":"master","displayName":"licongshen12/ip[master]","outputFolderName":"licongshen12_ip_master"},{"location":{"location":"https://github.com/thaddeusong/ip.git","repoName":"ip","organization":"thaddeusong","domainName":"github"},"branch":"master","displayName":"thaddeusong/ip[master]","outputFolderName":"thaddeusong_ip_master"},{"location":{"location":"https://github.com/LordSaumya/ip.git","repoName":"ip","organization":"LordSaumya","domainName":"github"},"branch":"master","displayName":"LordSaumya/ip[master]","outputFolderName":"LordSaumya_ip_master"},{"location":{"location":"https://github.com/Kevin-Liusx/ip.git","repoName":"ip","organization":"Kevin-Liusx","domainName":"github"},"branch":"master","displayName":"Kevin-Liusx/ip[master]","outputFolderName":"Kevin-Liusx_ip_master"},{"location":{"location":"https://github.com/Ken-Lai/ip.git","repoName":"ip","organization":"Ken-Lai","domainName":"github"},"branch":"master","displayName":"Ken-Lai/ip[master]","outputFolderName":"Ken-Lai_ip_master"},{"location":{"location":"https://github.com/KumChaiYin/ip.git","repoName":"ip","organization":"KumChaiYin","domainName":"github"},"branch":"master","displayName":"KumChaiYin/ip[master]","outputFolderName":"KumChaiYin_ip_master"},{"location":{"location":"https://github.com/pzl111/ip.git","repoName":"ip","organization":"pzl111","domainName":"github"},"branch":"master","displayName":"pzl111/ip[master]","outputFolderName":"pzl111_ip_master"},{"location":{"location":"https://github.com/alientian/ip.git","repoName":"ip","organization":"alientian","domainName":"github"},"branch":"master","displayName":"alientian/ip[master]","outputFolderName":"alientian_ip_master"},{"location":{"location":"https://github.com/eyelessrhyme7/ip.git","repoName":"ip","organization":"eyelessrhyme7","domainName":"github"},"branch":"master","displayName":"eyelessrhyme7/ip[master]","outputFolderName":"eyelessrhyme7_ip_master"},{"location":{"location":"https://github.com/AprupKale/ip.git","repoName":"ip","organization":"AprupKale","domainName":"github"},"branch":"master","displayName":"AprupKale/ip[master]","outputFolderName":"AprupKale_ip_master"},{"location":{"location":"https://github.com/kimshitong/ip.git","repoName":"ip","organization":"kimshitong","domainName":"github"},"branch":"master","displayName":"kimshitong/ip[master]","outputFolderName":"kimshitong_ip_master"},{"location":{"location":"https://github.com/Bryan-Goh/ip.git","repoName":"ip","organization":"Bryan-Goh","domainName":"github"},"branch":"master","displayName":"Bryan-Goh/ip[master]","outputFolderName":"Bryan-Goh_ip_master"},{"location":{"location":"https://github.com/tiif/ip.git","repoName":"ip","organization":"tiif","domainName":"github"},"branch":"master","displayName":"tiif/ip[master]","outputFolderName":"tiif_ip_master"},{"location":{"location":"https://github.com/angkyakdifp/ip.git","repoName":"ip","organization":"angkyakdifp","domainName":"github"},"branch":"master","displayName":"angkyakdifp/ip[master]","outputFolderName":"angkyakdifp_ip_master"},{"location":{"location":"https://github.com/Chen-Kuei/ip.git","repoName":"ip","organization":"Chen-Kuei","domainName":"github"},"branch":"master","displayName":"Chen-Kuei/ip[master]","outputFolderName":"Chen-Kuei_ip_master"},{"location":{"location":"https://github.com/SinhaVedant/ip.git","repoName":"ip","organization":"SinhaVedant","domainName":"github"},"branch":"master","displayName":"SinhaVedant/ip[master]","outputFolderName":"SinhaVedant_ip_master"},{"location":{"location":"https://github.com/D-Limiter/ip.git","repoName":"ip","organization":"D-Limiter","domainName":"github"},"branch":"master","displayName":"D-Limiter/ip[master]","outputFolderName":"D-Limiter_ip_master"},{"location":{"location":"https://github.com/larrywang0701/ip.git","repoName":"ip","organization":"larrywang0701","domainName":"github"},"branch":"master","displayName":"larrywang0701/ip[master]","outputFolderName":"larrywang0701_ip_master"},{"location":{"location":"https://github.com/Song-Mengfei/ip.git","repoName":"ip","organization":"Song-Mengfei","domainName":"github"},"branch":"master","displayName":"Song-Mengfei/ip[master]","outputFolderName":"Song-Mengfei_ip_master"},{"location":{"location":"https://github.com/ChangruHenryQian/ip.git","repoName":"ip","organization":"ChangruHenryQian","domainName":"github"},"branch":"master","displayName":"ChangruHenryQian/ip[master]","outputFolderName":"ChangruHenryQian_ip_master"},{"location":{"location":"https://github.com/ketweeen/ip.git","repoName":"ip","organization":"ketweeen","domainName":"github"},"branch":"master","displayName":"ketweeen/ip[master]","outputFolderName":"ketweeen_ip_master"},{"location":{"location":"https://github.com/RSXIX/ip.git","repoName":"ip","organization":"RSXIX","domainName":"github"},"branch":"master","displayName":"RSXIX/ip[master]","outputFolderName":"RSXIX_ip_master"},{"location":{"location":"https://github.com/songgthu/ip.git","repoName":"ip","organization":"songgthu","domainName":"github"},"branch":"master","displayName":"songgthu/ip[master]","outputFolderName":"songgthu_ip_master"},{"location":{"location":"https://github.com/maj0-0/ip.git","repoName":"ip","organization":"maj0-0","domainName":"github"},"branch":"master","displayName":"maj0-0/ip[master]","outputFolderName":"maj0-0_ip_master"},{"location":{"location":"https://github.com/tiongMax/ip.git","repoName":"ip","organization":"tiongMax","domainName":"github"},"branch":"master","displayName":"tiongMax/ip[master]","outputFolderName":"tiongMax_ip_master"},{"location":{"location":"https://github.com/A1WAYSD/ip.git","repoName":"ip","organization":"A1WAYSD","domainName":"github"},"branch":"master","displayName":"A1WAYSD/ip[master]","outputFolderName":"A1WAYSD_ip_master"},{"location":{"location":"https://github.com/hjoneweek/ip.git","repoName":"ip","organization":"hjoneweek","domainName":"github"},"branch":"master","displayName":"hjoneweek/ip[master]","outputFolderName":"hjoneweek_ip_master"},{"location":{"location":"https://github.com/itsNatTan/ip.git","repoName":"ip","organization":"itsNatTan","domainName":"github"},"branch":"master","displayName":"itsNatTan/ip[master]","outputFolderName":"itsNatTan_ip_master"},{"location":{"location":"https://github.com/AustinHuang1203/ip.git","repoName":"ip","organization":"AustinHuang1203","domainName":"github"},"branch":"master","displayName":"AustinHuang1203/ip[master]","outputFolderName":"AustinHuang1203_ip_master"},{"location":{"location":"https://github.com/WangCheng0116/ip.git","repoName":"ip","organization":"WangCheng0116","domainName":"github"},"branch":"master","displayName":"WangCheng0116/ip[master]","outputFolderName":"WangCheng0116_ip_master"},{"location":{"location":"https://github.com/Tim-Siu/ip.git","repoName":"ip","organization":"Tim-Siu","domainName":"github"},"branch":"master","displayName":"Tim-Siu/ip[master]","outputFolderName":"Tim-Siu_ip_master"},{"location":{"location":"https://github.com/newway1814/ip.git","repoName":"ip","organization":"newway1814","domainName":"github"},"branch":"master","displayName":"newway1814/ip[master]","outputFolderName":"newway1814_ip_master"},{"location":{"location":"https://github.com/li-rongzhi/ip.git","repoName":"ip","organization":"li-rongzhi","domainName":"github"},"branch":"master","displayName":"li-rongzhi/ip[master]","outputFolderName":"li-rongzhi_ip_master"},{"location":{"location":"https://github.com/adhigop13/ip.git","repoName":"ip","organization":"adhigop13","domainName":"github"},"branch":"master","displayName":"adhigop13/ip[master]","outputFolderName":"adhigop13_ip_master"},{"location":{"location":"https://github.com/MadLamprey/ip.git","repoName":"ip","organization":"MadLamprey","domainName":"github"},"branch":"master","displayName":"MadLamprey/ip[master]","outputFolderName":"MadLamprey_ip_master"}],"errorSet":[],"sinceDate":"2023-08-18","untilDate":"2023-10-22","isSinceDateProvided":true,"isUntilDateProvided":false,"supportedDomainUrlMap":{"NOT_RECOGNIZED":{"BRANCH":"","REPO_URL":"UNSUPPORTED","BASE_URL":"UNSUPPORTED","HISTORY_PATH":"","COMMIT_PATH":"","BLAME_PATH":""},"github":{"BRANCH":"tree/$BRANCH","REPO_URL":"https://github.com/$ORGANIZATION/$REPO_NAME/","BASE_URL":"https://github.com/","HISTORY_PATH":"commits/$BRANCH/$FILE_PATH","COMMIT_PATH":"commit/$COMMIT_HASH","BLAME_PATH":"blame/$BRANCH/$FILE_PATH"}}} +{"repoSenseVersion":"0c4045d4f4","reportGeneratedTime":"Mon Oct 23 09:14:23 2023 UTC+08:00","reportGenerationTime":" 2 minute(s) 26.74 second(s)","zoneId":"UTC+08:00","reportTitle":"CS2103 iP Code Dashboard","repos":[{"location":{"location":"https://github.com/remuslum/ip.git","repoName":"ip","organization":"remuslum","domainName":"github"},"branch":"master","displayName":"remuslum/ip[master]","outputFolderName":"remuslum_ip_master"},{"location":{"location":"https://github.com/elhy1999/ip.git","repoName":"ip","organization":"elhy1999","domainName":"github"},"branch":"master","displayName":"elhy1999/ip[master]","outputFolderName":"elhy1999_ip_master"},{"location":{"location":"https://github.com/XihuaZ/ip.git","repoName":"ip","organization":"XihuaZ","domainName":"github"},"branch":"master","displayName":"XihuaZ/ip[master]","outputFolderName":"XihuaZ_ip_master"},{"location":{"location":"https://github.com/bwangpj/ip.git","repoName":"ip","organization":"bwangpj","domainName":"github"},"branch":"master","displayName":"bwangpj/ip[master]","outputFolderName":"bwangpj_ip_master"},{"location":{"location":"https://github.com/shuenj/ip.git","repoName":"ip","organization":"shuenj","domainName":"github"},"branch":"master","displayName":"shuenj/ip[master]","outputFolderName":"shuenj_ip_master"},{"location":{"location":"https://github.com/SungMatt/ip.git","repoName":"ip","organization":"SungMatt","domainName":"github"},"branch":"master","displayName":"SungMatt/ip[master]","outputFolderName":"SungMatt_ip_master"},{"location":{"location":"https://github.com/junhonglow/ip.git","repoName":"ip","organization":"junhonglow","domainName":"github"},"branch":"master","displayName":"junhonglow/ip[master]","outputFolderName":"junhonglow_ip_master"},{"location":{"location":"https://github.com/xavierpok/ip.git","repoName":"ip","organization":"xavierpok","domainName":"github"},"branch":"master","displayName":"xavierpok/ip[master]","outputFolderName":"xavierpok_ip_master"},{"location":{"location":"https://github.com/marcellaantania/ip.git","repoName":"ip","organization":"marcellaantania","domainName":"github"},"branch":"master","displayName":"marcellaantania/ip[master]","outputFolderName":"marcellaantania_ip_master"},{"location":{"location":"https://github.com/starrylight99/ip.git","repoName":"ip","organization":"starrylight99","domainName":"github"},"branch":"master","displayName":"starrylight99/ip[master]","outputFolderName":"starrylight99_ip_master"},{"location":{"location":"https://github.com/leezhanpeng/ip.git","repoName":"ip","organization":"leezhanpeng","domainName":"github"},"branch":"master","displayName":"leezhanpeng/ip[master]","outputFolderName":"leezhanpeng_ip_master"},{"location":{"location":"https://github.com/sheryew/ip.git","repoName":"ip","organization":"sheryew","domainName":"github"},"branch":"master","displayName":"sheryew/ip[master]","outputFolderName":"sheryew_ip_master"},{"location":{"location":"https://github.com/lihongguang00/ip.git","repoName":"ip","organization":"lihongguang00","domainName":"github"},"branch":"master","displayName":"lihongguang00/ip[master]","outputFolderName":"lihongguang00_ip_master"},{"location":{"location":"https://github.com/nicrandomlee/ip.git","repoName":"ip","organization":"nicrandomlee","domainName":"github"},"branch":"master","displayName":"nicrandomlee/ip[master]","outputFolderName":"nicrandomlee_ip_master"},{"location":{"location":"https://github.com/LuahJunYang/ip.git","repoName":"ip","organization":"LuahJunYang","domainName":"github"},"branch":"master","displayName":"LuahJunYang/ip[master]","outputFolderName":"LuahJunYang_ip_master"},{"location":{"location":"https://github.com/s-peiran/ip.git","repoName":"ip","organization":"s-peiran","domainName":"github"},"branch":"master","displayName":"s-peiran/ip[master]","outputFolderName":"s-peiran_ip_master"},{"location":{"location":"https://github.com/aarontxz/ip.git","repoName":"ip","organization":"aarontxz","domainName":"github"},"branch":"master","displayName":"aarontxz/ip[master]","outputFolderName":"aarontxz_ip_master"},{"location":{"location":"https://github.com/chiayunrong/ip.git","repoName":"ip","organization":"chiayunrong","domainName":"github"},"branch":"master","displayName":"chiayunrong/ip[master]","outputFolderName":"chiayunrong_ip_master"},{"location":{"location":"https://github.com/nixonwidjaja/ip.git","repoName":"ip","organization":"nixonwidjaja","domainName":"github"},"branch":"master","displayName":"nixonwidjaja/ip[master]","outputFolderName":"nixonwidjaja_ip_master"},{"location":{"location":"https://github.com/imkwokyong/ip.git","repoName":"ip","organization":"imkwokyong","domainName":"github"},"branch":"master","displayName":"imkwokyong/ip[master]","outputFolderName":"imkwokyong_ip_master"},{"location":{"location":"https://github.com/mamayuan/ip.git","repoName":"ip","organization":"mamayuan","domainName":"github"},"branch":"master","displayName":"mamayuan/ip[master]","outputFolderName":"mamayuan_ip_master"},{"location":{"location":"https://github.com/geoffong11/ip.git","repoName":"ip","organization":"geoffong11","domainName":"github"},"branch":"master","displayName":"geoffong11/ip[master]","outputFolderName":"geoffong11_ip_master"},{"location":{"location":"https://github.com/vivienherq/ip.git","repoName":"ip","organization":"vivienherq","domainName":"github"},"branch":"master","displayName":"vivienherq/ip[master]","outputFolderName":"vivienherq_ip_master"},{"location":{"location":"https://github.com/johnnythesnake12/ip.git","repoName":"ip","organization":"johnnythesnake12","domainName":"github"},"branch":"master","displayName":"johnnythesnake12/ip[master]","outputFolderName":"johnnythesnake12_ip_master"},{"location":{"location":"https://github.com/Cloud7050/ip.git","repoName":"ip","organization":"Cloud7050","domainName":"github"},"branch":"master","displayName":"Cloud7050/ip[master]","outputFolderName":"Cloud7050_ip_master"},{"location":{"location":"https://github.com/jonyeokj/ip.git","repoName":"ip","organization":"jonyeokj","domainName":"github"},"branch":"master","displayName":"jonyeokj/ip[master]","outputFolderName":"jonyeokj_ip_master"},{"location":{"location":"https://github.com/lipwei1808/ip.git","repoName":"ip","organization":"lipwei1808","domainName":"github"},"branch":"master","displayName":"lipwei1808/ip[master]","outputFolderName":"lipwei1808_ip_master"},{"location":{"location":"https://github.com/zhanyang01/ip.git","repoName":"ip","organization":"zhanyang01","domainName":"github"},"branch":"master","displayName":"zhanyang01/ip[master]","outputFolderName":"zhanyang01_ip_master"},{"location":{"location":"https://github.com/EricXiong420/ip.git","repoName":"ip","organization":"EricXiong420","domainName":"github"},"branch":"master","displayName":"EricXiong420/ip[master]","outputFolderName":"EricXiong420_ip_master"},{"location":{"location":"https://github.com/sp4ce-cowboy/ip.git","repoName":"ip","organization":"sp4ce-cowboy","domainName":"github"},"branch":"master","displayName":"sp4ce-cowboy/ip[master]","outputFolderName":"sp4ce-cowboy_ip_master"},{"location":{"location":"https://github.com/ktzy0305/ip.git","repoName":"ip","organization":"ktzy0305","domainName":"github"},"branch":"master","displayName":"ktzy0305/ip[master]","outputFolderName":"ktzy0305_ip_master"},{"location":{"location":"https://github.com/dom-buri/ip.git","repoName":"ip","organization":"dom-buri","domainName":"github"},"branch":"master","displayName":"dom-buri/ip[master]","outputFolderName":"dom-buri_ip_master"},{"location":{"location":"https://github.com/rayshawntan/ip.git","repoName":"ip","organization":"rayshawntan","domainName":"github"},"branch":"master","displayName":"rayshawntan/ip[master]","outputFolderName":"rayshawntan_ip_master"},{"location":{"location":"https://github.com/Seonlo99/ip.git","repoName":"ip","organization":"Seonlo99","domainName":"github"},"branch":"master","displayName":"Seonlo99/ip[master]","outputFolderName":"Seonlo99_ip_master"},{"location":{"location":"https://github.com/woojiahao/ip.git","repoName":"ip","organization":"woojiahao","domainName":"github"},"branch":"master","displayName":"woojiahao/ip[master]","outputFolderName":"woojiahao_ip_master"},{"location":{"location":"https://github.com/Angelyxx/ip.git","repoName":"ip","organization":"Angelyxx","domainName":"github"},"branch":"master","displayName":"Angelyxx/ip[master]","outputFolderName":"Angelyxx_ip_master"},{"location":{"location":"https://github.com/jamz903/ip.git","repoName":"ip","organization":"jamz903","domainName":"github"},"branch":"master","displayName":"jamz903/ip[master]","outputFolderName":"jamz903_ip_master"},{"location":{"location":"https://github.com/Fallman2/ip.git","repoName":"ip","organization":"Fallman2","domainName":"github"},"branch":"master","displayName":"Fallman2/ip[master]","outputFolderName":"Fallman2_ip_master"},{"location":{"location":"https://github.com/jacobcuison/ip.git","repoName":"ip","organization":"jacobcuison","domainName":"github"},"branch":"master","displayName":"jacobcuison/ip[master]","outputFolderName":"jacobcuison_ip_master"},{"location":{"location":"https://github.com/kenvynKwek/ip.git","repoName":"ip","organization":"kenvynKwek","domainName":"github"},"branch":"master","displayName":"kenvynKwek/ip[master]","outputFolderName":"kenvynKwek_ip_master"},{"location":{"location":"https://github.com/kokrui/ip.git","repoName":"ip","organization":"kokrui","domainName":"github"},"branch":"master","displayName":"kokrui/ip[master]","outputFolderName":"kokrui_ip_master"},{"location":{"location":"https://github.com/ncmathan/ip.git","repoName":"ip","organization":"ncmathan","domainName":"github"},"branch":"master","displayName":"ncmathan/ip[master]","outputFolderName":"ncmathan_ip_master"},{"location":{"location":"https://github.com/xCOLOURx/ip.git","repoName":"ip","organization":"xCOLOURx","domainName":"github"},"branch":"master","displayName":"xCOLOURx/ip[master]","outputFolderName":"xCOLOURx_ip_master"},{"location":{"location":"https://github.com/zhyuhan/ip.git","repoName":"ip","organization":"zhyuhan","domainName":"github"},"branch":"master","displayName":"zhyuhan/ip[master]","outputFolderName":"zhyuhan_ip_master"},{"location":{"location":"https://github.com/chuababyy/ip.git","repoName":"ip","organization":"chuababyy","domainName":"github"},"branch":"master","displayName":"chuababyy/ip[master]","outputFolderName":"chuababyy_ip_master"},{"location":{"location":"https://github.com/rocketninja7/ip.git","repoName":"ip","organization":"rocketninja7","domainName":"github"},"branch":"master","displayName":"rocketninja7/ip[master]","outputFolderName":"rocketninja7_ip_master"},{"location":{"location":"https://github.com/marquestye/ip.git","repoName":"ip","organization":"marquestye","domainName":"github"},"branch":"master","displayName":"marquestye/ip[master]","outputFolderName":"marquestye_ip_master"},{"location":{"location":"https://github.com/ruiyangzh/ip.git","repoName":"ip","organization":"ruiyangzh","domainName":"github"},"branch":"master","displayName":"ruiyangzh/ip[master]","outputFolderName":"ruiyangzh_ip_master"},{"location":{"location":"https://github.com/derekjxtan/ip.git","repoName":"ip","organization":"derekjxtan","domainName":"github"},"branch":"master","displayName":"derekjxtan/ip[master]","outputFolderName":"derekjxtan_ip_master"},{"location":{"location":"https://github.com/mounilsankar/ip.git","repoName":"ip","organization":"mounilsankar","domainName":"github"},"branch":"master","displayName":"mounilsankar/ip[master]","outputFolderName":"mounilsankar_ip_master"},{"location":{"location":"https://github.com/wj331/ip.git","repoName":"ip","organization":"wj331","domainName":"github"},"branch":"master","displayName":"wj331/ip[master]","outputFolderName":"wj331_ip_master"},{"location":{"location":"https://github.com/JasonLCY-Temp/ip.git","repoName":"ip","organization":"JasonLCY-Temp","domainName":"github"},"branch":"master","displayName":"JasonLCY-Temp/ip[master]","outputFolderName":"JasonLCY-Temp_ip_master"},{"location":{"location":"https://github.com/lawruixi/ip.git","repoName":"ip","organization":"lawruixi","domainName":"github"},"branch":"master","displayName":"lawruixi/ip[master]","outputFolderName":"lawruixi_ip_master"},{"location":{"location":"https://github.com/wxwern/ip.git","repoName":"ip","organization":"wxwern","domainName":"github"},"branch":"master","displayName":"wxwern/ip[master]","outputFolderName":"wxwern_ip_master"},{"location":{"location":"https://github.com/zekone/ip.git","repoName":"ip","organization":"zekone","domainName":"github"},"branch":"master","displayName":"zekone/ip[master]","outputFolderName":"zekone_ip_master"},{"location":{"location":"https://github.com/wamps-jp/ip.git","repoName":"ip","organization":"wamps-jp","domainName":"github"},"branch":"master","displayName":"wamps-jp/ip[master]","outputFolderName":"wamps-jp_ip_master"},{"location":{"location":"https://github.com/saltedfishxx/ip.git","repoName":"ip","organization":"saltedfishxx","domainName":"github"},"branch":"master","displayName":"saltedfishxx/ip[master]","outputFolderName":"saltedfishxx_ip_master"},{"location":{"location":"https://github.com/winson8222/ip.git","repoName":"ip","organization":"winson8222","domainName":"github"},"branch":"master","displayName":"winson8222/ip[master]","outputFolderName":"winson8222_ip_master"},{"location":{"location":"https://github.com/brandon-nam/ip.git","repoName":"ip","organization":"brandon-nam","domainName":"github"},"branch":"master","displayName":"brandon-nam/ip[master]","outputFolderName":"brandon-nam_ip_master"},{"location":{"location":"https://github.com/p-xp/ip.git","repoName":"ip","organization":"p-xp","domainName":"github"},"branch":"master","displayName":"p-xp/ip[master]","outputFolderName":"p-xp_ip_master"},{"location":{"location":"https://github.com/WeeMingQing/ip.git","repoName":"ip","organization":"WeeMingQing","domainName":"github"},"branch":"master","displayName":"WeeMingQing/ip[master]","outputFolderName":"WeeMingQing_ip_master"},{"location":{"location":"https://github.com/ScarletBlanks/ip.git","repoName":"ip","organization":"ScarletBlanks","domainName":"github"},"branch":"master","displayName":"ScarletBlanks/ip[master]","outputFolderName":"ScarletBlanks_ip_master"},{"location":{"location":"https://github.com/seraphimstreets/ip.git","repoName":"ip","organization":"seraphimstreets","domainName":"github"},"branch":"master","displayName":"seraphimstreets/ip[master]","outputFolderName":"seraphimstreets_ip_master"},{"location":{"location":"https://github.com/devanshubisht/ip.git","repoName":"ip","organization":"devanshubisht","domainName":"github"},"branch":"master","displayName":"devanshubisht/ip[master]","outputFolderName":"devanshubisht_ip_master"},{"location":{"location":"https://github.com/Zjinnnn/ip.git","repoName":"ip","organization":"Zjinnnn","domainName":"github"},"branch":"master","displayName":"Zjinnnn/ip[master]","outputFolderName":"Zjinnnn_ip_master"},{"location":{"location":"https://github.com/brendanneojw/ip.git","repoName":"ip","organization":"brendanneojw","domainName":"github"},"branch":"master","displayName":"brendanneojw/ip[master]","outputFolderName":"brendanneojw_ip_master"},{"location":{"location":"https://github.com/aexolate/ip.git","repoName":"ip","organization":"aexolate","domainName":"github"},"branch":"master","displayName":"aexolate/ip[master]","outputFolderName":"aexolate_ip_master"},{"location":{"location":"https://github.com/techjay-c/ip.git","repoName":"ip","organization":"techjay-c","domainName":"github"},"branch":"master","displayName":"techjay-c/ip[master]","outputFolderName":"techjay-c_ip_master"},{"location":{"location":"https://github.com/SynapseProgramming/ip.git","repoName":"ip","organization":"SynapseProgramming","domainName":"github"},"branch":"master","displayName":"SynapseProgramming/ip[master]","outputFolderName":"SynapseProgramming_ip_master"},{"location":{"location":"https://github.com/TyrusLye/ip.git","repoName":"ip","organization":"TyrusLye","domainName":"github"},"branch":"master","displayName":"TyrusLye/ip[master]","outputFolderName":"TyrusLye_ip_master"},{"location":{"location":"https://github.com/RB9823/ip.git","repoName":"ip","organization":"RB9823","domainName":"github"},"branch":"master","displayName":"RB9823/ip[master]","outputFolderName":"RB9823_ip_master"},{"location":{"location":"https://github.com/jean-cq/ip.git","repoName":"ip","organization":"jean-cq","domainName":"github"},"branch":"master","displayName":"jean-cq/ip[master]","outputFolderName":"jean-cq_ip_master"},{"location":{"location":"https://github.com/Bearypop/ip.git","repoName":"ip","organization":"Bearypop","domainName":"github"},"branch":"master","displayName":"Bearypop/ip[master]","outputFolderName":"Bearypop_ip_master"},{"location":{"location":"https://github.com/andytoh1/ip.git","repoName":"ip","organization":"andytoh1","domainName":"github"},"branch":"master","displayName":"andytoh1/ip[master]","outputFolderName":"andytoh1_ip_master"},{"location":{"location":"https://github.com/siqirua/ip.git","repoName":"ip","organization":"siqirua","domainName":"github"},"branch":"master","displayName":"siqirua/ip[master]","outputFolderName":"siqirua_ip_master"},{"location":{"location":"https://github.com/amosting/ip.git","repoName":"ip","organization":"amosting","domainName":"github"},"branch":"master","displayName":"amosting/ip[master]","outputFolderName":"amosting_ip_master"},{"location":{"location":"https://github.com/JizhuoChen/ip.git","repoName":"ip","organization":"JizhuoChen","domainName":"github"},"branch":"master","displayName":"JizhuoChen/ip[master]","outputFolderName":"JizhuoChen_ip_master"},{"location":{"location":"https://github.com/Tang-Moyan/ip.git","repoName":"ip","organization":"Tang-Moyan","domainName":"github"},"branch":"master","displayName":"Tang-Moyan/ip[master]","outputFolderName":"Tang-Moyan_ip_master"},{"location":{"location":"https://github.com/aliciamichellew/ip.git","repoName":"ip","organization":"aliciamichellew","domainName":"github"},"branch":"master","displayName":"aliciamichellew/ip[master]","outputFolderName":"aliciamichellew_ip_master"},{"location":{"location":"https://github.com/KamiliArsyad/ip.git","repoName":"ip","organization":"KamiliArsyad","domainName":"github"},"branch":"master","displayName":"KamiliArsyad/ip[master]","outputFolderName":"KamiliArsyad_ip_master"},{"location":{"location":"https://github.com/dishenggg/ip.git","repoName":"ip","organization":"dishenggg","domainName":"github"},"branch":"master","displayName":"dishenggg/ip[master]","outputFolderName":"dishenggg_ip_master"},{"location":{"location":"https://github.com/Nixx162/ip.git","repoName":"ip","organization":"Nixx162","domainName":"github"},"branch":"master","displayName":"Nixx162/ip[master]","outputFolderName":"Nixx162_ip_master"},{"location":{"location":"https://github.com/Leb14/ip.git","repoName":"ip","organization":"Leb14","domainName":"github"},"branch":"master","displayName":"Leb14/ip[master]","outputFolderName":"Leb14_ip_master"},{"location":{"location":"https://github.com/Heran9/ip.git","repoName":"ip","organization":"Heran9","domainName":"github"},"branch":"master","displayName":"Heran9/ip[master]","outputFolderName":"Heran9_ip_master"},{"location":{"location":"https://github.com/FerdiHS/ip.git","repoName":"ip","organization":"FerdiHS","domainName":"github"},"branch":"master","displayName":"FerdiHS/ip[master]","outputFolderName":"FerdiHS_ip_master"},{"location":{"location":"https://github.com/StevenLiudw/ip.git","repoName":"ip","organization":"StevenLiudw","domainName":"github"},"branch":"master","displayName":"StevenLiudw/ip[master]","outputFolderName":"StevenLiudw_ip_master"},{"location":{"location":"https://github.com/InfiBeyond/ip.git","repoName":"ip","organization":"InfiBeyond","domainName":"github"},"branch":"master","displayName":"InfiBeyond/ip[master]","outputFolderName":"InfiBeyond_ip_master"},{"location":{"location":"https://github.com/s0ngyang/ip.git","repoName":"ip","organization":"s0ngyang","domainName":"github"},"branch":"master","displayName":"s0ngyang/ip[master]","outputFolderName":"s0ngyang_ip_master"},{"location":{"location":"https://github.com/ivyy-poison/ip.git","repoName":"ip","organization":"ivyy-poison","domainName":"github"},"branch":"master","displayName":"ivyy-poison/ip[master]","outputFolderName":"ivyy-poison_ip_master"},{"location":{"location":"https://github.com/yytan25/ip.git","repoName":"ip","organization":"yytan25","domainName":"github"},"branch":"master","displayName":"yytan25/ip[master]","outputFolderName":"yytan25_ip_master"},{"location":{"location":"https://github.com/tjch-o/ip.git","repoName":"ip","organization":"tjch-o","domainName":"github"},"branch":"master","displayName":"tjch-o/ip[master]","outputFolderName":"tjch-o_ip_master"},{"location":{"location":"https://github.com/jedkohjk/ip.git","repoName":"ip","organization":"jedkohjk","domainName":"github"},"branch":"master","displayName":"jedkohjk/ip[master]","outputFolderName":"jedkohjk_ip_master"},{"location":{"location":"https://github.com/raynertjx/ip.git","repoName":"ip","organization":"raynertjx","domainName":"github"},"branch":"master","displayName":"raynertjx/ip[master]","outputFolderName":"raynertjx_ip_master"},{"location":{"location":"https://github.com/cmHuang777/ip.git","repoName":"ip","organization":"cmHuang777","domainName":"github"},"branch":"master","displayName":"cmHuang777/ip[master]","outputFolderName":"cmHuang777_ip_master"},{"location":{"location":"https://github.com/wui-hong/ip.git","repoName":"ip","organization":"wui-hong","domainName":"github"},"branch":"master","displayName":"wui-hong/ip[master]","outputFolderName":"wui-hong_ip_master"},{"location":{"location":"https://github.com/PohSayKeong/ip.git","repoName":"ip","organization":"PohSayKeong","domainName":"github"},"branch":"master","displayName":"PohSayKeong/ip[master]","outputFolderName":"PohSayKeong_ip_master"},{"location":{"location":"https://github.com/lsyurea/ip.git","repoName":"ip","organization":"lsyurea","domainName":"github"},"branch":"master","displayName":"lsyurea/ip[master]","outputFolderName":"lsyurea_ip_master"},{"location":{"location":"https://github.com/ong-wei-hong/ip.git","repoName":"ip","organization":"ong-wei-hong","domainName":"github"},"branch":"master","displayName":"ong-wei-hong/ip[master]","outputFolderName":"ong-wei-hong_ip_master"},{"location":{"location":"https://github.com/asdfghjkxd/ip.git","repoName":"ip","organization":"asdfghjkxd","domainName":"github"},"branch":"master","displayName":"asdfghjkxd/ip[master]","outputFolderName":"asdfghjkxd_ip_master"},{"location":{"location":"https://github.com/GSgiansen/ip.git","repoName":"ip","organization":"GSgiansen","domainName":"github"},"branch":"master","displayName":"GSgiansen/ip[master]","outputFolderName":"GSgiansen_ip_master"},{"location":{"location":"https://github.com/syamfarh/ip.git","repoName":"ip","organization":"syamfarh","domainName":"github"},"branch":"master","displayName":"syamfarh/ip[master]","outputFolderName":"syamfarh_ip_master"},{"location":{"location":"https://github.com/PetrichorPrecipice/ip.git","repoName":"ip","organization":"PetrichorPrecipice","domainName":"github"},"branch":"master","displayName":"PetrichorPrecipice/ip[master]","outputFolderName":"PetrichorPrecipice_ip_master"},{"location":{"location":"https://github.com/ngeeyonglim/ip.git","repoName":"ip","organization":"ngeeyonglim","domainName":"github"},"branch":"master","displayName":"ngeeyonglim/ip[master]","outputFolderName":"ngeeyonglim_ip_master"},{"location":{"location":"https://github.com/ivanleekk/ip.git","repoName":"ip","organization":"ivanleekk","domainName":"github"},"branch":"master","displayName":"ivanleekk/ip[master]","outputFolderName":"ivanleekk_ip_master"},{"location":{"location":"https://github.com/ryanozx/ip.git","repoName":"ip","organization":"ryanozx","domainName":"github"},"branch":"master","displayName":"ryanozx/ip[master]","outputFolderName":"ryanozx_ip_master"},{"location":{"location":"https://github.com/Jweewee/ip.git","repoName":"ip","organization":"Jweewee","domainName":"github"},"branch":"master","displayName":"Jweewee/ip[master]","outputFolderName":"Jweewee_ip_master"},{"location":{"location":"https://github.com/supermii2/ip.git","repoName":"ip","organization":"supermii2","domainName":"github"},"branch":"master","displayName":"supermii2/ip[master]","outputFolderName":"supermii2_ip_master"},{"location":{"location":"https://github.com/bkjwjason/ip.git","repoName":"ip","organization":"bkjwjason","domainName":"github"},"branch":"master","displayName":"bkjwjason/ip[master]","outputFolderName":"bkjwjason_ip_master"},{"location":{"location":"https://github.com/Sasmik23/ip.git","repoName":"ip","organization":"Sasmik23","domainName":"github"},"branch":"master","displayName":"Sasmik23/ip[master]","outputFolderName":"Sasmik23_ip_master"},{"location":{"location":"https://github.com/nathanielcalimag/ip.git","repoName":"ip","organization":"nathanielcalimag","domainName":"github"},"branch":"master","displayName":"nathanielcalimag/ip[master]","outputFolderName":"nathanielcalimag_ip_master"},{"location":{"location":"https://github.com/AlagappanRa/ip.git","repoName":"ip","organization":"AlagappanRa","domainName":"github"},"branch":"master","displayName":"AlagappanRa/ip[master]","outputFolderName":"AlagappanRa_ip_master"},{"location":{"location":"https://github.com/McNaBry/ip.git","repoName":"ip","organization":"McNaBry","domainName":"github"},"branch":"master","displayName":"McNaBry/ip[master]","outputFolderName":"McNaBry_ip_master"},{"location":{"location":"https://github.com/phiphi-tan/ip.git","repoName":"ip","organization":"phiphi-tan","domainName":"github"},"branch":"master","displayName":"phiphi-tan/ip[master]","outputFolderName":"phiphi-tan_ip_master"},{"location":{"location":"https://github.com/LicongHuang/ip.git","repoName":"ip","organization":"LicongHuang","domainName":"github"},"branch":"master","displayName":"LicongHuang/ip[master]","outputFolderName":"LicongHuang_ip_master"},{"location":{"location":"https://github.com/tanshiyu1999/ip.git","repoName":"ip","organization":"tanshiyu1999","domainName":"github"},"branch":"master","displayName":"tanshiyu1999/ip[master]","outputFolderName":"tanshiyu1999_ip_master"},{"location":{"location":"https://github.com/raydenlim/ip.git","repoName":"ip","organization":"raydenlim","domainName":"github"},"branch":"master","displayName":"raydenlim/ip[master]","outputFolderName":"raydenlim_ip_master"},{"location":{"location":"https://github.com/jianyangg/ip.git","repoName":"ip","organization":"jianyangg","domainName":"github"},"branch":"master","displayName":"jianyangg/ip[master]","outputFolderName":"jianyangg_ip_master"},{"location":{"location":"https://github.com/rionshocker/ip.git","repoName":"ip","organization":"rionshocker","domainName":"github"},"branch":"master","displayName":"rionshocker/ip[master]","outputFolderName":"rionshocker_ip_master"},{"location":{"location":"https://github.com/conradsoon/ip.git","repoName":"ip","organization":"conradsoon","domainName":"github"},"branch":"master","displayName":"conradsoon/ip[master]","outputFolderName":"conradsoon_ip_master"},{"location":{"location":"https://github.com/Jonyxzx/ip.git","repoName":"ip","organization":"Jonyxzx","domainName":"github"},"branch":"master","displayName":"Jonyxzx/ip[master]","outputFolderName":"Jonyxzx_ip_master"},{"location":{"location":"https://github.com/euchangxian/ip.git","repoName":"ip","organization":"euchangxian","domainName":"github"},"branch":"master","displayName":"euchangxian/ip[master]","outputFolderName":"euchangxian_ip_master"},{"location":{"location":"https://github.com/teoks0199/ip.git","repoName":"ip","organization":"teoks0199","domainName":"github"},"branch":"master","displayName":"teoks0199/ip[master]","outputFolderName":"teoks0199_ip_master"},{"location":{"location":"https://github.com/HollaG/ip.git","repoName":"ip","organization":"HollaG","domainName":"github"},"branch":"master","displayName":"HollaG/ip[master]","outputFolderName":"HollaG_ip_master"},{"location":{"location":"https://github.com/leezhengjing/ip.git","repoName":"ip","organization":"leezhengjing","domainName":"github"},"branch":"master","displayName":"leezhengjing/ip[master]","outputFolderName":"leezhengjing_ip_master"},{"location":{"location":"https://github.com/timleow/ip.git","repoName":"ip","organization":"timleow","domainName":"github"},"branch":"master","displayName":"timleow/ip[master]","outputFolderName":"timleow_ip_master"},{"location":{"location":"https://github.com/jacksonyuan256/ip.git","repoName":"ip","organization":"jacksonyuan256","domainName":"github"},"branch":"master","displayName":"jacksonyuan256/ip[master]","outputFolderName":"jacksonyuan256_ip_master"},{"location":{"location":"https://github.com/victorlaiyeeteng/ip.git","repoName":"ip","organization":"victorlaiyeeteng","domainName":"github"},"branch":"master","displayName":"victorlaiyeeteng/ip[master]","outputFolderName":"victorlaiyeeteng_ip_master"},{"location":{"location":"https://github.com/prawnzyy/ip.git","repoName":"ip","organization":"prawnzyy","domainName":"github"},"branch":"master","displayName":"prawnzyy/ip[master]","outputFolderName":"prawnzyy_ip_master"},{"location":{"location":"https://github.com/ryanongwx/ip.git","repoName":"ip","organization":"ryanongwx","domainName":"github"},"branch":"master","displayName":"ryanongwx/ip[master]","outputFolderName":"ryanongwx_ip_master"},{"location":{"location":"https://github.com/tohpinren/ip.git","repoName":"ip","organization":"tohpinren","domainName":"github"},"branch":"master","displayName":"tohpinren/ip[master]","outputFolderName":"tohpinren_ip_master"},{"location":{"location":"https://github.com/DeltonCheng/ip.git","repoName":"ip","organization":"DeltonCheng","domainName":"github"},"branch":"master","displayName":"DeltonCheng/ip[master]","outputFolderName":"DeltonCheng_ip_master"},{"location":{"location":"https://github.com/leontan2/ip.git","repoName":"ip","organization":"leontan2","domainName":"github"},"branch":"master","displayName":"leontan2/ip[master]","outputFolderName":"leontan2_ip_master"},{"location":{"location":"https://github.com/alvinlim277/ip.git","repoName":"ip","organization":"alvinlim277","domainName":"github"},"branch":"master","displayName":"alvinlim277/ip[master]","outputFolderName":"alvinlim277_ip_master"},{"location":{"location":"https://github.com/lshaoqin/ip.git","repoName":"ip","organization":"lshaoqin","domainName":"github"},"branch":"master","displayName":"lshaoqin/ip[master]","outputFolderName":"lshaoqin_ip_master"},{"location":{"location":"https://github.com/ChongWeiJie29/ip.git","repoName":"ip","organization":"ChongWeiJie29","domainName":"github"},"branch":"master","displayName":"ChongWeiJie29/ip[master]","outputFolderName":"ChongWeiJie29_ip_master"},{"location":{"location":"https://github.com/zhonghan721/ip.git","repoName":"ip","organization":"zhonghan721","domainName":"github"},"branch":"master","displayName":"zhonghan721/ip[master]","outputFolderName":"zhonghan721_ip_master"},{"location":{"location":"https://github.com/teozhengyang/ip.git","repoName":"ip","organization":"teozhengyang","domainName":"github"},"branch":"master","displayName":"teozhengyang/ip[master]","outputFolderName":"teozhengyang_ip_master"},{"location":{"location":"https://github.com/garylow2001/ip.git","repoName":"ip","organization":"garylow2001","domainName":"github"},"branch":"master","displayName":"garylow2001/ip[master]","outputFolderName":"garylow2001_ip_master"},{"location":{"location":"https://github.com/Cleon2/ip.git","repoName":"ip","organization":"Cleon2","domainName":"github"},"branch":"master","displayName":"Cleon2/ip[master]","outputFolderName":"Cleon2_ip_master"},{"location":{"location":"https://github.com/limzhenwy/ip.git","repoName":"ip","organization":"limzhenwy","domainName":"github"},"branch":"master","displayName":"limzhenwy/ip[master]","outputFolderName":"limzhenwy_ip_master"},{"location":{"location":"https://github.com/ItsTYtan/ip.git","repoName":"ip","organization":"ItsTYtan","domainName":"github"},"branch":"master","displayName":"ItsTYtan/ip[master]","outputFolderName":"ItsTYtan_ip_master"},{"location":{"location":"https://github.com/owenyeo/ip.git","repoName":"ip","organization":"owenyeo","domainName":"github"},"branch":"master","displayName":"owenyeo/ip[master]","outputFolderName":"owenyeo_ip_master"},{"location":{"location":"https://github.com/jonasongg/ip.git","repoName":"ip","organization":"jonasongg","domainName":"github"},"branch":"master","displayName":"jonasongg/ip[master]","outputFolderName":"jonasongg_ip_master"},{"location":{"location":"https://github.com/Ruizhi2001/ip.git","repoName":"ip","organization":"Ruizhi2001","domainName":"github"},"branch":"master","displayName":"Ruizhi2001/ip[master]","outputFolderName":"Ruizhi2001_ip_master"},{"location":{"location":"https://github.com/Dioclei/ip.git","repoName":"ip","organization":"Dioclei","domainName":"github"},"branch":"master","displayName":"Dioclei/ip[master]","outputFolderName":"Dioclei_ip_master"},{"location":{"location":"https://github.com/bobscodedump/ip.git","repoName":"ip","organization":"bobscodedump","domainName":"github"},"branch":"master","displayName":"bobscodedump/ip[master]","outputFolderName":"bobscodedump_ip_master"},{"location":{"location":"https://github.com/andrefoo/ip.git","repoName":"ip","organization":"andrefoo","domainName":"github"},"branch":"master","displayName":"andrefoo/ip[master]","outputFolderName":"andrefoo_ip_master"},{"location":{"location":"https://github.com/Bombbird2001/ip.git","repoName":"ip","organization":"Bombbird2001","domainName":"github"},"branch":"master","displayName":"Bombbird2001/ip[master]","outputFolderName":"Bombbird2001_ip_master"},{"location":{"location":"https://github.com/chewjh1234/ip.git","repoName":"ip","organization":"chewjh1234","domainName":"github"},"branch":"master","displayName":"chewjh1234/ip[master]","outputFolderName":"chewjh1234_ip_master"},{"location":{"location":"https://github.com/dloh2236/ip.git","repoName":"ip","organization":"dloh2236","domainName":"github"},"branch":"master","displayName":"dloh2236/ip[master]","outputFolderName":"dloh2236_ip_master"},{"location":{"location":"https://github.com/chew01/ip.git","repoName":"ip","organization":"chew01","domainName":"github"},"branch":"master","displayName":"chew01/ip[master]","outputFolderName":"chew01_ip_master"},{"location":{"location":"https://github.com/trgao/ip.git","repoName":"ip","organization":"trgao","domainName":"github"},"branch":"master","displayName":"trgao/ip[master]","outputFolderName":"trgao_ip_master"},{"location":{"location":"https://github.com/richiehx/ip.git","repoName":"ip","organization":"richiehx","domainName":"github"},"branch":"master","displayName":"richiehx/ip[master]","outputFolderName":"richiehx_ip_master"},{"location":{"location":"https://github.com/LoMaply/ip.git","repoName":"ip","organization":"LoMaply","domainName":"github"},"branch":"master","displayName":"LoMaply/ip[master]","outputFolderName":"LoMaply_ip_master"},{"location":{"location":"https://github.com/Originalidk/ip.git","repoName":"ip","organization":"Originalidk","domainName":"github"},"branch":"master","displayName":"Originalidk/ip[master]","outputFolderName":"Originalidk_ip_master"},{"location":{"location":"https://github.com/kiatkat/ip.git","repoName":"ip","organization":"kiatkat","domainName":"github"},"branch":"master","displayName":"kiatkat/ip[master]","outputFolderName":"kiatkat_ip_master"},{"location":{"location":"https://github.com/juliusgambe/ip.git","repoName":"ip","organization":"juliusgambe","domainName":"github"},"branch":"master","displayName":"juliusgambe/ip[master]","outputFolderName":"juliusgambe_ip_master"},{"location":{"location":"https://github.com/jiakai-17/ip.git","repoName":"ip","organization":"jiakai-17","domainName":"github"},"branch":"master","displayName":"jiakai-17/ip[master]","outputFolderName":"jiakai-17_ip_master"},{"location":{"location":"https://github.com/nikele2001/ip.git","repoName":"ip","organization":"nikele2001","domainName":"github"},"branch":"master","displayName":"nikele2001/ip[master]","outputFolderName":"nikele2001_ip_master"},{"location":{"location":"https://github.com/jylow/ip.git","repoName":"ip","organization":"jylow","domainName":"github"},"branch":"master","displayName":"jylow/ip[master]","outputFolderName":"jylow_ip_master"},{"location":{"location":"https://github.com/jx124/ip.git","repoName":"ip","organization":"jx124","domainName":"github"},"branch":"master","displayName":"jx124/ip[master]","outputFolderName":"jx124_ip_master"},{"location":{"location":"https://github.com/Kb-Tay/ip.git","repoName":"ip","organization":"Kb-Tay","domainName":"github"},"branch":"master","displayName":"Kb-Tay/ip[master]","outputFolderName":"Kb-Tay_ip_master"},{"location":{"location":"https://github.com/jinyuan0425/ip.git","repoName":"ip","organization":"jinyuan0425","domainName":"github"},"branch":"master","displayName":"jinyuan0425/ip[master]","outputFolderName":"jinyuan0425_ip_master"},{"location":{"location":"https://github.com/darrentfy/ip.git","repoName":"ip","organization":"darrentfy","domainName":"github"},"branch":"master","displayName":"darrentfy/ip[master]","outputFolderName":"darrentfy_ip_master"},{"location":{"location":"https://github.com/HEEaZ/ip.git","repoName":"ip","organization":"HEEaZ","domainName":"github"},"branch":"master","displayName":"HEEaZ/ip[master]","outputFolderName":"HEEaZ_ip_master"},{"location":{"location":"https://github.com/ji-just-ji/ip.git","repoName":"ip","organization":"ji-just-ji","domainName":"github"},"branch":"master","displayName":"ji-just-ji/ip[master]","outputFolderName":"ji-just-ji_ip_master"},{"location":{"location":"https://github.com/simbayippy/ip.git","repoName":"ip","organization":"simbayippy","domainName":"github"},"branch":"master","displayName":"simbayippy/ip[master]","outputFolderName":"simbayippy_ip_master"},{"location":{"location":"https://github.com/teozern1/ip.git","repoName":"ip","organization":"teozern1","domainName":"github"},"branch":"master","displayName":"teozern1/ip[master]","outputFolderName":"teozern1_ip_master"},{"location":{"location":"https://github.com/brein62/ip.git","repoName":"ip","organization":"brein62","domainName":"github"},"branch":"master","displayName":"brein62/ip[master]","outputFolderName":"brein62_ip_master"},{"location":{"location":"https://github.com/awhb/ip.git","repoName":"ip","organization":"awhb","domainName":"github"},"branch":"master","displayName":"awhb/ip[master]","outputFolderName":"awhb_ip_master"},{"location":{"location":"https://github.com/Mahidharah/ip.git","repoName":"ip","organization":"Mahidharah","domainName":"github"},"branch":"master","displayName":"Mahidharah/ip[master]","outputFolderName":"Mahidharah_ip_master"},{"location":{"location":"https://github.com/timetraveller-123/ip.git","repoName":"ip","organization":"timetraveller-123","domainName":"github"},"branch":"master","displayName":"timetraveller-123/ip[master]","outputFolderName":"timetraveller-123_ip_master"},{"location":{"location":"https://github.com/ElginTZM/ip.git","repoName":"ip","organization":"ElginTZM","domainName":"github"},"branch":"master","displayName":"ElginTZM/ip[master]","outputFolderName":"ElginTZM_ip_master"},{"location":{"location":"https://github.com/ryamgoh/ip.git","repoName":"ip","organization":"ryamgoh","domainName":"github"},"branch":"master","displayName":"ryamgoh/ip[master]","outputFolderName":"ryamgoh_ip_master"},{"location":{"location":"https://github.com/Blizzeracz/ip.git","repoName":"ip","organization":"Blizzeracz","domainName":"github"},"branch":"master","displayName":"Blizzeracz/ip[master]","outputFolderName":"Blizzeracz_ip_master"},{"location":{"location":"https://github.com/kiwibang/ip.git","repoName":"ip","organization":"kiwibang","domainName":"github"},"branch":"master","displayName":"kiwibang/ip[master]","outputFolderName":"kiwibang_ip_master"},{"location":{"location":"https://github.com/redtailedfox/ip.git","repoName":"ip","organization":"redtailedfox","domainName":"github"},"branch":"master","displayName":"redtailedfox/ip[master]","outputFolderName":"redtailedfox_ip_master"},{"location":{"location":"https://github.com/lamchenghou/ip.git","repoName":"ip","organization":"lamchenghou","domainName":"github"},"branch":"master","displayName":"lamchenghou/ip[master]","outputFolderName":"lamchenghou_ip_master"},{"location":{"location":"https://github.com/gongg21/ip.git","repoName":"ip","organization":"gongg21","domainName":"github"},"branch":"master","displayName":"gongg21/ip[master]","outputFolderName":"gongg21_ip_master"},{"location":{"location":"https://github.com/CJ-Lee01/ip.git","repoName":"ip","organization":"CJ-Lee01","domainName":"github"},"branch":"master","displayName":"CJ-Lee01/ip[master]","outputFolderName":"CJ-Lee01_ip_master"},{"location":{"location":"https://github.com/Sheeepen/ip.git","repoName":"ip","organization":"Sheeepen","domainName":"github"},"branch":"master","displayName":"Sheeepen/ip[master]","outputFolderName":"Sheeepen_ip_master"},{"location":{"location":"https://github.com/AaronJT1/ip.git","repoName":"ip","organization":"AaronJT1","domainName":"github"},"branch":"master","displayName":"AaronJT1/ip[master]","outputFolderName":"AaronJT1_ip_master"},{"location":{"location":"https://github.com/Respirayson/ip.git","repoName":"ip","organization":"Respirayson","domainName":"github"},"branch":"master","displayName":"Respirayson/ip[master]","outputFolderName":"Respirayson_ip_master"},{"location":{"location":"https://github.com/dickongwd/ip.git","repoName":"ip","organization":"dickongwd","domainName":"github"},"branch":"master","displayName":"dickongwd/ip[master]","outputFolderName":"dickongwd_ip_master"},{"location":{"location":"https://github.com/nicholascher/ip.git","repoName":"ip","organization":"nicholascher","domainName":"github"},"branch":"master","displayName":"nicholascher/ip[master]","outputFolderName":"nicholascher_ip_master"},{"location":{"location":"https://github.com/et-irl/ip.git","repoName":"ip","organization":"et-irl","domainName":"github"},"branch":"master","displayName":"et-irl/ip[master]","outputFolderName":"et-irl_ip_master"},{"location":{"location":"https://github.com/aslam341/ip.git","repoName":"ip","organization":"aslam341","domainName":"github"},"branch":"master","displayName":"aslam341/ip[master]","outputFolderName":"aslam341_ip_master"},{"location":{"location":"https://github.com/seantehds/ip.git","repoName":"ip","organization":"seantehds","domainName":"github"},"branch":"master","displayName":"seantehds/ip[master]","outputFolderName":"seantehds_ip_master"},{"location":{"location":"https://github.com/jianrong7/ip.git","repoName":"ip","organization":"jianrong7","domainName":"github"},"branch":"master","displayName":"jianrong7/ip[master]","outputFolderName":"jianrong7_ip_master"},{"location":{"location":"https://github.com/TeeRenJing/ip.git","repoName":"ip","organization":"TeeRenJing","domainName":"github"},"branch":"master","displayName":"TeeRenJing/ip[master]","outputFolderName":"TeeRenJing_ip_master"},{"location":{"location":"https://github.com/RoeReRe/ip.git","repoName":"ip","organization":"RoeReRe","domainName":"github"},"branch":"master","displayName":"RoeReRe/ip[master]","outputFolderName":"RoeReRe_ip_master"},{"location":{"location":"https://github.com/zsh-eng/ip.git","repoName":"ip","organization":"zsh-eng","domainName":"github"},"branch":"master","displayName":"zsh-eng/ip[master]","outputFolderName":"zsh-eng_ip_master"},{"location":{"location":"https://github.com/seanpzk/ip.git","repoName":"ip","organization":"seanpzk","domainName":"github"},"branch":"master","displayName":"seanpzk/ip[master]","outputFolderName":"seanpzk_ip_master"},{"location":{"location":"https://github.com/quzhetao01/ip.git","repoName":"ip","organization":"quzhetao01","domainName":"github"},"branch":"master","displayName":"quzhetao01/ip[master]","outputFolderName":"quzhetao01_ip_master"},{"location":{"location":"https://github.com/joel-foo/ip.git","repoName":"ip","organization":"joel-foo","domainName":"github"},"branch":"master","displayName":"joel-foo/ip[master]","outputFolderName":"joel-foo_ip_master"},{"location":{"location":"https://github.com/markgcera/ip.git","repoName":"ip","organization":"markgcera","domainName":"github"},"branch":"master","displayName":"markgcera/ip[master]","outputFolderName":"markgcera_ip_master"},{"location":{"location":"https://github.com/dylkaw/ip.git","repoName":"ip","organization":"dylkaw","domainName":"github"},"branch":"master","displayName":"dylkaw/ip[master]","outputFolderName":"dylkaw_ip_master"},{"location":{"location":"https://github.com/SelwynAng/ip.git","repoName":"ip","organization":"SelwynAng","domainName":"github"},"branch":"master","displayName":"SelwynAng/ip[master]","outputFolderName":"SelwynAng_ip_master"},{"location":{"location":"https://github.com/jinyang628/ip.git","repoName":"ip","organization":"jinyang628","domainName":"github"},"branch":"master","displayName":"jinyang628/ip[master]","outputFolderName":"jinyang628_ip_master"},{"location":{"location":"https://github.com/matochichap/ip.git","repoName":"ip","organization":"matochichap","domainName":"github"},"branch":"master","displayName":"matochichap/ip[master]","outputFolderName":"matochichap_ip_master"},{"location":{"location":"https://github.com/sk2001git/ip.git","repoName":"ip","organization":"sk2001git","domainName":"github"},"branch":"master","displayName":"sk2001git/ip[master]","outputFolderName":"sk2001git_ip_master"},{"location":{"location":"https://github.com/jason-raiin/ip.git","repoName":"ip","organization":"jason-raiin","domainName":"github"},"branch":"master","displayName":"jason-raiin/ip[master]","outputFolderName":"jason-raiin_ip_master"},{"location":{"location":"https://github.com/Sebtey/ip.git","repoName":"ip","organization":"Sebtey","domainName":"github"},"branch":"master","displayName":"Sebtey/ip[master]","outputFolderName":"Sebtey_ip_master"},{"location":{"location":"https://github.com/Jweng88/ip.git","repoName":"ip","organization":"Jweng88","domainName":"github"},"branch":"master","displayName":"Jweng88/ip[master]","outputFolderName":"Jweng88_ip_master"},{"location":{"location":"https://github.com/billieboy7/ip.git","repoName":"ip","organization":"billieboy7","domainName":"github"},"branch":"master","displayName":"billieboy7/ip[master]","outputFolderName":"billieboy7_ip_master"},{"location":{"location":"https://github.com/ldinghan/ip.git","repoName":"ip","organization":"ldinghan","domainName":"github"},"branch":"master","displayName":"ldinghan/ip[master]","outputFolderName":"ldinghan_ip_master"},{"location":{"location":"https://github.com/anthonytamzil/ip.git","repoName":"ip","organization":"anthonytamzil","domainName":"github"},"branch":"master","displayName":"anthonytamzil/ip[master]","outputFolderName":"anthonytamzil_ip_master"},{"location":{"location":"https://github.com/ryantzr1/ip.git","repoName":"ip","organization":"ryantzr1","domainName":"github"},"branch":"master","displayName":"ryantzr1/ip[master]","outputFolderName":"ryantzr1_ip_master"},{"location":{"location":"https://github.com/shuyangk/ip.git","repoName":"ip","organization":"shuyangk","domainName":"github"},"branch":"master","displayName":"shuyangk/ip[master]","outputFolderName":"shuyangk_ip_master"},{"location":{"location":"https://github.com/seewhyjay/ip.git","repoName":"ip","organization":"seewhyjay","domainName":"github"},"branch":"master","displayName":"seewhyjay/ip[master]","outputFolderName":"seewhyjay_ip_master"},{"location":{"location":"https://github.com/waseemingly/ip.git","repoName":"ip","organization":"waseemingly","domainName":"github"},"branch":"master","displayName":"waseemingly/ip[master]","outputFolderName":"waseemingly_ip_master"},{"location":{"location":"https://github.com/DistractedCat/ip.git","repoName":"ip","organization":"DistractedCat","domainName":"github"},"branch":"master","displayName":"DistractedCat/ip[master]","outputFolderName":"DistractedCat_ip_master"},{"location":{"location":"https://github.com/geraldngjx/ip.git","repoName":"ip","organization":"geraldngjx","domainName":"github"},"branch":"master","displayName":"geraldngjx/ip[master]","outputFolderName":"geraldngjx_ip_master"},{"location":{"location":"https://github.com/tayian/ip.git","repoName":"ip","organization":"tayian","domainName":"github"},"branch":"master","displayName":"tayian/ip[master]","outputFolderName":"tayian_ip_master"},{"location":{"location":"https://github.com/AlfredBeNoel/ip.git","repoName":"ip","organization":"AlfredBeNoel","domainName":"github"},"branch":"master","displayName":"AlfredBeNoel/ip[master]","outputFolderName":"AlfredBeNoel_ip_master"},{"location":{"location":"https://github.com/Chen1x/ip.git","repoName":"ip","organization":"Chen1x","domainName":"github"},"branch":"master","displayName":"Chen1x/ip[master]","outputFolderName":"Chen1x_ip_master"},{"location":{"location":"https://github.com/juzzztinsoong/ip.git","repoName":"ip","organization":"juzzztinsoong","domainName":"github"},"branch":"master","displayName":"juzzztinsoong/ip[master]","outputFolderName":"juzzztinsoong_ip_master"},{"location":{"location":"https://github.com/lambraydon/ip.git","repoName":"ip","organization":"lambraydon","domainName":"github"},"branch":"master","displayName":"lambraydon/ip[master]","outputFolderName":"lambraydon_ip_master"},{"location":{"location":"https://github.com/lilozz2/ip.git","repoName":"ip","organization":"lilozz2","domainName":"github"},"branch":"master","displayName":"lilozz2/ip[master]","outputFolderName":"lilozz2_ip_master"},{"location":{"location":"https://github.com/tyouwei/ip.git","repoName":"ip","organization":"tyouwei","domainName":"github"},"branch":"master","displayName":"tyouwei/ip[master]","outputFolderName":"tyouwei_ip_master"},{"location":{"location":"https://github.com/Kailash201/ip.git","repoName":"ip","organization":"Kailash201","domainName":"github"},"branch":"master","displayName":"Kailash201/ip[master]","outputFolderName":"Kailash201_ip_master"},{"location":{"location":"https://github.com/tjingsheng/ip.git","repoName":"ip","organization":"tjingsheng","domainName":"github"},"branch":"master","displayName":"tjingsheng/ip[master]","outputFolderName":"tjingsheng_ip_master"},{"location":{"location":"https://github.com/pangyyen/ip.git","repoName":"ip","organization":"pangyyen","domainName":"github"},"branch":"master","displayName":"pangyyen/ip[master]","outputFolderName":"pangyyen_ip_master"},{"location":{"location":"https://github.com/Khaleelur-Rahman/ip.git","repoName":"ip","organization":"Khaleelur-Rahman","domainName":"github"},"branch":"master","displayName":"Khaleelur-Rahman/ip[master]","outputFolderName":"Khaleelur-Rahman_ip_master"},{"location":{"location":"https://github.com/erohsikivar/ip.git","repoName":"ip","organization":"erohsikivar","domainName":"github"},"branch":"master","displayName":"erohsikivar/ip[master]","outputFolderName":"erohsikivar_ip_master"},{"location":{"location":"https://github.com/shishirbychapur/ip.git","repoName":"ip","organization":"shishirbychapur","domainName":"github"},"branch":"master","displayName":"shishirbychapur/ip[master]","outputFolderName":"shishirbychapur_ip_master"},{"location":{"location":"https://github.com/Badatprogrammiing/ip.git","repoName":"ip","organization":"Badatprogrammiing","domainName":"github"},"branch":"master","displayName":"Badatprogrammiing/ip[master]","outputFolderName":"Badatprogrammiing_ip_master"},{"location":{"location":"https://github.com/ravern/ip.git","repoName":"ip","organization":"ravern","domainName":"github"},"branch":"master","displayName":"ravern/ip[master]","outputFolderName":"ravern_ip_master"},{"location":{"location":"https://github.com/B-enguin/ip.git","repoName":"ip","organization":"B-enguin","domainName":"github"},"branch":"master","displayName":"B-enguin/ip[master]","outputFolderName":"B-enguin_ip_master"},{"location":{"location":"https://github.com/AlyssaPng/ip.git","repoName":"ip","organization":"AlyssaPng","domainName":"github"},"branch":"master","displayName":"AlyssaPng/ip[master]","outputFolderName":"AlyssaPng_ip_master"},{"location":{"location":"https://github.com/flexibo/ip.git","repoName":"ip","organization":"flexibo","domainName":"github"},"branch":"master","displayName":"flexibo/ip[master]","outputFolderName":"flexibo_ip_master"},{"location":{"location":"https://github.com/lordidiot/ip.git","repoName":"ip","organization":"lordidiot","domainName":"github"},"branch":"master","displayName":"lordidiot/ip[master]","outputFolderName":"lordidiot_ip_master"},{"location":{"location":"https://github.com/vansh284/ip.git","repoName":"ip","organization":"vansh284","domainName":"github"},"branch":"master","displayName":"vansh284/ip[master]","outputFolderName":"vansh284_ip_master"},{"location":{"location":"https://github.com/samuelim01/ip.git","repoName":"ip","organization":"samuelim01","domainName":"github"},"branch":"master","displayName":"samuelim01/ip[master]","outputFolderName":"samuelim01_ip_master"},{"location":{"location":"https://github.com/WZWren/ip.git","repoName":"ip","organization":"WZWren","domainName":"github"},"branch":"master","displayName":"WZWren/ip[master]","outputFolderName":"WZWren_ip_master"},{"location":{"location":"https://github.com/cxo05/ip.git","repoName":"ip","organization":"cxo05","domainName":"github"},"branch":"master","displayName":"cxo05/ip[master]","outputFolderName":"cxo05_ip_master"},{"location":{"location":"https://github.com/sudarshan2401/ip.git","repoName":"ip","organization":"sudarshan2401","domainName":"github"},"branch":"master","displayName":"sudarshan2401/ip[master]","outputFolderName":"sudarshan2401_ip_master"},{"location":{"location":"https://github.com/jingyu987/ip.git","repoName":"ip","organization":"jingyu987","domainName":"github"},"branch":"master","displayName":"jingyu987/ip[master]","outputFolderName":"jingyu987_ip_master"},{"location":{"location":"https://github.com/H1410101/ip.git","repoName":"ip","organization":"H1410101","domainName":"github"},"branch":"master","displayName":"H1410101/ip[master]","outputFolderName":"H1410101_ip_master"},{"location":{"location":"https://github.com/MagnificentCreature/ip.git","repoName":"ip","organization":"MagnificentCreature","domainName":"github"},"branch":"master","displayName":"MagnificentCreature/ip[master]","outputFolderName":"MagnificentCreature_ip_master"},{"location":{"location":"https://github.com/shyanyong/ip.git","repoName":"ip","organization":"shyanyong","domainName":"github"},"branch":"master","displayName":"shyanyong/ip[master]","outputFolderName":"shyanyong_ip_master"},{"location":{"location":"https://github.com/peasantbird/ip.git","repoName":"ip","organization":"peasantbird","domainName":"github"},"branch":"master","displayName":"peasantbird/ip[master]","outputFolderName":"peasantbird_ip_master"},{"location":{"location":"https://github.com/tllshan/ip.git","repoName":"ip","organization":"tllshan","domainName":"github"},"branch":"master","displayName":"tllshan/ip[master]","outputFolderName":"tllshan_ip_master"},{"location":{"location":"https://github.com/sushiyade/ip.git","repoName":"ip","organization":"sushiyade","domainName":"github"},"branch":"master","displayName":"sushiyade/ip[master]","outputFolderName":"sushiyade_ip_master"},{"location":{"location":"https://github.com/iyioon/ip.git","repoName":"ip","organization":"iyioon","domainName":"github"},"branch":"master","displayName":"iyioon/ip[master]","outputFolderName":"iyioon_ip_master"},{"location":{"location":"https://github.com/shashahchk/ip.git","repoName":"ip","organization":"shashahchk","domainName":"github"},"branch":"master","displayName":"shashahchk/ip[master]","outputFolderName":"shashahchk_ip_master"},{"location":{"location":"https://github.com/Chandan8186/ip.git","repoName":"ip","organization":"Chandan8186","domainName":"github"},"branch":"master","displayName":"Chandan8186/ip[master]","outputFolderName":"Chandan8186_ip_master"},{"location":{"location":"https://github.com/wesho1107/ip.git","repoName":"ip","organization":"wesho1107","domainName":"github"},"branch":"master","displayName":"wesho1107/ip[master]","outputFolderName":"wesho1107_ip_master"},{"location":{"location":"https://github.com/tim-pipi/ip.git","repoName":"ip","organization":"tim-pipi","domainName":"github"},"branch":"master","displayName":"tim-pipi/ip[master]","outputFolderName":"tim-pipi_ip_master"},{"location":{"location":"https://github.com/emzm2023/ip.git","repoName":"ip","organization":"emzm2023","domainName":"github"},"branch":"master","displayName":"emzm2023/ip[master]","outputFolderName":"emzm2023_ip_master"},{"location":{"location":"https://github.com/dlathyun/ip.git","repoName":"ip","organization":"dlathyun","domainName":"github"},"branch":"master","displayName":"dlathyun/ip[master]","outputFolderName":"dlathyun_ip_master"},{"location":{"location":"https://github.com/tanboonkhong/ip.git","repoName":"ip","organization":"tanboonkhong","domainName":"github"},"branch":"master","displayName":"tanboonkhong/ip[master]","outputFolderName":"tanboonkhong_ip_master"},{"location":{"location":"https://github.com/joeng03/ip.git","repoName":"ip","organization":"joeng03","domainName":"github"},"branch":"master","displayName":"joeng03/ip[master]","outputFolderName":"joeng03_ip_master"},{"location":{"location":"https://github.com/VN-Hao/ip.git","repoName":"ip","organization":"VN-Hao","domainName":"github"},"branch":"master","displayName":"VN-Hao/ip[master]","outputFolderName":"VN-Hao_ip_master"},{"location":{"location":"https://github.com/NgChunMan/ip.git","repoName":"ip","organization":"NgChunMan","domainName":"github"},"branch":"master","displayName":"NgChunMan/ip[master]","outputFolderName":"NgChunMan_ip_master"},{"location":{"location":"https://github.com/TiwKangXu/ip.git","repoName":"ip","organization":"TiwKangXu","domainName":"github"},"branch":"master","displayName":"TiwKangXu/ip[master]","outputFolderName":"TiwKangXu_ip_master"},{"location":{"location":"https://github.com/josepholim/ip.git","repoName":"ip","organization":"josepholim","domainName":"github"},"branch":"master","displayName":"josepholim/ip[master]","outputFolderName":"josepholim_ip_master"},{"location":{"location":"https://github.com/dinde2004/ip.git","repoName":"ip","organization":"dinde2004","domainName":"github"},"branch":"master","displayName":"dinde2004/ip[master]","outputFolderName":"dinde2004_ip_master"},{"location":{"location":"https://github.com/yucongkoo/ip.git","repoName":"ip","organization":"yucongkoo","domainName":"github"},"branch":"master","displayName":"yucongkoo/ip[master]","outputFolderName":"yucongkoo_ip_master"},{"location":{"location":"https://github.com/TohLiYuan/ip.git","repoName":"ip","organization":"TohLiYuan","domainName":"github"},"branch":"master","displayName":"TohLiYuan/ip[master]","outputFolderName":"TohLiYuan_ip_master"},{"location":{"location":"https://github.com/NereusWB922/ip.git","repoName":"ip","organization":"NereusWB922","domainName":"github"},"branch":"master","displayName":"NereusWB922/ip[master]","outputFolderName":"NereusWB922_ip_master"},{"location":{"location":"https://github.com/ph-nathan/ip.git","repoName":"ip","organization":"ph-nathan","domainName":"github"},"branch":"master","displayName":"ph-nathan/ip[master]","outputFolderName":"ph-nathan_ip_master"},{"location":{"location":"https://github.com/antonTan96/ip.git","repoName":"ip","organization":"antonTan96","domainName":"github"},"branch":"master","displayName":"antonTan96/ip[master]","outputFolderName":"antonTan96_ip_master"},{"location":{"location":"https://github.com/WinstonLeonard/ip.git","repoName":"ip","organization":"WinstonLeonard","domainName":"github"},"branch":"master","displayName":"WinstonLeonard/ip[master]","outputFolderName":"WinstonLeonard_ip_master"},{"location":{"location":"https://github.com/TehOPanas/ip.git","repoName":"ip","organization":"TehOPanas","domainName":"github"},"branch":"master","displayName":"TehOPanas/ip[master]","outputFolderName":"TehOPanas_ip_master"},{"location":{"location":"https://github.com/marioalvaro/ip.git","repoName":"ip","organization":"marioalvaro","domainName":"github"},"branch":"master","displayName":"marioalvaro/ip[master]","outputFolderName":"marioalvaro_ip_master"},{"location":{"location":"https://github.com/LINCHENYU2030S/ip.git","repoName":"ip","organization":"LINCHENYU2030S","domainName":"github"},"branch":"master","displayName":"LINCHENYU2030S/ip[master]","outputFolderName":"LINCHENYU2030S_ip_master"},{"location":{"location":"https://github.com/LamJiuFong/ip.git","repoName":"ip","organization":"LamJiuFong","domainName":"github"},"branch":"master","displayName":"LamJiuFong/ip[master]","outputFolderName":"LamJiuFong_ip_master"},{"location":{"location":"https://github.com/AndrewJanong/ip.git","repoName":"ip","organization":"AndrewJanong","domainName":"github"},"branch":"master","displayName":"AndrewJanong/ip[master]","outputFolderName":"AndrewJanong_ip_master"},{"location":{"location":"https://github.com/songfangyl/ip.git","repoName":"ip","organization":"songfangyl","domainName":"github"},"branch":"master","displayName":"songfangyl/ip[master]","outputFolderName":"songfangyl_ip_master"},{"location":{"location":"https://github.com/AriellaCallista/ip.git","repoName":"ip","organization":"AriellaCallista","domainName":"github"},"branch":"master","displayName":"AriellaCallista/ip[master]","outputFolderName":"AriellaCallista_ip_master"},{"location":{"location":"https://github.com/KamJiaYue/ip.git","repoName":"ip","organization":"KamJiaYue","domainName":"github"},"branch":"master","displayName":"KamJiaYue/ip[master]","outputFolderName":"KamJiaYue_ip_master"},{"location":{"location":"https://github.com/feifeiraindrops/ip.git","repoName":"ip","organization":"feifeiraindrops","domainName":"github"},"branch":"master","displayName":"feifeiraindrops/ip[master]","outputFolderName":"feifeiraindrops_ip_master"},{"location":{"location":"https://github.com/czhiruo/ip.git","repoName":"ip","organization":"czhiruo","domainName":"github"},"branch":"master","displayName":"czhiruo/ip[master]","outputFolderName":"czhiruo_ip_master"},{"location":{"location":"https://github.com/butteredyakiimo/ip.git","repoName":"ip","organization":"butteredyakiimo","domainName":"github"},"branch":"master","displayName":"butteredyakiimo/ip[master]","outputFolderName":"butteredyakiimo_ip_master"},{"location":{"location":"https://github.com/RiyaMehta2211/ip.git","repoName":"ip","organization":"RiyaMehta2211","domainName":"github"},"branch":"master","displayName":"RiyaMehta2211/ip[master]","outputFolderName":"RiyaMehta2211_ip_master"},{"location":{"location":"https://github.com/beatricecst/ip.git","repoName":"ip","organization":"beatricecst","domainName":"github"},"branch":"master","displayName":"beatricecst/ip[master]","outputFolderName":"beatricecst_ip_master"},{"location":{"location":"https://github.com/maypfv/ip.git","repoName":"ip","organization":"maypfv","domainName":"github"},"branch":"master","displayName":"maypfv/ip[master]","outputFolderName":"maypfv_ip_master"},{"location":{"location":"https://github.com/pra-navi/ip.git","repoName":"ip","organization":"pra-navi","domainName":"github"},"branch":"master","displayName":"pra-navi/ip[master]","outputFolderName":"pra-navi_ip_master"},{"location":{"location":"https://github.com/xxiaoweii/ip.git","repoName":"ip","organization":"xxiaoweii","domainName":"github"},"branch":"master","displayName":"xxiaoweii/ip[master]","outputFolderName":"xxiaoweii_ip_master"},{"location":{"location":"https://github.com/qyaner/ip.git","repoName":"ip","organization":"qyaner","domainName":"github"},"branch":"master","displayName":"qyaner/ip[master]","outputFolderName":"qyaner_ip_master"},{"location":{"location":"https://github.com/qz1004/ip.git","repoName":"ip","organization":"qz1004","domainName":"github"},"branch":"master","displayName":"qz1004/ip[master]","outputFolderName":"qz1004_ip_master"},{"location":{"location":"https://github.com/miljyy/ip.git","repoName":"ip","organization":"miljyy","domainName":"github"},"branch":"master","displayName":"miljyy/ip[master]","outputFolderName":"miljyy_ip_master"},{"location":{"location":"https://github.com/yihfei/ip.git","repoName":"ip","organization":"yihfei","domainName":"github"},"branch":"master","displayName":"yihfei/ip[master]","outputFolderName":"yihfei_ip_master"},{"location":{"location":"https://github.com/Gabriel4357/ip.git","repoName":"ip","organization":"Gabriel4357","domainName":"github"},"branch":"master","displayName":"Gabriel4357/ip[master]","outputFolderName":"Gabriel4357_ip_master"},{"location":{"location":"https://github.com/saraozn/ip.git","repoName":"ip","organization":"saraozn","domainName":"github"},"branch":"master","displayName":"saraozn/ip[master]","outputFolderName":"saraozn_ip_master"},{"location":{"location":"https://github.com/JeremyYong128/ip.git","repoName":"ip","organization":"JeremyYong128","domainName":"github"},"branch":"master","displayName":"JeremyYong128/ip[master]","outputFolderName":"JeremyYong128_ip_master"},{"location":{"location":"https://github.com/samuelmui8/ip.git","repoName":"ip","organization":"samuelmui8","domainName":"github"},"branch":"master","displayName":"samuelmui8/ip[master]","outputFolderName":"samuelmui8_ip_master"},{"location":{"location":"https://github.com/elaineshijie/ip.git","repoName":"ip","organization":"elaineshijie","domainName":"github"},"branch":"master","displayName":"elaineshijie/ip[master]","outputFolderName":"elaineshijie_ip_master"},{"location":{"location":"https://github.com/zhengyup/ip.git","repoName":"ip","organization":"zhengyup","domainName":"github"},"branch":"master","displayName":"zhengyup/ip[master]","outputFolderName":"zhengyup_ip_master"},{"location":{"location":"https://github.com/ruishanteo/ip.git","repoName":"ip","organization":"ruishanteo","domainName":"github"},"branch":"master","displayName":"ruishanteo/ip[master]","outputFolderName":"ruishanteo_ip_master"},{"location":{"location":"https://github.com/lynnlow175/ip.git","repoName":"ip","organization":"lynnlow175","domainName":"github"},"branch":"master","displayName":"lynnlow175/ip[master]","outputFolderName":"lynnlow175_ip_master"},{"location":{"location":"https://github.com/kohkaijie/ip.git","repoName":"ip","organization":"kohkaijie","domainName":"github"},"branch":"master","displayName":"kohkaijie/ip[master]","outputFolderName":"kohkaijie_ip_master"},{"location":{"location":"https://github.com/CelestineTan03/ip.git","repoName":"ip","organization":"CelestineTan03","domainName":"github"},"branch":"master","displayName":"CelestineTan03/ip[master]","outputFolderName":"CelestineTan03_ip_master"},{"location":{"location":"https://github.com/PearlynnT/ip.git","repoName":"ip","organization":"PearlynnT","domainName":"github"},"branch":"master","displayName":"PearlynnT/ip[master]","outputFolderName":"PearlynnT_ip_master"},{"location":{"location":"https://github.com/Elijah5399/ip.git","repoName":"ip","organization":"Elijah5399","domainName":"github"},"branch":"master","displayName":"Elijah5399/ip[master]","outputFolderName":"Elijah5399_ip_master"},{"location":{"location":"https://github.com/nicleongyj/ip.git","repoName":"ip","organization":"nicleongyj","domainName":"github"},"branch":"master","displayName":"nicleongyj/ip[master]","outputFolderName":"nicleongyj_ip_master"},{"location":{"location":"https://github.com/AnnabelTing/ip.git","repoName":"ip","organization":"AnnabelTing","domainName":"github"},"branch":"master","displayName":"AnnabelTing/ip[master]","outputFolderName":"AnnabelTing_ip_master"},{"location":{"location":"https://github.com/jrchoo/ip.git","repoName":"ip","organization":"jrchoo","domainName":"github"},"branch":"master","displayName":"jrchoo/ip[master]","outputFolderName":"jrchoo_ip_master"},{"location":{"location":"https://github.com/wujy28/ip.git","repoName":"ip","organization":"wujy28","domainName":"github"},"branch":"master","displayName":"wujy28/ip[master]","outputFolderName":"wujy28_ip_master"},{"location":{"location":"https://github.com/Nauxe/ip.git","repoName":"ip","organization":"Nauxe","domainName":"github"},"branch":"master","displayName":"Nauxe/ip[master]","outputFolderName":"Nauxe_ip_master"},{"location":{"location":"https://github.com/yyyaohhh/ip.git","repoName":"ip","organization":"yyyaohhh","domainName":"github"},"branch":"master","displayName":"yyyaohhh/ip[master]","outputFolderName":"yyyaohhh_ip_master"},{"location":{"location":"https://github.com/xenosf/ip.git","repoName":"ip","organization":"xenosf","domainName":"github"},"branch":"master","displayName":"xenosf/ip[master]","outputFolderName":"xenosf_ip_master"},{"location":{"location":"https://github.com/WinSheng1/ip.git","repoName":"ip","organization":"WinSheng1","domainName":"github"},"branch":"master","displayName":"WinSheng1/ip[master]","outputFolderName":"WinSheng1_ip_master"},{"location":{"location":"https://github.com/nreHieW/ip.git","repoName":"ip","organization":"nreHieW","domainName":"github"},"branch":"master","displayName":"nreHieW/ip[master]","outputFolderName":"nreHieW_ip_master"},{"location":{"location":"https://github.com/peiran18/ip.git","repoName":"ip","organization":"peiran18","domainName":"github"},"branch":"master","displayName":"peiran18/ip[master]","outputFolderName":"peiran18_ip_master"},{"location":{"location":"https://github.com/cheeggered/ip.git","repoName":"ip","organization":"cheeggered","domainName":"github"},"branch":"master","displayName":"cheeggered/ip[master]","outputFolderName":"cheeggered_ip_master"},{"location":{"location":"https://github.com/GohTengFong/ip.git","repoName":"ip","organization":"GohTengFong","domainName":"github"},"branch":"master","displayName":"GohTengFong/ip[master]","outputFolderName":"GohTengFong_ip_master"},{"location":{"location":"https://github.com/jibtaf/ip.git","repoName":"ip","organization":"jibtaf","domainName":"github"},"branch":"master","displayName":"jibtaf/ip[master]","outputFolderName":"jibtaf_ip_master"},{"location":{"location":"https://github.com/bhnuka/ip.git","repoName":"ip","organization":"bhnuka","domainName":"github"},"branch":"master","displayName":"bhnuka/ip[master]","outputFolderName":"bhnuka_ip_master"},{"location":{"location":"https://github.com/laurenlim2112/ip.git","repoName":"ip","organization":"laurenlim2112","domainName":"github"},"branch":"master","displayName":"laurenlim2112/ip[master]","outputFolderName":"laurenlim2112_ip_master"},{"location":{"location":"https://github.com/howenc/ip.git","repoName":"ip","organization":"howenc","domainName":"github"},"branch":"master","displayName":"howenc/ip[master]","outputFolderName":"howenc_ip_master"},{"location":{"location":"https://github.com/Kokseng1/ip.git","repoName":"ip","organization":"Kokseng1","domainName":"github"},"branch":"master","displayName":"Kokseng1/ip[master]","outputFolderName":"Kokseng1_ip_master"},{"location":{"location":"https://github.com/yiwen101/ip.git","repoName":"ip","organization":"yiwen101","domainName":"github"},"branch":"master","displayName":"yiwen101/ip[master]","outputFolderName":"yiwen101_ip_master"},{"location":{"location":"https://github.com/Cikguseven/ip.git","repoName":"ip","organization":"Cikguseven","domainName":"github"},"branch":"master","displayName":"Cikguseven/ip[master]","outputFolderName":"Cikguseven_ip_master"},{"location":{"location":"https://github.com/javinchua/ip.git","repoName":"ip","organization":"javinchua","domainName":"github"},"branch":"master","displayName":"javinchua/ip[master]","outputFolderName":"javinchua_ip_master"},{"location":{"location":"https://github.com/frrrrry/ip.git","repoName":"ip","organization":"frrrrry","domainName":"github"},"branch":"master","displayName":"frrrrry/ip[master]","outputFolderName":"frrrrry_ip_master"},{"location":{"location":"https://github.com/YeoBohShin/ip.git","repoName":"ip","organization":"YeoBohShin","domainName":"github"},"branch":"master","displayName":"YeoBohShin/ip[master]","outputFolderName":"YeoBohShin_ip_master"},{"location":{"location":"https://github.com/yongning0310/ip.git","repoName":"ip","organization":"yongning0310","domainName":"github"},"branch":"master","displayName":"yongning0310/ip[master]","outputFolderName":"yongning0310_ip_master"},{"location":{"location":"https://github.com/SimWPEric/ip.git","repoName":"ip","organization":"SimWPEric","domainName":"github"},"branch":"master","displayName":"SimWPEric/ip[master]","outputFolderName":"SimWPEric_ip_master"},{"location":{"location":"https://github.com/sopa301/ip.git","repoName":"ip","organization":"sopa301","domainName":"github"},"branch":"master","displayName":"sopa301/ip[master]","outputFolderName":"sopa301_ip_master"},{"location":{"location":"https://github.com/nananakx-x/ip.git","repoName":"ip","organization":"nananakx-x","domainName":"github"},"branch":"master","displayName":"nananakx-x/ip[master]","outputFolderName":"nananakx-x_ip_master"},{"location":{"location":"https://github.com/LuoZYi/ip.git","repoName":"ip","organization":"LuoZYi","domainName":"github"},"branch":"master","displayName":"LuoZYi/ip[master]","outputFolderName":"LuoZYi_ip_master"},{"location":{"location":"https://github.com/LinWanLeii/ip.git","repoName":"ip","organization":"LinWanLeii","domainName":"github"},"branch":"master","displayName":"LinWanLeii/ip[master]","outputFolderName":"LinWanLeii_ip_master"},{"location":{"location":"https://github.com/mingyuanc/ip.git","repoName":"ip","organization":"mingyuanc","domainName":"github"},"branch":"master","displayName":"mingyuanc/ip[master]","outputFolderName":"mingyuanc_ip_master"},{"location":{"location":"https://github.com/chonguschonguschongus/ip.git","repoName":"ip","organization":"chonguschonguschongus","domainName":"github"},"branch":"master","displayName":"chonguschonguschongus/ip[master]","outputFolderName":"chonguschonguschongus_ip_master"},{"location":{"location":"https://github.com/yanghengtang/ip.git","repoName":"ip","organization":"yanghengtang","domainName":"github"},"branch":"master","displayName":"yanghengtang/ip[master]","outputFolderName":"yanghengtang_ip_master"},{"location":{"location":"https://github.com/victorpengmx/ip.git","repoName":"ip","organization":"victorpengmx","domainName":"github"},"branch":"master","displayName":"victorpengmx/ip[master]","outputFolderName":"victorpengmx_ip_master"},{"location":{"location":"https://github.com/kanna-1/ip.git","repoName":"ip","organization":"kanna-1","domainName":"github"},"branch":"master","displayName":"kanna-1/ip[master]","outputFolderName":"kanna-1_ip_master"},{"location":{"location":"https://github.com/ncduy0303/ip.git","repoName":"ip","organization":"ncduy0303","domainName":"github"},"branch":"master","displayName":"ncduy0303/ip[master]","outputFolderName":"ncduy0303_ip_master"},{"location":{"location":"https://github.com/jannnice/ip.git","repoName":"ip","organization":"jannnice","domainName":"github"},"branch":"master","displayName":"jannnice/ip[master]","outputFolderName":"jannnice_ip_master"},{"location":{"location":"https://github.com/itssisi/ip.git","repoName":"ip","organization":"itssisi","domainName":"github"},"branch":"master","displayName":"itssisi/ip[master]","outputFolderName":"itssisi_ip_master"},{"location":{"location":"https://github.com/freddychenyouren2/ip.git","repoName":"ip","organization":"freddychenyouren2","domainName":"github"},"branch":"master","displayName":"freddychenyouren2/ip[master]","outputFolderName":"freddychenyouren2_ip_master"},{"location":{"location":"https://github.com/Vanessamae23/ip.git","repoName":"ip","organization":"Vanessamae23","domainName":"github"},"branch":"master","displayName":"Vanessamae23/ip[master]","outputFolderName":"Vanessamae23_ip_master"},{"location":{"location":"https://github.com/cbj252/ip.git","repoName":"ip","organization":"cbj252","domainName":"github"},"branch":"master","displayName":"cbj252/ip[master]","outputFolderName":"cbj252_ip_master"},{"location":{"location":"https://github.com/freshcabbage123/ip.git","repoName":"ip","organization":"freshcabbage123","domainName":"github"},"branch":"master","displayName":"freshcabbage123/ip[master]","outputFolderName":"freshcabbage123_ip_master"},{"location":{"location":"https://github.com/thienmy0/ip.git","repoName":"ip","organization":"thienmy0","domainName":"github"},"branch":"master","displayName":"thienmy0/ip[master]","outputFolderName":"thienmy0_ip_master"},{"location":{"location":"https://github.com/glenngnng/ip.git","repoName":"ip","organization":"glenngnng","domainName":"github"},"branch":"master","displayName":"glenngnng/ip[master]","outputFolderName":"glenngnng_ip_master"},{"location":{"location":"https://github.com/Darren159/ip.git","repoName":"ip","organization":"Darren159","domainName":"github"},"branch":"master","displayName":"Darren159/ip[master]","outputFolderName":"Darren159_ip_master"},{"location":{"location":"https://github.com/J-hta-n/ip.git","repoName":"ip","organization":"J-hta-n","domainName":"github"},"branch":"master","displayName":"J-hta-n/ip[master]","outputFolderName":"J-hta-n_ip_master"},{"location":{"location":"https://github.com/evanyan13/ip.git","repoName":"ip","organization":"evanyan13","domainName":"github"},"branch":"master","displayName":"evanyan13/ip[master]","outputFolderName":"evanyan13_ip_master"},{"location":{"location":"https://github.com/tanveersingh10/ip.git","repoName":"ip","organization":"tanveersingh10","domainName":"github"},"branch":"master","displayName":"tanveersingh10/ip[master]","outputFolderName":"tanveersingh10_ip_master"},{"location":{"location":"https://github.com/neyapraveen/ip.git","repoName":"ip","organization":"neyapraveen","domainName":"github"},"branch":"master","displayName":"neyapraveen/ip[master]","outputFolderName":"neyapraveen_ip_master"},{"location":{"location":"https://github.com/weeweh/ip.git","repoName":"ip","organization":"weeweh","domainName":"github"},"branch":"master","displayName":"weeweh/ip[master]","outputFolderName":"weeweh_ip_master"},{"location":{"location":"https://github.com/HugeNoob/ip.git","repoName":"ip","organization":"HugeNoob","domainName":"github"},"branch":"master","displayName":"HugeNoob/ip[master]","outputFolderName":"HugeNoob_ip_master"},{"location":{"location":"https://github.com/wasjoe1/ip.git","repoName":"ip","organization":"wasjoe1","domainName":"github"},"branch":"master","displayName":"wasjoe1/ip[master]","outputFolderName":"wasjoe1_ip_master"},{"location":{"location":"https://github.com/s-kybound/ip.git","repoName":"ip","organization":"s-kybound","domainName":"github"},"branch":"master","displayName":"s-kybound/ip[master]","outputFolderName":"s-kybound_ip_master"},{"location":{"location":"https://github.com/Singa-pirate/ip.git","repoName":"ip","organization":"Singa-pirate","domainName":"github"},"branch":"master","displayName":"Singa-pirate/ip[master]","outputFolderName":"Singa-pirate_ip_master"},{"location":{"location":"https://github.com/wanghejin/ip.git","repoName":"ip","organization":"wanghejin","domainName":"github"},"branch":"master","displayName":"wanghejin/ip[master]","outputFolderName":"wanghejin_ip_master"},{"location":{"location":"https://github.com/yarnmengnus/ip.git","repoName":"ip","organization":"yarnmengnus","domainName":"github"},"branch":"master","displayName":"yarnmengnus/ip[master]","outputFolderName":"yarnmengnus_ip_master"},{"location":{"location":"https://github.com/Kurtyjlee/ip.git","repoName":"ip","organization":"Kurtyjlee","domainName":"github"},"branch":"master","displayName":"Kurtyjlee/ip[master]","outputFolderName":"Kurtyjlee_ip_master"},{"location":{"location":"https://github.com/jellywaiyan/ip.git","repoName":"ip","organization":"jellywaiyan","domainName":"github"},"branch":"master","displayName":"jellywaiyan/ip[master]","outputFolderName":"jellywaiyan_ip_master"},{"location":{"location":"https://github.com/ylyma/ip.git","repoName":"ip","organization":"ylyma","domainName":"github"},"branch":"master","displayName":"ylyma/ip[master]","outputFolderName":"ylyma_ip_master"},{"location":{"location":"https://github.com/revdrag/ip.git","repoName":"ip","organization":"revdrag","domainName":"github"},"branch":"master","displayName":"revdrag/ip[master]","outputFolderName":"revdrag_ip_master"},{"location":{"location":"https://github.com/vijay-shankaranand/ip.git","repoName":"ip","organization":"vijay-shankaranand","domainName":"github"},"branch":"master","displayName":"vijay-shankaranand/ip[master]","outputFolderName":"vijay-shankaranand_ip_master"},{"location":{"location":"https://github.com/lerxuann/ip.git","repoName":"ip","organization":"lerxuann","domainName":"github"},"branch":"master","displayName":"lerxuann/ip[master]","outputFolderName":"lerxuann_ip_master"},{"location":{"location":"https://github.com/yuxunn/ip.git","repoName":"ip","organization":"yuxunn","domainName":"github"},"branch":"master","displayName":"yuxunn/ip[master]","outputFolderName":"yuxunn_ip_master"},{"location":{"location":"https://github.com/zannloo/ip.git","repoName":"ip","organization":"zannloo","domainName":"github"},"branch":"master","displayName":"zannloo/ip[master]","outputFolderName":"zannloo_ip_master"},{"location":{"location":"https://github.com/AryanG01/ip.git","repoName":"ip","organization":"AryanG01","domainName":"github"},"branch":"master","displayName":"AryanG01/ip[master]","outputFolderName":"AryanG01_ip_master"},{"location":{"location":"https://github.com/oeggy03/ip.git","repoName":"ip","organization":"oeggy03","domainName":"github"},"branch":"master","displayName":"oeggy03/ip[master]","outputFolderName":"oeggy03_ip_master"},{"location":{"location":"https://github.com/jeffrey-jian/ip.git","repoName":"ip","organization":"jeffrey-jian","domainName":"github"},"branch":"master","displayName":"jeffrey-jian/ip[master]","outputFolderName":"jeffrey-jian_ip_master"},{"location":{"location":"https://github.com/nicholastng010601/ip.git","repoName":"ip","organization":"nicholastng010601","domainName":"github"},"branch":"master","displayName":"nicholastng010601/ip[master]","outputFolderName":"nicholastng010601_ip_master"},{"location":{"location":"https://github.com/Weiennn/ip.git","repoName":"ip","organization":"Weiennn","domainName":"github"},"branch":"master","displayName":"Weiennn/ip[master]","outputFolderName":"Weiennn_ip_master"},{"location":{"location":"https://github.com/tayruxin/ip.git","repoName":"ip","organization":"tayruxin","domainName":"github"},"branch":"master","displayName":"tayruxin/ip[master]","outputFolderName":"tayruxin_ip_master"},{"location":{"location":"https://github.com/xyT-T/ip.git","repoName":"ip","organization":"xyT-T","domainName":"github"},"branch":"master","displayName":"xyT-T/ip[master]","outputFolderName":"xyT-T_ip_master"},{"location":{"location":"https://github.com/lunaroddity/ip.git","repoName":"ip","organization":"lunaroddity","domainName":"github"},"branch":"master","displayName":"lunaroddity/ip[master]","outputFolderName":"lunaroddity_ip_master"},{"location":{"location":"https://github.com/nabonitasen/ip.git","repoName":"ip","organization":"nabonitasen","domainName":"github"},"branch":"master","displayName":"nabonitasen/ip[master]","outputFolderName":"nabonitasen_ip_master"},{"location":{"location":"https://github.com/inezkok/ip.git","repoName":"ip","organization":"inezkok","domainName":"github"},"branch":"master","displayName":"inezkok/ip[master]","outputFolderName":"inezkok_ip_master"},{"location":{"location":"https://github.com/nknguyenhc/ip.git","repoName":"ip","organization":"nknguyenhc","domainName":"github"},"branch":"master","displayName":"nknguyenhc/ip[master]","outputFolderName":"nknguyenhc_ip_master"},{"location":{"location":"https://github.com/keaganpzh/ip.git","repoName":"ip","organization":"keaganpzh","domainName":"github"},"branch":"master","displayName":"keaganpzh/ip[master]","outputFolderName":"keaganpzh_ip_master"},{"location":{"location":"https://github.com/lululwtv/ip.git","repoName":"ip","organization":"lululwtv","domainName":"github"},"branch":"master","displayName":"lululwtv/ip[master]","outputFolderName":"lululwtv_ip_master"},{"location":{"location":"https://github.com/hcs1203/ip.git","repoName":"ip","organization":"hcs1203","domainName":"github"},"branch":"master","displayName":"hcs1203/ip[master]","outputFolderName":"hcs1203_ip_master"},{"location":{"location":"https://github.com/migfoo02/ip.git","repoName":"ip","organization":"migfoo02","domainName":"github"},"branch":"master","displayName":"migfoo02/ip[master]","outputFolderName":"migfoo02_ip_master"},{"location":{"location":"https://github.com/papataco14/ip.git","repoName":"ip","organization":"papataco14","domainName":"github"},"branch":"master","displayName":"papataco14/ip[master]","outputFolderName":"papataco14_ip_master"},{"location":{"location":"https://github.com/coderhuang559/ip.git","repoName":"ip","organization":"coderhuang559","domainName":"github"},"branch":"master","displayName":"coderhuang559/ip[master]","outputFolderName":"coderhuang559_ip_master"},{"location":{"location":"https://github.com/craigtonlian/ip.git","repoName":"ip","organization":"craigtonlian","domainName":"github"},"branch":"master","displayName":"craigtonlian/ip[master]","outputFolderName":"craigtonlian_ip_master"},{"location":{"location":"https://github.com/adammangzijun/ip.git","repoName":"ip","organization":"adammangzijun","domainName":"github"},"branch":"master","displayName":"adammangzijun/ip[master]","outputFolderName":"adammangzijun_ip_master"},{"location":{"location":"https://github.com/AlainS87/ip.git","repoName":"ip","organization":"AlainS87","domainName":"github"},"branch":"master","displayName":"AlainS87/ip[master]","outputFolderName":"AlainS87_ip_master"},{"location":{"location":"https://github.com/tanyyyming/ip.git","repoName":"ip","organization":"tanyyyming","domainName":"github"},"branch":"master","displayName":"tanyyyming/ip[master]","outputFolderName":"tanyyyming_ip_master"},{"location":{"location":"https://github.com/Saezenn/ip.git","repoName":"ip","organization":"Saezenn","domainName":"github"},"branch":"master","displayName":"Saezenn/ip[master]","outputFolderName":"Saezenn_ip_master"},{"location":{"location":"https://github.com/kayabuttertoastt/ip.git","repoName":"ip","organization":"kayabuttertoastt","domainName":"github"},"branch":"master","displayName":"kayabuttertoastt/ip[master]","outputFolderName":"kayabuttertoastt_ip_master"},{"location":{"location":"https://github.com/limjunxian1/ip.git","repoName":"ip","organization":"limjunxian1","domainName":"github"},"branch":"master","displayName":"limjunxian1/ip[master]","outputFolderName":"limjunxian1_ip_master"},{"location":{"location":"https://github.com/andrechuakj/ip.git","repoName":"ip","organization":"andrechuakj","domainName":"github"},"branch":"master","displayName":"andrechuakj/ip[master]","outputFolderName":"andrechuakj_ip_master"},{"location":{"location":"https://github.com/kwangthiag/ip.git","repoName":"ip","organization":"kwangthiag","domainName":"github"},"branch":"master","displayName":"kwangthiag/ip[master]","outputFolderName":"kwangthiag_ip_master"},{"location":{"location":"https://github.com/ricketytoc/ip.git","repoName":"ip","organization":"ricketytoc","domainName":"github"},"branch":"master","displayName":"ricketytoc/ip[master]","outputFolderName":"ricketytoc_ip_master"},{"location":{"location":"https://github.com/applepiofmyeye/ip.git","repoName":"ip","organization":"applepiofmyeye","domainName":"github"},"branch":"master","displayName":"applepiofmyeye/ip[master]","outputFolderName":"applepiofmyeye_ip_master"},{"location":{"location":"https://github.com/nubnubyas/ip.git","repoName":"ip","organization":"nubnubyas","domainName":"github"},"branch":"master","displayName":"nubnubyas/ip[master]","outputFolderName":"nubnubyas_ip_master"},{"location":{"location":"https://github.com/WeeeHung/ip.git","repoName":"ip","organization":"WeeeHung","domainName":"github"},"branch":"master","displayName":"WeeeHung/ip[master]","outputFolderName":"WeeeHung_ip_master"},{"location":{"location":"https://github.com/Eola-Z/ip.git","repoName":"ip","organization":"Eola-Z","domainName":"github"},"branch":"master","displayName":"Eola-Z/ip[master]","outputFolderName":"Eola-Z_ip_master"},{"location":{"location":"https://github.com/jordankanghm/ip.git","repoName":"ip","organization":"jordankanghm","domainName":"github"},"branch":"master","displayName":"jordankanghm/ip[master]","outputFolderName":"jordankanghm_ip_master"},{"location":{"location":"https://github.com/zacwong2151/ip.git","repoName":"ip","organization":"zacwong2151","domainName":"github"},"branch":"master","displayName":"zacwong2151/ip[master]","outputFolderName":"zacwong2151_ip_master"},{"location":{"location":"https://github.com/m1oojv/ip.git","repoName":"ip","organization":"m1oojv","domainName":"github"},"branch":"master","displayName":"m1oojv/ip[master]","outputFolderName":"m1oojv_ip_master"},{"location":{"location":"https://github.com/JCSnap/ip.git","repoName":"ip","organization":"JCSnap","domainName":"github"},"branch":"master","displayName":"JCSnap/ip[master]","outputFolderName":"JCSnap_ip_master"},{"location":{"location":"https://github.com/Nid21cs/ip.git","repoName":"ip","organization":"Nid21cs","domainName":"github"},"branch":"master","displayName":"Nid21cs/ip[master]","outputFolderName":"Nid21cs_ip_master"},{"location":{"location":"https://github.com/mfjkri/ip.git","repoName":"ip","organization":"mfjkri","domainName":"github"},"branch":"master","displayName":"mfjkri/ip[master]","outputFolderName":"mfjkri_ip_master"},{"location":{"location":"https://github.com/Choonyan02/ip.git","repoName":"ip","organization":"Choonyan02","domainName":"github"},"branch":"master","displayName":"Choonyan02/ip[master]","outputFolderName":"Choonyan02_ip_master"},{"location":{"location":"https://github.com/rayyan35p/ip.git","repoName":"ip","organization":"rayyan35p","domainName":"github"},"branch":"master","displayName":"rayyan35p/ip[master]","outputFolderName":"rayyan35p_ip_master"},{"location":{"location":"https://github.com/dhruvir29/ip.git","repoName":"ip","organization":"dhruvir29","domainName":"github"},"branch":"master","displayName":"dhruvir29/ip[master]","outputFolderName":"dhruvir29_ip_master"},{"location":{"location":"https://github.com/Mohammed-Faizzzz/ip.git","repoName":"ip","organization":"Mohammed-Faizzzz","domainName":"github"},"branch":"master","displayName":"Mohammed-Faizzzz/ip[master]","outputFolderName":"Mohammed-Faizzzz_ip_master"},{"location":{"location":"https://github.com/ruo-x/ip.git","repoName":"ip","organization":"ruo-x","domainName":"github"},"branch":"master","displayName":"ruo-x/ip[master]","outputFolderName":"ruo-x_ip_master"},{"location":{"location":"https://github.com/DonovanJJ/ip.git","repoName":"ip","organization":"DonovanJJ","domainName":"github"},"branch":"master","displayName":"DonovanJJ/ip[master]","outputFolderName":"DonovanJJ_ip_master"},{"location":{"location":"https://github.com/kristayeo/ip.git","repoName":"ip","organization":"kristayeo","domainName":"github"},"branch":"master","displayName":"kristayeo/ip[master]","outputFolderName":"kristayeo_ip_master"},{"location":{"location":"https://github.com/ZD292/ip.git","repoName":"ip","organization":"ZD292","domainName":"github"},"branch":"master","displayName":"ZD292/ip[master]","outputFolderName":"ZD292_ip_master"},{"location":{"location":"https://github.com/jingjie88/ip.git","repoName":"ip","organization":"jingjie88","domainName":"github"},"branch":"master","displayName":"jingjie88/ip[master]","outputFolderName":"jingjie88_ip_master"},{"location":{"location":"https://github.com/iantsaii/ip.git","repoName":"ip","organization":"iantsaii","domainName":"github"},"branch":"master","displayName":"iantsaii/ip[master]","outputFolderName":"iantsaii_ip_master"},{"location":{"location":"https://github.com/jingting1412/ip.git","repoName":"ip","organization":"jingting1412","domainName":"github"},"branch":"master","displayName":"jingting1412/ip[master]","outputFolderName":"jingting1412_ip_master"},{"location":{"location":"https://github.com/wnchan/ip.git","repoName":"ip","organization":"wnchan","domainName":"github"},"branch":"master","displayName":"wnchan/ip[master]","outputFolderName":"wnchan_ip_master"},{"location":{"location":"https://github.com/jack1e0/ip.git","repoName":"ip","organization":"jack1e0","domainName":"github"},"branch":"master","displayName":"jack1e0/ip[master]","outputFolderName":"jack1e0_ip_master"},{"location":{"location":"https://github.com/mingyu-wan/ip.git","repoName":"ip","organization":"mingyu-wan","domainName":"github"},"branch":"master","displayName":"mingyu-wan/ip[master]","outputFolderName":"mingyu-wan_ip_master"},{"location":{"location":"https://github.com/nicolengk/ip.git","repoName":"ip","organization":"nicolengk","domainName":"github"},"branch":"master","displayName":"nicolengk/ip[master]","outputFolderName":"nicolengk_ip_master"},{"location":{"location":"https://github.com/cyaoxuan/ip.git","repoName":"ip","organization":"cyaoxuan","domainName":"github"},"branch":"master","displayName":"cyaoxuan/ip[master]","outputFolderName":"cyaoxuan_ip_master"},{"location":{"location":"https://github.com/sunzihan23/ip.git","repoName":"ip","organization":"sunzihan23","domainName":"github"},"branch":"master","displayName":"sunzihan23/ip[master]","outputFolderName":"sunzihan23_ip_master"},{"location":{"location":"https://github.com/Goh-Li-Ting/ip.git","repoName":"ip","organization":"Goh-Li-Ting","domainName":"github"},"branch":"master","displayName":"Goh-Li-Ting/ip[master]","outputFolderName":"Goh-Li-Ting_ip_master"},{"location":{"location":"https://github.com/wjayee/ip.git","repoName":"ip","organization":"wjayee","domainName":"github"},"branch":"master","displayName":"wjayee/ip[master]","outputFolderName":"wjayee_ip_master"},{"location":{"location":"https://github.com/fuyiqiao/ip.git","repoName":"ip","organization":"fuyiqiao","domainName":"github"},"branch":"master","displayName":"fuyiqiao/ip[master]","outputFolderName":"fuyiqiao_ip_master"},{"location":{"location":"https://github.com/GlendaChong/ip.git","repoName":"ip","organization":"GlendaChong","domainName":"github"},"branch":"master","displayName":"GlendaChong/ip[master]","outputFolderName":"GlendaChong_ip_master"},{"location":{"location":"https://github.com/hyc17003/ip.git","repoName":"ip","organization":"hyc17003","domainName":"github"},"branch":"master","displayName":"hyc17003/ip[master]","outputFolderName":"hyc17003_ip_master"},{"location":{"location":"https://github.com/spatuly/ip.git","repoName":"ip","organization":"spatuly","domainName":"github"},"branch":"master","displayName":"spatuly/ip[master]","outputFolderName":"spatuly_ip_master"},{"location":{"location":"https://github.com/tanteckfang/ip.git","repoName":"ip","organization":"tanteckfang","domainName":"github"},"branch":"master","displayName":"tanteckfang/ip[master]","outputFolderName":"tanteckfang_ip_master"},{"location":{"location":"https://github.com/Clin-lyx/ip.git","repoName":"ip","organization":"Clin-lyx","domainName":"github"},"branch":"master","displayName":"Clin-lyx/ip[master]","outputFolderName":"Clin-lyx_ip_master"},{"location":{"location":"https://github.com/lyuanww/ip.git","repoName":"ip","organization":"lyuanww","domainName":"github"},"branch":"master","displayName":"lyuanww/ip[master]","outputFolderName":"lyuanww_ip_master"},{"location":{"location":"https://github.com/LimJH2002/ip.git","repoName":"ip","organization":"LimJH2002","domainName":"github"},"branch":"master","displayName":"LimJH2002/ip[master]","outputFolderName":"LimJH2002_ip_master"},{"location":{"location":"https://github.com/LWZ19/ip.git","repoName":"ip","organization":"LWZ19","domainName":"github"},"branch":"master","displayName":"LWZ19/ip[master]","outputFolderName":"LWZ19_ip_master"},{"location":{"location":"https://github.com/Gavino3o/ip.git","repoName":"ip","organization":"Gavino3o","domainName":"github"},"branch":"master","displayName":"Gavino3o/ip[master]","outputFolderName":"Gavino3o_ip_master"},{"location":{"location":"https://github.com/suryanshkushwaha/ip.git","repoName":"ip","organization":"suryanshkushwaha","domainName":"github"},"branch":"master","displayName":"suryanshkushwaha/ip[master]","outputFolderName":"suryanshkushwaha_ip_master"},{"location":{"location":"https://github.com/JasonRay168/ip.git","repoName":"ip","organization":"JasonRay168","domainName":"github"},"branch":"master","displayName":"JasonRay168/ip[master]","outputFolderName":"JasonRay168_ip_master"},{"location":{"location":"https://github.com/jovkusuma/ip.git","repoName":"ip","organization":"jovkusuma","domainName":"github"},"branch":"master","displayName":"jovkusuma/ip[master]","outputFolderName":"jovkusuma_ip_master"},{"location":{"location":"https://github.com/Chrainx/ip.git","repoName":"ip","organization":"Chrainx","domainName":"github"},"branch":"master","displayName":"Chrainx/ip[master]","outputFolderName":"Chrainx_ip_master"},{"location":{"location":"https://github.com/Propene-Dan/ip.git","repoName":"ip","organization":"Propene-Dan","domainName":"github"},"branch":"master","displayName":"Propene-Dan/ip[master]","outputFolderName":"Propene-Dan_ip_master"},{"location":{"location":"https://github.com/Daphne789/ip.git","repoName":"ip","organization":"Daphne789","domainName":"github"},"branch":"master","displayName":"Daphne789/ip[master]","outputFolderName":"Daphne789_ip_master"},{"location":{"location":"https://github.com/ChuanXinNg/ip.git","repoName":"ip","organization":"ChuanXinNg","domainName":"github"},"branch":"master","displayName":"ChuanXinNg/ip[master]","outputFolderName":"ChuanXinNg_ip_master"},{"location":{"location":"https://github.com/LHeng1/ip.git","repoName":"ip","organization":"LHeng1","domainName":"github"},"branch":"master","displayName":"LHeng1/ip[master]","outputFolderName":"LHeng1_ip_master"},{"location":{"location":"https://github.com/wr1159/ip.git","repoName":"ip","organization":"wr1159","domainName":"github"},"branch":"master","displayName":"wr1159/ip[master]","outputFolderName":"wr1159_ip_master"},{"location":{"location":"https://github.com/wjacobw/ip.git","repoName":"ip","organization":"wjacobw","domainName":"github"},"branch":"master","displayName":"wjacobw/ip[master]","outputFolderName":"wjacobw_ip_master"},{"location":{"location":"https://github.com/tiongjjyi/ip.git","repoName":"ip","organization":"tiongjjyi","domainName":"github"},"branch":"master","displayName":"tiongjjyi/ip[master]","outputFolderName":"tiongjjyi_ip_master"},{"location":{"location":"https://github.com/longnguyentan/ip.git","repoName":"ip","organization":"longnguyentan","domainName":"github"},"branch":"master","displayName":"longnguyentan/ip[master]","outputFolderName":"longnguyentan_ip_master"},{"location":{"location":"https://github.com/proto-aiken-13/ip.git","repoName":"ip","organization":"proto-aiken-13","domainName":"github"},"branch":"master","displayName":"proto-aiken-13/ip[master]","outputFolderName":"proto-aiken-13_ip_master"},{"location":{"location":"https://github.com/junnengsoo/ip.git","repoName":"ip","organization":"junnengsoo","domainName":"github"},"branch":"master","displayName":"junnengsoo/ip[master]","outputFolderName":"junnengsoo_ip_master"},{"location":{"location":"https://github.com/yezkez10/ip.git","repoName":"ip","organization":"yezkez10","domainName":"github"},"branch":"master","displayName":"yezkez10/ip[master]","outputFolderName":"yezkez10_ip_master"},{"location":{"location":"https://github.com/jamesebond/ip.git","repoName":"ip","organization":"jamesebond","domainName":"github"},"branch":"master","displayName":"jamesebond/ip[master]","outputFolderName":"jamesebond_ip_master"},{"location":{"location":"https://github.com/alyssaongyx/ip.git","repoName":"ip","organization":"alyssaongyx","domainName":"github"},"branch":"master","displayName":"alyssaongyx/ip[master]","outputFolderName":"alyssaongyx_ip_master"},{"location":{"location":"https://github.com/Carlintyj/ip.git","repoName":"ip","organization":"Carlintyj","domainName":"github"},"branch":"master","displayName":"Carlintyj/ip[master]","outputFolderName":"Carlintyj_ip_master"},{"location":{"location":"https://github.com/ruth-lim/ip.git","repoName":"ip","organization":"ruth-lim","domainName":"github"},"branch":"master","displayName":"ruth-lim/ip[master]","outputFolderName":"ruth-lim_ip_master"},{"location":{"location":"https://github.com/licongshen12/ip.git","repoName":"ip","organization":"licongshen12","domainName":"github"},"branch":"master","displayName":"licongshen12/ip[master]","outputFolderName":"licongshen12_ip_master"},{"location":{"location":"https://github.com/thaddeusong/ip.git","repoName":"ip","organization":"thaddeusong","domainName":"github"},"branch":"master","displayName":"thaddeusong/ip[master]","outputFolderName":"thaddeusong_ip_master"},{"location":{"location":"https://github.com/LordSaumya/ip.git","repoName":"ip","organization":"LordSaumya","domainName":"github"},"branch":"master","displayName":"LordSaumya/ip[master]","outputFolderName":"LordSaumya_ip_master"},{"location":{"location":"https://github.com/Kevin-Liusx/ip.git","repoName":"ip","organization":"Kevin-Liusx","domainName":"github"},"branch":"master","displayName":"Kevin-Liusx/ip[master]","outputFolderName":"Kevin-Liusx_ip_master"},{"location":{"location":"https://github.com/Ken-Lai/ip.git","repoName":"ip","organization":"Ken-Lai","domainName":"github"},"branch":"master","displayName":"Ken-Lai/ip[master]","outputFolderName":"Ken-Lai_ip_master"},{"location":{"location":"https://github.com/KumChaiYin/ip.git","repoName":"ip","organization":"KumChaiYin","domainName":"github"},"branch":"master","displayName":"KumChaiYin/ip[master]","outputFolderName":"KumChaiYin_ip_master"},{"location":{"location":"https://github.com/pzl111/ip.git","repoName":"ip","organization":"pzl111","domainName":"github"},"branch":"master","displayName":"pzl111/ip[master]","outputFolderName":"pzl111_ip_master"},{"location":{"location":"https://github.com/alientian/ip.git","repoName":"ip","organization":"alientian","domainName":"github"},"branch":"master","displayName":"alientian/ip[master]","outputFolderName":"alientian_ip_master"},{"location":{"location":"https://github.com/eyelessrhyme7/ip.git","repoName":"ip","organization":"eyelessrhyme7","domainName":"github"},"branch":"master","displayName":"eyelessrhyme7/ip[master]","outputFolderName":"eyelessrhyme7_ip_master"},{"location":{"location":"https://github.com/AprupKale/ip.git","repoName":"ip","organization":"AprupKale","domainName":"github"},"branch":"master","displayName":"AprupKale/ip[master]","outputFolderName":"AprupKale_ip_master"},{"location":{"location":"https://github.com/kimshitong/ip.git","repoName":"ip","organization":"kimshitong","domainName":"github"},"branch":"master","displayName":"kimshitong/ip[master]","outputFolderName":"kimshitong_ip_master"},{"location":{"location":"https://github.com/Bryan-Goh/ip.git","repoName":"ip","organization":"Bryan-Goh","domainName":"github"},"branch":"master","displayName":"Bryan-Goh/ip[master]","outputFolderName":"Bryan-Goh_ip_master"},{"location":{"location":"https://github.com/tiif/ip.git","repoName":"ip","organization":"tiif","domainName":"github"},"branch":"master","displayName":"tiif/ip[master]","outputFolderName":"tiif_ip_master"},{"location":{"location":"https://github.com/angkyakdifp/ip.git","repoName":"ip","organization":"angkyakdifp","domainName":"github"},"branch":"master","displayName":"angkyakdifp/ip[master]","outputFolderName":"angkyakdifp_ip_master"},{"location":{"location":"https://github.com/Chen-Kuei/ip.git","repoName":"ip","organization":"Chen-Kuei","domainName":"github"},"branch":"master","displayName":"Chen-Kuei/ip[master]","outputFolderName":"Chen-Kuei_ip_master"},{"location":{"location":"https://github.com/SinhaVedant/ip.git","repoName":"ip","organization":"SinhaVedant","domainName":"github"},"branch":"master","displayName":"SinhaVedant/ip[master]","outputFolderName":"SinhaVedant_ip_master"},{"location":{"location":"https://github.com/D-Limiter/ip.git","repoName":"ip","organization":"D-Limiter","domainName":"github"},"branch":"master","displayName":"D-Limiter/ip[master]","outputFolderName":"D-Limiter_ip_master"},{"location":{"location":"https://github.com/larrywang0701/ip.git","repoName":"ip","organization":"larrywang0701","domainName":"github"},"branch":"master","displayName":"larrywang0701/ip[master]","outputFolderName":"larrywang0701_ip_master"},{"location":{"location":"https://github.com/Song-Mengfei/ip.git","repoName":"ip","organization":"Song-Mengfei","domainName":"github"},"branch":"master","displayName":"Song-Mengfei/ip[master]","outputFolderName":"Song-Mengfei_ip_master"},{"location":{"location":"https://github.com/ChangruHenryQian/ip.git","repoName":"ip","organization":"ChangruHenryQian","domainName":"github"},"branch":"master","displayName":"ChangruHenryQian/ip[master]","outputFolderName":"ChangruHenryQian_ip_master"},{"location":{"location":"https://github.com/ketweeen/ip.git","repoName":"ip","organization":"ketweeen","domainName":"github"},"branch":"master","displayName":"ketweeen/ip[master]","outputFolderName":"ketweeen_ip_master"},{"location":{"location":"https://github.com/RSXIX/ip.git","repoName":"ip","organization":"RSXIX","domainName":"github"},"branch":"master","displayName":"RSXIX/ip[master]","outputFolderName":"RSXIX_ip_master"},{"location":{"location":"https://github.com/songgthu/ip.git","repoName":"ip","organization":"songgthu","domainName":"github"},"branch":"master","displayName":"songgthu/ip[master]","outputFolderName":"songgthu_ip_master"},{"location":{"location":"https://github.com/maj0-0/ip.git","repoName":"ip","organization":"maj0-0","domainName":"github"},"branch":"master","displayName":"maj0-0/ip[master]","outputFolderName":"maj0-0_ip_master"},{"location":{"location":"https://github.com/tiongMax/ip.git","repoName":"ip","organization":"tiongMax","domainName":"github"},"branch":"master","displayName":"tiongMax/ip[master]","outputFolderName":"tiongMax_ip_master"},{"location":{"location":"https://github.com/A1WAYSD/ip.git","repoName":"ip","organization":"A1WAYSD","domainName":"github"},"branch":"master","displayName":"A1WAYSD/ip[master]","outputFolderName":"A1WAYSD_ip_master"},{"location":{"location":"https://github.com/hjoneweek/ip.git","repoName":"ip","organization":"hjoneweek","domainName":"github"},"branch":"master","displayName":"hjoneweek/ip[master]","outputFolderName":"hjoneweek_ip_master"},{"location":{"location":"https://github.com/itsNatTan/ip.git","repoName":"ip","organization":"itsNatTan","domainName":"github"},"branch":"master","displayName":"itsNatTan/ip[master]","outputFolderName":"itsNatTan_ip_master"},{"location":{"location":"https://github.com/AustinHuang1203/ip.git","repoName":"ip","organization":"AustinHuang1203","domainName":"github"},"branch":"master","displayName":"AustinHuang1203/ip[master]","outputFolderName":"AustinHuang1203_ip_master"},{"location":{"location":"https://github.com/WangCheng0116/ip.git","repoName":"ip","organization":"WangCheng0116","domainName":"github"},"branch":"master","displayName":"WangCheng0116/ip[master]","outputFolderName":"WangCheng0116_ip_master"},{"location":{"location":"https://github.com/Tim-Siu/ip.git","repoName":"ip","organization":"Tim-Siu","domainName":"github"},"branch":"master","displayName":"Tim-Siu/ip[master]","outputFolderName":"Tim-Siu_ip_master"},{"location":{"location":"https://github.com/newway1814/ip.git","repoName":"ip","organization":"newway1814","domainName":"github"},"branch":"master","displayName":"newway1814/ip[master]","outputFolderName":"newway1814_ip_master"},{"location":{"location":"https://github.com/li-rongzhi/ip.git","repoName":"ip","organization":"li-rongzhi","domainName":"github"},"branch":"master","displayName":"li-rongzhi/ip[master]","outputFolderName":"li-rongzhi_ip_master"},{"location":{"location":"https://github.com/adhigop13/ip.git","repoName":"ip","organization":"adhigop13","domainName":"github"},"branch":"master","displayName":"adhigop13/ip[master]","outputFolderName":"adhigop13_ip_master"},{"location":{"location":"https://github.com/MadLamprey/ip.git","repoName":"ip","organization":"MadLamprey","domainName":"github"},"branch":"master","displayName":"MadLamprey/ip[master]","outputFolderName":"MadLamprey_ip_master"}],"errorSet":[],"sinceDate":"2023-08-18","untilDate":"2023-10-23","isSinceDateProvided":true,"isUntilDateProvided":false,"supportedDomainUrlMap":{"NOT_RECOGNIZED":{"BRANCH":"","REPO_URL":"UNSUPPORTED","BASE_URL":"UNSUPPORTED","HISTORY_PATH":"","COMMIT_PATH":"","BLAME_PATH":""},"github":{"BRANCH":"tree/$BRANCH","REPO_URL":"https://github.com/$ORGANIZATION/$REPO_NAME/","BASE_URL":"https://github.com/","HISTORY_PATH":"commits/$BRANCH/$FILE_PATH","COMMIT_PATH":"commit/$COMMIT_HASH","BLAME_PATH":"blame/$BRANCH/$FILE_PATH"}}}