Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Aspect tangles?

Are you simply using project dependencies so that B can see A? Or
aspectpath? Or inpath?

I cannot see a reason for A to reference B unless you have explicitly
directly mentioned the types of B in your abstract aspect.  If you
supply more information, maybe we can work out why

Andy.

On 29/11/2007, Johan Haleby <haleby@xxxxxxxxx> wrote:
> Hi,
>
> I have two aspects and one of them is abstract (A) and the other one (B)
> extends A and and provides the concrete implementation. A & B are in two
> separate projects. When I examine my project in Structure 101 it says that I
> have a package tangle between A & B. It seems like A is referencing and
> calling B and B must obviously know of A since it extends it. Is this the
> correct behavior? It's sad that you have to live with an extra tangle that I
> can do nothing about.
>
> Thanks,
> Johan
>
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>
>


Back to the top