Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » AspectJ » static inter-type field on interface not supported
static inter-type field on interface not supported [message #22252] Sun, 18 May 2003 16:12 Go to next message
Rice Yeh is currently offline Rice YehFriend
Messages: 20
Registered: July 2009
Junior Member
Hi,
I am migrating my code from AspectJ1.02 to 1.1rc2 and finding this
compliation error message "static inter-type field on interface not
supported". Static inter-type field is supported in 1.0. Now it is no
more supported. Is it a bug, or just not supported any more?

Regards,
Rice
Re: static inter-type field on interface not supported [message #22588 is a reply to message #22252] Fri, 30 May 2003 13:14 Go to previous message
Eclipse UserFriend
Originally posted by: clemas.hotmail.com

Rice Yeh wrote:

> Hi,
> I am migrating my code from AspectJ1.02 to 1.1rc2 and finding this
> compliation error message "static inter-type field on interface not
> supported". Static inter-type field is supported in 1.0. Now it is no
> more supported. Is it a bug, or just not supported any more?

> Regards,
> Rice

Hi, this was recently asked/answered on the aspectj users list. It is a
deliberate change in 1.1 - here is the full article from the aspectj list:


> Jim Hugunin wrote:
>
> This lack of support is listed as a compiler limitation; meaning that they
> should be supported sometime in the future. They aren't implemented in 1.1
> because the benefits of using them are small compared to the work of
> implementing them correctly. Do you have a good reason not to just you're
> your static fields on the aspect itself?
>
> -Jim
>
> -----Original Message-----
>> From: Joel Shellman [mailto:joel@ikestrel.com]
>> Sent: Wednesday, April 30, 2003 12:21 AM
>> To: aspectj-users@eclipse.org
>> Subject: [aspectj-users] Static inter-type field on interface
>>
>> Is there a reason why static inter-type fields on interfaces are not
>> supported, or is that something that is planned to be supported in the
>> future?
>>
>> In fact, I thought I saw something in the FAQ that it should work.
>>
>> Thanks,
>>
>> -joel

-- Andy
AJDT Development
Re: static inter-type field on interface not supported [message #567763 is a reply to message #22252] Fri, 30 May 2003 13:14 Go to previous message
Andrew Clement is currently offline Andrew ClementFriend
Messages: 162
Registered: July 2009
Senior Member
Rice Yeh wrote:

> Hi,
> I am migrating my code from AspectJ1.02 to 1.1rc2 and finding this
> compliation error message "static inter-type field on interface not
> supported". Static inter-type field is supported in 1.0. Now it is no
> more supported. Is it a bug, or just not supported any more?

> Regards,
> Rice

Hi, this was recently asked/answered on the aspectj users list. It is a
deliberate change in 1.1 - here is the full article from the aspectj list:


> Jim Hugunin wrote:
>
> This lack of support is listed as a compiler limitation; meaning that they
> should be supported sometime in the future. They aren't implemented in 1.1
> because the benefits of using them are small compared to the work of
> implementing them correctly. Do you have a good reason not to just you're
> your static fields on the aspect itself?
>
> -Jim
>
> -----Original Message-----
>> From: Joel Shellman [mailto:joel@ikestrel.com]
>> Sent: Wednesday, April 30, 2003 12:21 AM
>> To: aspectj-users@eclipse.org
>> Subject: [aspectj-users] Static inter-type field on interface
>>
>> Is there a reason why static inter-type fields on interfaces are not
>> supported, or is that something that is planned to be supported in the
>> future?
>>
>> In fact, I thought I saw something in the FAQ that it should work.
>>
>> Thanks,
>>
>> -joel

-- Andy
AJDT Development
Previous Topic:static inter-type field on interface not supported
Next Topic:Do your compiles just seem to finish instantly? Without building anything...
Goto Forum:
  


Current Time: Thu Apr 25 12:47:31 GMT 2024

Powered by FUDForum. Page generated in 0.02731 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top