firzencode / jarjar

Automatically exported from code.google.com/p/jarjar
0 stars 0 forks source link

Enhancement Request: Add "Both" Option for Find #44

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

Attachments: