Skip to content

salab/ChangeBeadsPreprocessor

Repository files navigation

ChangeBeadsPreprocessor

A preprocessor for ChangeBeadsThreader.

Description

ChangeBeadsPreprocessor is a preprocessor which analyze a repository consisting of fine-grained commits and generate an input of ChangeBeadsThreader.

Requirement

  • Java 1.8+
  • Kotlin 1.3+

Installation

  1. $ git clone https://github.com/salab/ChangeBeadsPreprocessor.git
  2. $ cd changebeadspreprocessor
  3. $ ./gradlew build
    • Output .jar file to build/libs/

Usage

  • java -jar ChangeBeadsPreprocessor-1.0.0.jar -s <repository path>
  • ChangeBeadsPreprocessor output the analysis result json file to the same directory as the input repository.

Option

  • -s, --src
    • The input repository path
  • -l, --log
    • Output log to standard output.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages