Hi, I was wondering if anyone tried to compute a full class closure using BCEL.
I mean: Given a class file, produce a list of all classes used by the corresponding class, including classes used in declarations of local variables (within methods) and classes used in declarations of local variables (within methods) of any parent class or any class associated by composition. I have seen a lot of code that computes partial class closures, but nothing as complete as a real class closure. Does anyone know if that would be possible? Does anyone have source code showing how this could be done using BCEL? Regards, Laurent
