Re: Get all the types referenced by a given class
Andrea <[email protected]> Wed, 12 Jul 2006 11:12:03 +0000 (UTC)
| Newsgroups | gmane.comp.jakarta.bcel.user |
|---|---|
| Message-ID | <[email protected]> |
Torsten Curdt <tcurdt <at> apache.org> writes: > Sounds like you are after something like this > > http://vafer.org/projects/dependency/howto.html > > cheers > -- > Torsten > Yes I was searching for something similar, thanks a lot^^ This morning I've also found this BCEL-based implementation and it seems to work well: http://svn.apache.org/viewvc/jakarta/bcel/trunk/examples/TransitiveHull.java?view=markup&pathrev=410087 Andrea