/bugfixer

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

Bugfixer

Bugfixer is a framework for autofix engines: Saver and NPEX.

Description

Bugfixer provides below features.

  • Find bugs, generate patches and applying patch using SAVER (C language).
  • Find bugs, generate patches and applying patch using NPEX (JAVA language).

Prerequisite

  • Saver & its runtime environment
  • NPEX & its runtime environment
  • npm

Build and Debug

Build

git clone git@github.com:chjkw/bugfixer2.git
cd bugfixer2
npm install

Debug

  • Open project root directory in the Visual Studio Code
  • Press F5 to Run/Debug

Related Information