Actions
Bug #4447
closedNamed pointcuts with the same name
Start date:
08/23/2013
Due date:
% Done:
0%
Estimated time:
Detected in build:
svn
Platform:
Published in build:
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.
Updated by Evgeny Novikov over 11 years ago
- Status changed from New to Open
I am absolutely agree with that, and the aspect-oriented C grammar also requires this.
Updated by Evgeny Novikov about 10 years ago
- Assignee changed from Evgeny Novikov to Fedor Kozlov
Forthcoming new implementation of the aspect parser will resolve the given issue.
Updated by Evgeny Novikov almost 9 years ago
- Category set to Aspects parser
- Assignee changed from Fedor Kozlov to Evgeny Novikov
- Priority changed from Normal to High
Updated by Ilya Shchepetkov over 3 years ago
- Status changed from Open to Closed
- Assignee changed from Evgeny Novikov to Ilya Shchepetkov
Implemented and tested.
Updated by Evgeny Novikov over 3 years ago
Thank you for solving the 8-years issue! It already went to school.
Actions