SpoonLabs
Repositories
-
sorald
An automatic repair system for bug-related warnings from SonarQube's SonarJava
-
flacoco
Fault localization for Java based on Jacoco
-
SpoonLabs.github.io
The HTML pages of the Spoon website, produced from the docs folder in the main repo
-
sorald-buildbreaker
GitHub Action that breaks the build if Sorald finds a repairable violation
-
diffmin
Prototype of automatic diff minimization, see https://github.com/INRIA/spoon/issues/3397
-
astor
Automatic program repair for Java with generate-and-validate techniques
✌️ ✌️ : jGenProg (2014) - jMutRepair (2016) - jKali (2016) - DeepRepair (2017) - Cardumen (2018) - 3sfix (2018) -
nopol
Automatic program repair system for Java based on dynamic analysis and code synthesis with SMT. Also contains the code of Dynamoth.
-
gumtree-spoon-ast-diff
Computes the AST difference (aka edit script) between two Spoon Java source code abstract syntax trees
-
spoon-maven-plugin
A Maven plugin to run the Spoon analysis and transformation engine for Java
-
AstorMoth
Repair approaches based on Dynamoth synthesis
-
coming
A tool for mining commits from Git repositories and diffs to automatically extract code change pattern instances and features with ast analysis
-
spoon-ci-config
The CI configuration of the Spoon project
-
npefix
Open-science code of the program repair tool described in "Dynamic Patch Generation for Null Pointer Exceptions Using Metaprogramming" (SANER'17)
-
spoon-ci-data
Spoon Continuous Integration Data created by https://github.com/SpoonLabs/spoon-ci-external
-
spoon-ci-external
Additional CI jobs that are not in spoon-core
-
spoon-shadow-job
An experimental repo for @cokefh PhD Thesis
-
spoon-examples
Examples on how to use the Spoon Java source code transformation library
-
metamutator
a mutation testing engine for Java based on mutant schemata / metamutants / metaprogramming
-
spoon-dspot-tests
Amplified tests for Spoon (pushed by a cron task)
-
coming-experiments
Open-science repository for the evaluation of Coming
-
spoon-deploy
Continuous delivery for Spoon
-
spoon-dependencies
Dependencies for Spoon modules for which there is no serious artifact repository
-
CoCoSpoon
A library to compute statement-level code coverage using source code transformation with Spoon
-
astor-experiments
Open-science repo for the program repair experiments using Astor
-
nopol-experiments
Open-science repository for the evaluation of the TSE paper about Nopol
-
spoon-gradle-plugin
A gradle plugin to run the Spoon analysis and transformation engine for Java
-
c2spoon
Loads C code as a Spoon model using srcml
-
spooet
a prototype Spoon pretty-printer implemented with JavaPoet