From: Andrea A. <and...@al...> - 2006-06-05 20:03:10
|
Andrea Aime ha scritto: > Bryce L Nordgren ha scritto: > >> I notice a lot of dashed lines. Is it drawing dependencies to everything >> in the import list? >> > No, just from whatever appears in method signatures. There's a flag that > can enable the import list > as well, but I left it disabled. > >> That may create a lot of visual noise. Perhaps there >> is a way to control how many dependencies are represented? >> > Nope, just the kind: from methods arguments, from imports as well, or > nothing > > Two interesting suggestion that came up during the gt2 meeting to reduce visual clutter: - reverse engineer dependencies only from public/protected methods, avoid private ones - don't depict dependencies among classes in the same package, they are supposed to be related anyway. If I implemented those, would you be happy of generating gt2 javadoc this way, maybe just as an option for automated builds? (I really believe the diagrams would help newbies a lot, and also developers too, raise your hand if you think you know well the whole source code base :-) ) Cheers Andrea Aime |