Project

General

Profile

Actions

Bug #4447

closed

Named pointcuts with the same name

Added by Ilya Shchepetkov over 10 years ago. Updated over 2 years ago.

Status:
Closed
Priority:
High
Category:
Aspects parser
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.

Actions

Also available in: Atom PDF