Coder Social home page Coder Social logo

locus's Introduction

Locus

You can run Locus using command line: java main.Main [config] It reads all the configurations from the [config] file. [config] is optional, which refers to config_local.txt under the project folder by default. You can specify the config file to any file, which should have the same format as confit_local.txt

The reauired configurations are as followings:

  1. task: the task you want to run {indexHunks, corpusCreation, produceChangeResults, produceFileResults, all}

    • indexHunks: extract the concerned changes
    • corpusCreation: create the corpus for bug reports, change logs, and changes [must be executed after the first step]
    • produceChangeResults: produce the results at the change level, the results will be put into file changeLevelResults.txt [must be executed after the first two steps]
    • produceFileResults: produce the results at the file level, the results will be put into file fileLevelResults.txt [must be executed after the first two steps]
    • all: conduct all the previous step
  2. repoDir: which refers to the repository of your target project. [supports GIT right now]

  3. sourceDir: which is the target version of the source files

  4. workingLoc: the working directory of the current run, which will store all the intermediate files and the final results

  5. bugReport: specify the bug report file

  6. changeOracle: Optional, which is only required when you need to produce the results at the change level

locus's People

Contributors

mingwen-cs avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.