> I think BCEL have some advantages over Objectweb ASM and other one. > For example for reflection it don't depends on Java reflection. So the > classes don't need to be in the classpath. > I know, that it isn't so fast like SVN. But a tool like SVN have to be more > things like creating code. Reflection is one of that additional things.
Hm. You seem to be mixing things up a little :) It's ASM not SVN. For ASM usually you don't have to have the classes in the classpath. In fact BCEL itself has some design problems in that direction. https://issues.apache.org/bugzilla/show_bug.cgi?id=38057 Maybe describe what you want to do a bit more. cheers, Torsten --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
