[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [aspectj-users] Advice on Constructors With Subclasses
|
- From: "James Elliott" <jvelliott@xxxxxxxxx>
- Date: Tue, 2 Sep 2008 21:06:27 -0700
- Delivered-to: aspectj-users@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=1Tc/yYLo96VZlLSXNdGxd4PxbPRShlewH023zvf3jr8=; b=Wyoedakuitde9CiARDXdxpLYqomX/KrthlBWvRWazdYZixJQ5KDBL6ArqxcvtQeVG1 Agga3LCbSBKW88zudnCilt60QS/xitipp5UYtvucqBI1QH+tlYcLI4+j48NIieIr6uFj ooWU41XFA84oZzdJosHD9nE912XpGc5yAgTFw=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=FFMtw8Z+QrrwL2B/Ywj96XzWCgGTATCt6Xw1zEicIfQ5U7+Gxfl7l3ixUoZNy+VK7K yO0o1M57LRXnZ4z85apRYv2LEfZhe3/gEfXYkPs7003vY0SnFEt7gq2QxN5EVRR4GjYw BGsS5k82xKV5RNn2sepFIBDYoQFcRcbkvJsdU=
I could have *sworn* I tried doing this with the call before, but it
looks like you're right.
I think I might have tried doing it while improperly using target/this
instead of returning, which probably broke the pointcut, so I just
skipped right past it.
Amazing how you can spend so much time dancing right around the answer.
Thanks again.