From 95bf99ab559ce926df99e84f811934f98eaf6b49 Mon Sep 17 00:00:00 2001 From: aclement Date: Wed, 20 Aug 2008 20:48:25 +0000 Subject: [PATCH] remove unnecessary files --- tests/bugs162/pr145391/B.class | Bin 433 -> 0 bytes tests/bugs162/pr145391/x/GenericType2.java | 25 --------------------- 2 files changed, 25 deletions(-) delete mode 100644 tests/bugs162/pr145391/B.class delete mode 100644 tests/bugs162/pr145391/x/GenericType2.java diff --git a/tests/bugs162/pr145391/B.class b/tests/bugs162/pr145391/B.class deleted file mode 100644 index e91f70136993ac6ed13b1d6497a813920bf8b894..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 433 zcmZXQOHaZ;5Xb-9RthWf@~sz-g~Sri5EIatkW??4CLWivfhDCiOTo|OMG{T?0DdUr zY$amiVdp)+nc2^;w+{dpICWt$u)Yh2RF9$1Rf)8i_a*S{Z*Gbh3$>6C~(&h?_9@sUG`c{v@Mp>OV`dl-j?Q*(4oZ z%P1CFWGYQIY!`Kg`cy1MI~K{fJxDS+mYSo6U9-s^t>z7yAqT@j8HYHcF*CBg;9pb6 z9K!F@g^uKnGAkE)zNx|)b=&k0fJKk)Bi|*fO`4fVYlY%Vp5`P?+Q@B^<(~r5JLEA` tC~l!jc5(fp9My%BS5{i@s6E!sS7^Lqf5YVY=n_%*A8zHBdrUM7C*MglNeTb} diff --git a/tests/bugs162/pr145391/x/GenericType2.java b/tests/bugs162/pr145391/x/GenericType2.java deleted file mode 100644 index 8d5fb565c..000000000 --- a/tests/bugs162/pr145391/x/GenericType2.java +++ /dev/null @@ -1,25 +0,0 @@ -interface Bar {} - -class B implements Bar {} - -public class GenericType2 { - - public GenericType2(V value) {} - - protected void getValue(V aV) { - } - public void m() { - getValue(new B()); -} -} - -aspect SomeAspect { - before(GenericType2 t): call(* GenericType2.foo()) && target(t) { - // Indirect call to generic method produces a NoSuchMethodError - t.callGenericMethod(); - } - - private void GenericType2.callGenericMethod() { -// getValue(new Integer(45)); - } -} -- 2.39.5