Add Sourcetrail

From their site: "Sourcetrail helps software engineers explore and navigate unknown source code quickly and thoroughly by combining an interactive graph visualization, a concise code view and a powerful search algorithm, all built into an easy-to-use cross-platform developer tool"
This commit is contained in:
Moshe-Immerman
2017-06-23 14:26:54 +02:00
committed by GitHub
parent a611f961a3
commit 86f358b744

View File

@ -154,6 +154,7 @@ A curated list of awesome Java frameworks, libraries and software.
* [Infer](https://github.com/facebook/infer) - Modern static analysis tool for verifying the correctness of code.
* [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.
* [Sourcetrail ![c]](https://www.sourcetrail.com) - Visual source code navigator.
* [Spoon](https://github.com/INRIA/spoon/) - Library for analyzing and transforming Java source code.
## Code Coverage