Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » AspectJ » type is not exposed to the weaver???
type is not exposed to the weaver??? [message #583719] Mon, 04 October 2004 15:15
Michael Moser is currently offline Michael MoserFriend
Messages: 914
Registered: July 2009
Senior Member
I am trying to implement a simplistic "copyright" feature, i.e. each
and every class should provide a variable or method (to be decided
later) to ask it for the copyright. The relevant snippet from my
aspect reads

----------------
.....
declare parents: (<path>..*) // all classes in and under that
package
implements Copyright;
.....
----------------

Strange enough, for three (at least for me apparently randomly chosen
classes) out of my 100+ classes I am getting the following warning
message:

----------------
Severity Description Resource In Folder Location Creation Time
1 this affected : <path.ClassName
here>[Xlint:typeNotExposedToWeaver] <filename>.aj <project>/<rel.path>
line 58 October 4, 2004 5:06:40 PM

----------------

I can't make any sense out of this warning nor do have I any clue what
I could do to fix this. Could some kind soul elaborate a bit on this,
what this means or what AJDT is trying to tell me here and what I
could possible do about this?

Thanks,
Michael
Previous Topic:Problem with AspectJ syntax: "no match for this type name"
Next Topic:type is not exposed to the weaver???
Goto Forum:
  


Current Time: Tue Mar 19 04:05:50 GMT 2024

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

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

Back to the top