Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] How do we declare multilple class in @DeclareParents ?

Hi Jean,

> 1)  When we have a final class, the AJ Editor is not able to show the impact
> of the aspect inside the class.
>       When we remove the keyword "final", AJ Editor is able to show the
> impact of the aspect inside the class (cross reference view)
>
> 2) Moreover when we have a final class or even if we remove the keyword
> final, the aspect is not performed and placing a breakpoint inside the
> class,
>     the break point stops at the line 1 of the class impacted by the aspect.

I tried to reproduce this problem naively, but could not.  It would be
helpful if you could attach a simple project that reproduces the
problem and I will take a look at it.  Raising a bug would also be
good.  Thanks.


Back to the top