Re: Polymorphism and BCEL

2008-10-29 Thread zagiatakrapovic
] > An: bcel-user@jakarta.apache.org > Betreff: Re: Polymorphism and BCEL > Hi Jonathan, > > Thx for your reply. Your tool is very impressive. I used it to delve into > some details of the BCEL class hierarchy. :) > I talked to some people that had similar projects in the me

Re: Polymorphism and BCEL

2008-10-29 Thread zagiatakrapovic
Hi Jonathan, Thx for your reply. Your tool is very impressive. I used it to delve into some details of the BCEL class hierarchy. :) I talked to some people that had similar projects in the meantime. The all said they had the same problem at all of them implemented their own framework too solve

Re: Polymorphism and BCEL

2008-10-22 Thread zagiatakrapovic
Thx Arrin for your reply. It won't be easy, definitely! :) Under some (conservative) assumptions the set of classfiles should be closed. Class loading over urls, changing the classpath during runtime will be prohibited. I think, I will force the user to give me the classpath as args argument to

Re: Polymorphism and BCEL

2008-10-21 Thread Arrin Daley
Hi Zagi I don't think it's going to be easy. If using your example you have loaded class A and you want to find out as you load and/or transform class A what the possible matches for m1() look like then you would have to try to load all potential subclasses, how would you know that there aren