Bug 78707 - [jdt-parser] AspectJ/AJDT accepts "before() returning" advice
Summary: [jdt-parser] AspectJ/AJDT accepts "before() returning" advice
Status: RESOLVED FIXED
Alias: None
Product: AspectJ
Classification: Tools
Component: Compiler (show other bugs)
Version: 1.2   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 1.5.0 M3   Edit
Assignee: Adrian Colyer CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-16 05:09 EST by Eric Bodden CLA
Modified: 2005-08-19 09:23 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Bodden CLA 2004-11-16 05:09:33 EST
Both, AspectJ and AJDT seem to accept a "before returning" syntax, whatever that
would mean. AJDT reveals that internally it is apparently translated into "after
returning". See
http://www.eclipse.org/newsportal/article.php?id=844&group=eclipse.technology.ajdt
for reference.
Comment 1 Adrian Colyer CLA 2005-03-23 08:59:45 EST
to be fixed in aj5m3 whilst we have the parser open...
Comment 2 Adrian Colyer CLA 2005-08-19 09:23:18 EDT
now says:

syntax error on token "returning", delete this token

before() throwing is a thing of the past as well. 

fix commited to tree.