Bug #4447
closed
Named pointcuts with the same name
Added by Ilya Shchepetkov over 11 years ago.
Updated over 3 years ago.
Description
Aspectator should check that name of any named pointcut is unique.
In other words, the following situation
pointcut mutex_lock: define(mutex_lock(lock))
pointcut mutex_lock: call(void mutex_lock(struct mutex *lock))
should be prohibited.
- Status changed from New to Open
I am absolutely agree with that, and the aspect-oriented C grammar also requires this.
- Assignee changed from Evgeny Novikov to Fedor Kozlov
Forthcoming new implementation of the aspect parser will resolve the given issue.
- Category set to Aspects parser
- Assignee changed from Fedor Kozlov to Evgeny Novikov
- Priority changed from Normal to High
- Status changed from Open to Closed
- Assignee changed from Evgeny Novikov to Ilya Shchepetkov
Thank you for solving the 8-years issue! It already went to school.
Also available in: Atom
PDF