I am working towards creating a Auto Test Case Selection tool, but before that I need to extract the dependencies of the class/method in a list of projects. I have heard of JDEP, but it seems that only works after Java 8. I want some tool, that can work with versions of Java 6 and above. Plus, a little advice would do goo regarding if a method based dependency search or a class based dependency search would be better.
Thanks in advance!
//Roy