GitHub / SpoonLabs 22 Repositories
The laboratory for Java source code analysis and transformation using Spoon
Donate: https://github.com/sponsors/SpoonLabs
SpoonLabs/astor
Automatic program repair for Java with generate-and-validate techniques :v::v:: jGenProg (2014) - jMutRepair (2016) - jKali (2016) - DeepRepair (2017) - Cardumen (2018) - 3sfix (2018)
Language: Java - Size: 235 MB - Last synced at: 1 day ago - Pushed at: 4 months ago - Stars: 211 - Forks: 108

SpoonLabs/gumtree-spoon-ast-diff
Computes the AST difference (aka edit script) between two Spoon Java source code abstract syntax trees
Language: Java - Size: 15.9 MB - Last synced at: 11 days ago - Pushed at: 21 days ago - Stars: 168 - Forks: 42

SpoonLabs/spoon-deploy
Continuous delivery for Spoon
Language: Shell - Size: 37.1 KB - Last synced at: 11 days ago - Pushed at: 25 days ago - Stars: 0 - Forks: 1

SpoonLabs/coming
A tool for mining commits from Git repositories and diffs to automatically extract code change pattern instances and features with ast analysis
Language: Java - Size: 116 MB - Last synced at: 11 days ago - Pushed at: 8 months ago - Stars: 99 - Forks: 33

SpoonLabs/nopol
Automatic program repair system for Java based on dynamic analysis and code synthesis with SMT. Also contains the code of Dynamoth.
Language: Java - Size: 303 MB - Last synced at: 11 days ago - Pushed at: 9 months ago - Stars: 100 - Forks: 40

SpoonLabs/metamutator
a mutation testing engine for Java based on mutant schemata / metamutants / metaprogramming
Language: Java - Size: 144 KB - Last synced at: 11 days ago - Pushed at: almost 3 years ago - Stars: 20 - Forks: 15

SpoonLabs/spoon-maven-plugin
A Maven plugin to run the Spoon analysis and transformation engine for Java
Language: Java - Size: 332 KB - Last synced at: 11 days ago - Pushed at: about 1 month ago - Stars: 21 - Forks: 19

SpoonLabs/spoon-examples
Examples on how to use the Spoon Java source code transformation library
Language: Java - Size: 5.45 MB - Last synced at: 11 days ago - Pushed at: almost 3 years ago - Stars: 89 - Forks: 44

SpoonLabs/SpoonLabs.github.io
The HTML pages of the Spoon website, produced from the docs folder in the main repo
Language: HTML - Size: 202 MB - Last synced at: 11 days ago - Pushed at: 4 months ago - Stars: 2 - Forks: 3

SpoonLabs/spoon-gradle-plugin
A gradle plugin to run the Spoon analysis and transformation engine for Java
Language: Groovy - Size: 98.6 KB - Last synced at: 11 days ago - Pushed at: over 2 years ago - Stars: 20 - Forks: 9

SpoonLabs/npefix
Open-science code of the program repair tool described in "Dynamic Patch Generation for Null Pointer Exceptions Using Metaprogramming" (SANER'17)
Language: Java - Size: 458 KB - Last synced at: 11 days ago - Pushed at: 9 months ago - Stars: 14 - Forks: 9

SpoonLabs/.github
Size: 0 Bytes - Last synced at: 11 days ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

SpoonLabs/spoon-ci-config
The CI configuration of the Spoon project
Language: Python - Size: 134 KB - Last synced at: 11 days ago - Pushed at: 12 months ago - Stars: 0 - Forks: 1

SpoonLabs/nopol-experiments
Open-science repository for the evaluation of the TSE paper about Nopol
Language: Java - Size: 21.4 MB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 4 - Forks: 0

SpoonLabs/assertj Fork of assertj/assertj
AssertJ is a library providing easy to use rich typed assertions
Language: Java - Size: 21.6 MB - Last synced at: 11 days ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

SpoonLabs/DiskLruCache Fork of spoon-bot/DiskLruCache
Java implementation of a Disk-based LRU cache which specifically targets Android compatibility.
Language: Java - Size: 171 KB - Last synced at: 11 days ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

SpoonLabs/JWT4B Fork of ozzi-/JWT4B
JWT Support for Burp
Language: Java - Size: 5.51 MB - Last synced at: 11 days ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

SpoonLabs/mimecraft-jdk17 Fork of square/mimecraft
Utility for creating RFC-compliant multipart and form-encoded HTTP request bodies.
Language: Java - Size: 86.9 KB - Last synced at: 11 days ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

SpoonLabs/Bukkit Fork of Bukkit/Bukkit
The Minecraft Mod API
Language: Java - Size: 3.05 MB - Last synced at: 11 days ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

SpoonLabs/OSSRH-49772
Size: 0 Bytes - Last synced at: about 1 year ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

SpoonLabs/CoCoSpoon
A library to compute statement-level code coverage using source code transformation with Spoon
Language: Java - Size: 7.84 MB - Last synced at: about 1 year ago - Pushed at: almost 3 years ago - Stars: 10 - Forks: 8

SpoonLabs/repogit4testv0
Language: Java - Size: 8.79 KB - Last synced at: about 1 year ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

SpoonLabs/KtSpoon
Kotlin support for Spoon (experimental)
Language: Kotlin - Size: 1.31 MB - Last synced at: 11 days ago - Pushed at: over 3 years ago - Stars: 6 - Forks: 0

SpoonLabs/kbar
Template based repair for java (extension of tbar)
Language: Java - Size: 80.7 MB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

SpoonLabs/spoon-dependencies
Dependencies for Spoon modules for which there is no serious artifact repository
Size: 146 KB - Last synced at: 11 days ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

SpoonLabs/c2spoon
Loads C code as a Spoon model using srcml
Language: Java - Size: 18.6 KB - Last synced at: 11 days ago - Pushed at: about 7 years ago - Stars: 1 - Forks: 0

SpoonLabs/spooet
a prototype Spoon pretty-printer implemented with JavaPoet
Language: Java - Size: 29.3 KB - Last synced at: 11 days ago - Pushed at: almost 3 years ago - Stars: 10 - Forks: 0

SpoonLabs/sorald-buildbreaker
GitHub Action that breaks the build if Sorald finds a repairable violation
Language: TypeScript - Size: 34.8 MB - Last synced at: 11 days ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 0

SpoonLabs/spoon-ci-data
Spoon Continuous Integration Data created by https://github.com/SpoonLabs/spoon-ci-external
Size: 83.6 MB - Last synced at: 11 days ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 1

SpoonLabs/flacocobot-experiments
Size: 0 Bytes - Last synced at: 11 days ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

SpoonLabs/jacoco Fork of jacoco/jacoco
FORK of jacoco
Size: 10.1 MB - Last synced at: 11 days ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

SpoonLabs/spoon-ci-external
Additional CI jobs that are not in spoon-core
Language: Shell - Size: 14.6 KB - Last synced at: 11 days ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

SpoonLabs/sorald-experiments
Open-science repository for the evaluation of Sorald
Size: 219 KB - Last synced at: 11 days ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

SpoonLabs/AstorMoth
Repair approaches based on Dynamoth synthesis
Language: Java - Size: 111 MB - Last synced at: 11 days ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

SpoonLabs/coming-experiments
Open-science repository for the evaluation of Coming
Size: 965 KB - Last synced at: 11 days ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 1

SpoonLabs/spoon-shadow-job
An experimental repo for @cokefh PhD Thesis
Size: 0 Bytes - Last synced at: 11 days ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

SpoonLabs/spoon-dspot-tests
Amplified tests for Spoon (pushed by a cron task)
Size: 0 Bytes - Last synced at: 11 days ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

SpoonLabs/astor-experiments
Open-science repo for the program repair experiments using Astor
Language: Java - Size: 3.82 MB - Last synced at: 11 days ago - Pushed at: over 6 years ago - Stars: 3 - Forks: 3
