Merge pull request #435 from monperrus/patch-1

adds a reference to Spoon
This commit is contained in:
Andreas Kull
2016-10-28 10:15:33 +02:00
committed by GitHub

View File

@ -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. * [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. * [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. * [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 ## Code Coverage