Re: [aspectj-users] How to get rid of raw types warning?

2010-10-04 Thread jeanlouis.pasturel
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

[aspectj-users] How to get rid of raw types warning?

2010-10-04 Thread Peter Zeltins
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

Re: [aspectj-users] AJDT and memory

2010-10-04 Thread Andy Clement
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

Re: [aspectj-users] AJDT and memory

2010-10-04 Thread Emond Papegaaij
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