GithubHelp home page GithubHelp logo

clbi-glance's Introduction

The replication kit of GLANCE

Title: Code-line-level bugginess identification: How far have we come, and how far have we yet to go?

This repository stores the source codes of the four categories of state-of-the-art CLBI approaches.

1. Folders Introduction

  • CLBI/src/ This folder stores the source code of SATs, NLPs, MITs, and GLANCE written in Python.

  • CLBI/result/ This folder stores all classification results of the each approaches.

  • BugDet/dataset/ This folder stores all 19 projects in datasets.

2. Execution commands

In order to make it easier to obtain the classification results, one can run it according to the following command regulation.

python main.py [model_name]

In above command,

  • [model_name] indicates a CLBI approach, i.e., PMD, CheckStyle, NGram, NGram_C, TMI_LR, TMI_SVM, TMI_MNB, TMI_DT, TMI_RF, LineDP, GLANCE_EA, GLANCE_MD, and GLANCE_LR.

Here is some usage examples:

python main.py PMD

python main.py GLANCE_EA

3. Studied Approaches

Approach Source path Description
SAT src/models/tools.py Static Analysis tools
NLP src/models/natural.py Natural language processing
MIT src/models/explain.py Model interpretation techniques
GLANCE src/models/glance.py Aiming at control- and complex-statements

4. Contact us

Mail: [email protected]

clbi-glance's People

Contributors

naplues 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.