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 ?

Done !

Bug 378396  : https://bugs.eclipse.org/bugs/show_bug.cgi?id=378396

Best regards,

J.







De :        Andrew Eisenberg <andrew@xxxxxxxxxxxx>
A :        Jean Andre <Jean.Andre@xxxxxxxxxx>
Cc :        aspectj-users@xxxxxxxxxxx, Andy Clement <andrew.clement@xxxxxxxxx>
Date :        2012-05-03 12:03
Objet :        Re: [aspectj-users] How do we declare multilple class in @DeclareParents ?
Envoyé par :        andrew.eisenberg@xxxxxxxxx




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