Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] pointcut on ==

Right - there's no join point for operators, some of which
are optimized away by the compiler.  Sorry.

Wes

> ------------Original Message------------
> From: Mike Ball <mwball@xxxxxxxxx>
> To: aspectj-users@xxxxxxxxxxx
> Date: Tue, Aug-9-2005 8:16 AM
> Subject: [aspectj-users] pointcut on ==
>
> I hope this isn't a question someone else has asked, I looked through
> the archives.
> 
> I need to enfore the use of .equals for object comparison instead of
> == and I wanted to declare an error.  But I don't think there is a
> pointcut for "==" or "!="?
> 
> Thanks for the help.
> 
> Thanks
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
> 



Back to the top