Skip to main content

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

Why do you want to use such class names? That seems problematic to me in more areas than AspectJ.


From: "Sven Apel" <apel@xxxxxxxxxxxxxxxxxxxxxxx>
Reply-To: aspectj-users@xxxxxxxxxxx
To: <aspectj-users@xxxxxxxxxxx>
Subject: [aspectj-users] Problem with class names which contain '$$'
Date: Fri, 5 Mar 2004 09:32:20 +0100

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

_________________________________________________________________
Get business advice and resources to improve your work life, from bCentral. http://special.msn.com/bcentral/loudclear.armx



Back to the top