Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.12 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.12 KB

Aardwolf: A Modular Tool for Software Fault Localization

Aardwolf is1 a software fault localization2 tool with focus on

  • Extensibility -- It should be possible and convenient to implement or extend a technique
  • Language independence -- All implemented techniques should be available to many programming languages and implementing a new frontend should be reasonably difficult
  • User experience -- The tool should be actually usable, which not only means accurate, but also offering rich output, being scalable and allowing convenient integration into real-world projects

1 will be

2 Software fault localization (SFL) is an area of research that aims to help programmers with understanding program errors and locating their cause by developing techniques that partially or fully automate the localization of faults in the source code.

Status

The tool is now under a complete rewrite. See legacy branch for the original version.

License

Licensed under MIT. Feel free to use it, contribute or spread the word.