pointcut myPointCut(IGenericType list):
target(list) && call(void updateList(..));
* replaced by .. Does-it run ?
Cordialement / Best regards
Jean-Louis Pasturel
-Message d'origine-
De : aspectj-users-boun...@eclipse.org
[mailto:aspectj-users-boun...@eclipse.org] De la
My pointcut:
pointcut myPointCut(IGenericType list):
target(list) && call(void updateList(*));
IGenericType is parametrized, and in my pointcut I don't care about the
actual type. So it works just fine, but compiler throws 'raw type should be
parametrized' warning there, and I can
On 4 October 2010 04:17, Emond Papegaaij wrote:
> Did you make any additional improvements lately? Last time, you were a bit
> supprised that type demotion did not reduce the memory usage by as much as you
> expected it to do. I haven't tried AJDT since then, because with the memory
> usage at tha
Hi Andy,
Did you make any additional improvements lately? Last time, you were a bit
supprised that type demotion did not reduce the memory usage by as much as you
expected it to do. I haven't tried AJDT since then, because with the memory
usage at that time, Eclipse is not very usable on my lap