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 #1

Updated by Evgeny Novikov over 10 years ago

  • Status changed from New to Open

I am absolutely agree with that, and the aspect-oriented C grammar also requires this.

Actions #2

Updated by Evgeny Novikov over 9 years ago

  • Assignee changed from Evgeny Novikov to Fedor Kozlov

Forthcoming new implementation of the aspect parser will resolve the given issue.

Actions #3

Updated by Evgeny Novikov about 8 years ago

  • Category set to Aspects parser
  • Assignee changed from Fedor Kozlov to Evgeny Novikov
  • Priority changed from Normal to High
Actions #4

Updated by Ilya Shchepetkov over 2 years ago

  • Status changed from Open to Closed
  • Assignee changed from Evgeny Novikov to Ilya Shchepetkov

Implemented and tested.

Actions #5

Updated by Evgeny Novikov over 2 years ago

Thank you for solving the 8-years issue! It already went to school.

Actions

Also available in: Atom PDF