> I wonder how hard it would be to write a byte-code assertion > stripper, which took classes generated with 1.4, retargetted > the version number to 1.2 and stripped out assertions...
Thinking further about this, it would probably be quite nifty to use this code in a classloader so that if a VM below 1.4 were encountered, assertions would be magically removed - but they'd still exist on a 1.4 VM, all with the same binary... Jon -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
