[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [aspectj-users] Visibility of inter-type members with @DeclareMixin and @DeclareParents
|
- From: Andrew Eisenberg <andrew@xxxxxxxxxxxx>
- Date: Mon, 31 Aug 2009 19:48:42 -0700
- Delivered-to: aspectj-users@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:reply-to:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type; bh=lyZytGNFxx8Flv1ajDZJmALyXaRgzOsczSp5RRpylpQ=; b=tgCsosAmn8rxnPr4fp7qebHH/AjV/+SqduxDcKaYEYS/dOvePDDPQnQBvJUA/5Lfun uEo91xKsTbBnogA7cDadtE9mLOQKJauc8dMozLRxdIaeWfVtuSML7oG+Wr1YFR2mVWHk 5QcVj15l9DiohfHcSlPvLilw5YL1ZTlezuFU4=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:reply-to:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=Xq9kytORteYIGr9YuaDxQWo8OATmjK7AoGW2cmWwgn7yl+QFiVNXQrzUX9YCIfN/QM umD9mK4HZee5lX1uo/SeSeOc4pXvWfYVDz2PvPRGLuvfj1MUVRUCZ0pKwq5UKS6Svj7j bGsngt69adqo+C5RUC5gwB5BT7p1Cx2+34pW4=
> With regard to synthetic method filtering, the introduced methods
> would only be filtered during content assistance in an editor that
> knew about AspectJ, which is only eclipse with AJDT installed, if I'm
> not mistaken. Other editors, and eclipse without AJDT, would display
> the introduced methods, which is undesirable.
I can see how this can be confusing to users who do not have AJDT
installed. It is a bit of a leaky abstraction. It is worth making an
enhancement request for AspectJ. Is the problem only with content
assist, or are there other places that you see the introduced fields
and methods appearing? Andy will get back to you on it when he
returns.