From 53837367b0f04a20aab530741ea7a24a42e309e5 Mon Sep 17 00:00:00 2001 From: Alexander Kriegisch Date: Sun, 15 Jan 2023 14:18:32 +0100 Subject: Comment on newly pointcut parsing found problem in test class A pointcut like execution(*..Collection[] *(..)) leads to an AJ core dump, which is something I noticed while fixing a test in the previous commit. I am going to create a new issue for it and link to this commit later. Signed-off-by: Alexander Kriegisch --- tests/src/test/resources/org/aspectj/systemtest/ajc165/ajc165.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/src') diff --git a/tests/src/test/resources/org/aspectj/systemtest/ajc165/ajc165.xml b/tests/src/test/resources/org/aspectj/systemtest/ajc165/ajc165.xml index e1258bdfb..7d879705f 100644 --- a/tests/src/test/resources/org/aspectj/systemtest/ajc165/ajc165.xml +++ b/tests/src/test/resources/org/aspectj/systemtest/ajc165/ajc165.xml @@ -83,6 +83,8 @@ + + -- cgit v1.2.3