Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] declare error

It generates the two class files, one for the aspect and the other for the class where the error occurs.
 
If you say that weaving is done clearly separated after compilation it seems to be normal to have the class files. Effectively, I forgot that the weaving in aspectJ is done on the byte code!!!
 
So we can not say that declare error is a custom compilation as I read in some papers because in usual  compilation, where there are errors, the compiltation is aborted.
 
Thank you,
 
NAdia
 
 
----- Original Message -----
Sent: Wednesday, March 16, 2005 11:48 PM
Subject: Re: [aspectj-users] declare error

Hi.
 
What classfile dows it generate? The one of the aspect or the one of the class the error occurs in? Since normally "declare error" is evaluated during matching, which is done during weaving, which is done clearly separated after compilation, I would assume it to be normal actually...
 
Eric
----- Original Message -----
Sent: Wednesday, March 16, 2005 8:32 AM
Subject: [aspectj-users] declare error

I am trying the declare error of AspectJ1.2. The compiler declares the error but generates the class file?? Is it normal??
 
 
thank you very much,
Nadia.
 
 
============================================================
Nadia Belblidia-Guerroumi,
Ph.D Candidate, ECE Department,
Concordia University, 1425 Rene Levesque
Room 420-16
email:n_guerro@xxxxxxxxxxxxxxxx
==============================================================

Back to the top