> You might consider one of the pure java decompilers, such as 
> BCEL http://jakarta.apache.org/bcel/manual.html
> or jode http://sourceforge.net/projects/jode/, 
> or ClassFile http://home.earthlink.net/~shvets/.
> These could even be called from the BeanShell.

When I wrote it, I wasn't considering how it might work in the JDE. A pure
java decompiler would be OK if the beanshell is already going, but for
running over 100 class/source files, there is no way you are going to beat
my script with jad for speed and jad is far and away the best decompiler
that I have used.

I use the script to run over many source files at once - especially looking
at other peoples code, I find it much easier to understand if I can see the
package context of the referenced classes.
Matt


IMPORTANT NOTICE:
This e-mail and any attachment to it is intended only to be read or used by
the named addressee.  It is confidential and may contain legally privileged
information.  No confidentiality or privilege is waived or lost by any
mistaken transmission to you.  If you receive this e-mail in error, please
immediately delete it from your system and notify the sender.  You must not
disclose, copy or use any part of this e-mail if you are not the intended
recipient.  The RTA is not responsible for any unauthorised alterations to
this e-mail or attachment to it.  

Reply via email to