Hey, Given a no-arg constructor, I'd like to insert a new public method and move all instructions into that new method. After moving that code, the constructor would look like one that's automatically inserted by the compiler, i.e. only calls <init> of its superclass and returns.
I've never done anything with BCEL, though I can follow the general information pages. Still, I have no Idea how hard my problem is and therefore wanted to ask here for some guidance. Thanks, Felix --------------------------------------------------------------------- To unsubscribe, e-mail: bcel-user-unsubscr...@jakarta.apache.org For additional commands, e-mail: bcel-user-h...@jakarta.apache.org