From 00ccf17f43324df65895d6ca024cc3d307ac952e Mon Sep 17 00:00:00 2001 From: Melinda Ivanov Date: Fri, 8 Nov 2019 00:49:03 -0800 Subject: [PATCH] Add jGRASP --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index efb1d1c..89c4c9b 100644 --- a/README.md +++ b/README.md @@ -458,6 +458,7 @@ A curated list of awesome Java frameworks, libraries and software. - [Eclipse](https://www.eclipse.org) - Established open-source project with support for lots of plugins and languages. - [IntelliJ IDEA ![c]](https://www.jetbrains.com/idea) - Supports many JVM languages and provides good options for Android development. The commercial edition targets the enterprise sector. +- [jGRASP](https://www.jgrasp.org) - Created to provide software visualizations that work in conjunction with the debugger such as Control Structure Diagrams, UML class diagrams and Object Viewer. - [NetBeans](https://netbeans.apache.org) - Provides integration for several Java SE and EE features, from database access to HTML5. - [Visual Studio Code](https://code.visualstudio.com/docs/languages/java) - Provides Java support for lightweight projects with a simple, modern workflow by using extensions from the internal marketplace.