Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
AW: [aspectj-users] Problem with class names which contain '$$'

Yes, I have imported Message$$Base. It works if I want to refer to
another type (without $$). I think the problem is the $$ in the type
name.

Sven

-----Ursprüngliche Nachricht-----
Von: aspectj-users-admin@xxxxxxxxxxx
[mailto:aspectj-users-admin@xxxxxxxxxxx] Im Auftrag von Nicholas
Lesiecki
Gesendet: Freitag, 5. März 2004 16:41
An: aspectj-users@xxxxxxxxxxx
Betreff: Re: [aspectj-users] Problem with class names which contain '$$'


Have you imported Message$$Base?
nick
On Mar 5, 2004, at 1:32 AM, Sven Apel wrote:

> Hello,
>
> I have a problem using class names which contain '$$' (e. g. 
> Message$$Base, Message$$Head). The output of ajc is:
>
> no match for this type name: Message$$Base 
> [Xlint:invalidAbsoluteTypeName]
>
> In can't find out my mistake. Is it possible to use class names like 
> Message$$Base with AspectJ?
>
> greetings
> Sven
>
> ------------------------------------
> Dipl.-Inf. Sven Apel
>
> Universität Magdeburg:
> Tel.:   +49-(0)-391-67-11899
> Fax.:   +49-(0)-391-67-12020
> e-mail: apel@xxxxxxxxxxxxxxxxxxxxxxx
>
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx 
> http://dev.eclipse.org/mailman/listinfo/aspectj-users
>

_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/aspectj-users



Back to the top