Re: Class file parsers




"Andreas Leitgeb" <avl@xxxxxxxx> wrote in message
news:slrnfdu8ko.53q.avl@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Mike Schilling <mscottschilling@xxxxxxxxxxx> wrote:
I didn't quite believe this, so I created an example, got out my handy
class
file analyzer ...

I'm curious as to which tool you use for this task. The way you said that
("got out my ...") seems to me to indicate that you've also made your
own...

I did. It's rudimentary so far, just parses out and prints all of the bits
including the constant pool entries. When I have time I'll flesh it out to a
tool that helps determine class dependencies, so that I can safely
re-organize a large existing code base.


.