I'm trying to package a J2ME Midlet with aspects functionality. Part of the AspectJ uses Reflection internally (i.e. thisJoinPoint). So the trick i my project is to avoid using this methods.
My question is... as far as I Know the Aspectjrt.jar runtime library has these reflection methods, so whether the Eclipse preverifier or the mobile preverifier will fail, am I right?
I have seen an open bug that is abandoned since 2005, which has some kind of patch for deleting these methods from the runtime library. But I realize AspectJ has evolved a lot since then...