ShowDeps / ClassAnalyzer tool update

Alan Bateman Alan.Bateman at oracle.com
Tue Mar 20 21:48:35 PDT 2012


On 21/03/2012 04:06, Mandy Chung wrote:
> Alan, Chris,
>
> I have updated the ShowDeps tool to show the dependencies of one or 
> more given classes, directories or jar files.  It's a simple tool that 
> can help the process of modularizing existing applications.  A brief 
> description of this tool is at:
>    
> http://cr.openjdk.java.net/~mchung/jigsaw/showdeps-webrev/raw_files/new/make/tools/classanalyzer/classanalyzer.html
>
> By default it will print the package dependencies; -v option will list 
> the class dependencies.  If a module ID is specified in the -id 
> option, it will print the module declaration (i.e. module-info).
>
> Webrev at:
>    http://cr.openjdk.java.net/~mchung/jigsaw/showdeps-webrev/
>
> Mandy
This is a nice improvement to the tool, the changes looks fine to me.

-Alan



More information about the jigsaw-dev mailing list