From 520ad8a1aa6073e38f99c90c35b085cba96c76ae Mon Sep 17 00:00:00 2001 From: ehilsdal Date: Thu, 29 Jan 2004 15:30:42 +0000 Subject: [PATCH] Fix for Bugzilla Bug 42668 effect of an after returning type incompatible with a join point return type --- tests/ajcTests.xml | 6 ++++++ tests/ajcTestsFailing.xml | 7 ------- tests/new/AfterReturningParamMatching.java | 7 ++++--- weaver/src/org/aspectj/weaver/TypeX.java | 21 --------------------- 4 files changed, 10 insertions(+), 31 deletions(-) diff --git a/tests/ajcTests.xml b/tests/ajcTests.xml index e9ade4e18..57b496aaa 100644 --- a/tests/ajcTests.xml +++ b/tests/ajcTests.xml @@ -7141,4 +7141,10 @@ + + + + + diff --git a/tests/ajcTestsFailing.xml b/tests/ajcTestsFailing.xml index a64b4fb3c..cea32f4dd 100644 --- a/tests/ajcTestsFailing.xml +++ b/tests/ajcTestsFailing.xml @@ -119,13 +119,6 @@ - - - - -