Jens Schauder
Jens Schauder
I have two questions: 1. Can you recommend a color that is red for people with normal vision, but also clearly distinguishable for people that can't see the color red?...
right now it is not possible. But I think it is a very good idea. Actually I'd like it to extend it: I imagine something like: ``` classpath.printTo(PrintConfig( onFailureOnly=true/false, slicingsWithFailureOnly=true/false...
Not sure if I understand what you mean something like combining org.mydomain.stuff.more.stuff org.mydomain.stuff.more org.mydomain.stuff all into `org.mydomain.stuff` That you can do already. A slicing pattern of `"org.mydomain.(*)**" should put all...
Ok, I understand now. Makes sense. Degraph currently does not support this.
I noticed that, but they are actually forking ASM, and I am not interested in doing that.
The ASM issues referes to https://bugs.openjdk.java.net/browse/JDK-8144185 Looks like the JDK guys agree that it is a JDK issue.
Unfortunatly no, not with the current version. It always checks for cycles. I'm currently working on a reworked API for formulating tests, and the new version will a) make the...
Maybe end of the year, or early next year. I hope.
Unfortunatly you are correct. printTo currently does not work as intended and documented.
You have multipe options to work around this issue: 1. increase the maximum heap size using the `-Xmx` jvm parameter. 2. limit the scope of the analysis using `include`/`exclude`and the...