JarJar Links is a great tool. The dependency finder is excellent. However, I
wish there was an option to display both jar and class dependencies instead of
one or the other.
What is the expected output? What do you see instead?
With -find jar output,
a.jar -> b.jar
b.jar -> c.jar
With -find class output,
a/A -> b/B
b/B -> c/C
With proposed -find both output
a.jar -> b.jar
a/A -> b/B
b.jar -> c.jar
b/B -> c/C
What version of the product are you using? On what operating system?
1.0 on Windows 7
Please provide any additional information below.
The attached patch is a proposed implementation. This new mode provides even
more information for this excellent dependency finder.
Original issue reported on code.google.com by jmsig...@gmail.com on 12 Nov 2010 at 11:57
Original issue reported on code.google.com by
jmsig...@gmail.com
on 12 Nov 2010 at 11:57Attachments: