From 86f358b74405f9bb587450becfde2abc9abaf9e2 Mon Sep 17 00:00:00 2001 From: Moshe-Immerman Date: Fri, 23 Jun 2017 14:26:54 +0200 Subject: [PATCH] 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" --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2db92b0..9ce443b 100644 --- a/README.md +++ b/README.md @@ -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