[aspectwerkz-dev] Re: RES: [aspectwerkz-user] Aspects Inheritance error

Alexandre Vasseur <[email protected]> Wed, 27 Oct 2004 16:02:39 +0200
Newsgroups gmane.comp.java.aspectwerkz.devel
Message-ID <[email protected]>
yes I know the issue is there - good digging
I d rather have a test case first, that covers protected pointcut as well.
Please discuss these kind of thing on dev@


On Wed, 27 Oct 2004 14:12:52 +0300, the_mindstorm
<[email protected]> wrote:
> I think I have tracked down the problem:
> 
> ReflectHelper.createCompleteSortedMethodList use Class.getMethods and Class.getDeclaredMethods to
> create the list of available advice methods. But _neither_ of these will return an inherited
> protected method.
> 
> I think that by evening I can send you a patch. Is it oke?
> 
> :the_mindstorm
>