Dec. 23, 2009
8:17 a.m.
Hi
I'm starting to think to add override to my new implementation of Package. Now I wonder how PackageInfo keeps information the fact that when an overridding method is unload, the overridden is added back to the class. May be this is MC that does this? Does anybody knows about it?
Then I have also another question related to the order
P1>>*m p1 P2>>*m p2 P3>>*m p3
right now is the load order preserved? ie does P3 takes precedence over p2 and p1
If I unload P2 and P3 do I get P1, I remember that alex got problems with that some years ago.
Stef