Those pointcuts look fine. Can you show the code (call site) where you expected a match?
-Ramnivas 2010/4/20 ekinrf <[email protected]> > Hi everyone, > > I was wondering if we could use AspectJ to match a Java build-in type, say > String or Object. I tried pointcut like call(*.new(..)) and call(* > Object.*(..)), but they didn't work. Anyone got a hint? > > Regards with thanks, > Fang > > > > _______________________________________________ > aspectj-users mailing list > [email protected] > https://dev.eclipse.org/mailman/listinfo/aspectj-users > >
_______________________________________________ aspectj-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/aspectj-users
