RE: More bugs in AspectJTraversal


Subject: RE: More bugs in AspectJTraversal
From: Karl Lieberherr (klieberherr@earthlink.net)
Date: Tue Nov 26 2002 - 21:52:23 EST


Hi Jonathan:

change it to t2_copy0() or write a method t2() that
calls t2_copy(). In the ideal system this method
t2() would be generated by AspectJTraversal.java

-- Karl

> -----Original Message-----
> From: Jonathan I Rafkind [mailto:workmin@ccs.neu.edu]
> Sent: Tuesday, November 26, 2002 8:45 PM
> To: com1205-grader@ccs.neu.edu
> Subject: More bugs in AspectJTraversal
>
>
> The original AspectJTraversal.java file created an aspect with a method
> named after the traversal name such as t2() which would call subsequent
> methods of t2_crossing_blah_blah(). In the latest verison of
> AspectJTraversal, the aspect file contains method names such as t2_copy0
> and the like, but now there is no method named t2() that BasketMain.java
> expects to call. The only way to get it to work is to call b.t2_copy0()
> instead of b.t2() which is an undefined method.
>
> Should we leave the basketmain.java file alone and leave it as b.t2() or
> change it to b.t2_copy0() just so it works for now?
> thanks,
> jon
>



This archive was generated by hypermail 2b28 : Tue Nov 26 2002 - 21:49:12 EST