From 05c2862995c044872fedb4fa2e1c7f95404b52af Mon Sep 17 00:00:00 2001 From: Martin Monperrus Date: Thu, 27 Oct 2016 22:40:26 +0200 Subject: [PATCH] adds a reference to Spoon --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e210fc2..50b791f 100644 --- a/README.md +++ b/README.md @@ -151,6 +151,7 @@ A curated list of awesome Java frameworks, libraries and software. * [jQAssistant](http://jqassistant.org/) - Static code analysis with Neo4J-based query language. * [PMD](https://github.com/pmd/pmd) - Source code analysis for finding bad coding practices. * [SonarQube](http://www.sonarqube.org/) - Integrates other analysis components via plugins and provides an overview of the metrics over time. +* [Spoon](https://github.com/INRIA/spoon/) - Library for analyzing and transforming Java source code. ## Code Coverage