Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Philosophical Questions

Good point. It would be interesting to consider some day where the pointcut could match some metadata as an alternative.


From: Cedric Beust <cbeust@xxxxxxx>
Reply-To: aspectj-users@xxxxxxxxxxx
CC: AspectJ Users <aspectj-users@xxxxxxxxxxx>
Subject: Re: [aspectj-users] Philosophical Questions
Date: Tue, 08 Jul 2003 11:13:42 -0700

R. Dale Asberry wrote:

In what way is the pseudo-regexp pointcut matching fragile?

For example, if the developer renames or refactors their methods, the pointcuts will no longer find them.

And if the concerns are well separated, the developer might not even be aware that a certain pointcut is being applied to the method they are modifying, and they will therefore not even have the option to update the pointcut definition.

--
Cédric
http://beust.com/weblog


_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/aspectj-users

_________________________________________________________________
Protect your PC - get McAfee.com VirusScan Online http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963



Back to the top