degraph
degraph copied to clipboard
Test and Visualize and Manage Dependencies of classes and packages in JVM Byte Code (think Scala and Java)
I went over to the link at http://riy.github.io/degraph/download.html to download the latest. That link (http://dl.bintray.com/schauder/schauderhaft-de/degraph-degraph-0.1.4.zip) gives a bad gateway 502 error.
When an edge is selected in yED, then in the Properties View the flyover of the Data::Description field will show the edge source and destination. This is useful in very...
A lot of people have problems to see the color red. At the moment I replace #FF0000 with #0101FF in the graphml. Now I find the error much quicker even...
Hi Jens, thanks for the great Tool! I am curious if there is or will there be a possibility to only generate dependencies on a given package level. Thank you,...
Scala 2.12, JVM target 1.8 and so on.
Given the following class: public class ClassWithTypeAnnotations // implements clause: implements @TypeAnno1 ClassWithTypeParam { // Class instance creation expression: private Object x = new @TypeAnno3 Object(); private @TypeAnno6 Object str...
When writing checks it is easy to add typos to withSlicing() and allow(). It would be helpful for me * if degraph would issue a warning when pattern (either anonymous...
Continuing the discussion from https://github.com/junit-team/junit5/issues/483: It would be cool if Degraph came with a Gradle plugin that allowed users to check their Java code for violations. I did a very...
Seems like the ASM version used in the Gradle plugin is out of date: ``` [...] Executing task ':junit-platform-commons-java-9:degraph' (up-to-date check took 0.0 secs) due to: Task has failed previously....
When running degraph without arguments, it generates a huge graphml file with what appear to be scala's dependencies. Attempting to open this graph with graph editors such as Gephi (which...