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

the_mindstorm <[email protected]> Wed, 27 Oct 2004 19:09:04 +0300
Newsgroups gmane.comp.java.aspectwerkz.devel
Message-ID <[email protected]>
Quote [Alexandre Vasseur]:
> 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@
> 
> 

Alex and Jonas, as I already said in the previous post I am not going to distribute anything. I only 
signaled that I intend to send you the patch with the test cases. The AspectWerkz team will decide 
if it is needed or not and if it will go in CVS.

:the_mindstorm

PS: I hope in time I will win your trust in these matters.


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