Actions
Bug #1128
closedAspectator incorrectly matches for '..' wildcard sometimes
Start date:
04/22/2011
Due date:
% Done:
0%
Estimated time:
Detected in build:
svn
Platform:
Published in build:
Description
So, for example, function:
int a061(int *, int, double)
corresponds to primitive pointcut:
int a061(.., int *)
Because of the given bug, aspectator unit test aspectator-tests/wildcard/any_params.c fails at the moment.
This is the bug of the new aspectator since the old one behaves well. Moreover, all new bugs concerned with aspectator will belong to the new aspectator from today (if some will be for the old one it will be specified especially).
Actions