Uzi Refaeli wrote on 2003-08-13:

> Donot know about such a tool but you can check that:
> * The new class dose not import classes that are not in the application cp.
> * The class signature is the same.
>
`javap` is useful to recover class signatures from compiled .class
files (in case that's your situation).

-- 
Beni Cherniavsky <[EMAIL PROTECTED]>

=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to