Bug 104220 - adviceexecution() toShort/long string
Summary: adviceexecution() toShort/long string
Status: RESOLVED FIXED
Alias: None
Product: AspectJ
Classification: Tools
Component: Compiler (show other bugs)
Version: DEVELOPMENT   Edit
Hardware: All All
: P2 normal (vote)
Target Milestone: 1.5.0RC1   Edit
Assignee: Adrian Colyer CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-18 10:14 EDT by Alexandre Vasseur CLA
Modified: 2005-11-08 13:16 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandre Vasseur CLA 2005-07-18 10:14:08 EDT
says:
SAM2 : execution(ADVICE: public java.lang.Object
alex.sam.Sam2.Sam3.aroundMethodCalls(org.aspectj.lang.ProceedingJoinPoint))


why not "adviceexecution( method pattern )"
Comment 1 Alexandre Vasseur CLA 2005-07-25 11:05:14 EDT
todo: check toString + parse again (or meta protocol)
Comment 2 Adrian Colyer CLA 2005-10-28 08:23:55 EDT
raising priority to ensure I look at this before RC1
Comment 3 Adrian Colyer CLA 2005-11-08 13:16:12 EST
now says e.g. "adviceexecution(SomeAspect.before())" and so on...