summaryrefslogtreecommitdiffstats
path: root/tests/src/org
diff options
context:
space:
mode:
authoravasseur <avasseur>2005-06-08 16:19:16 +0000
committeravasseur <avasseur>2005-06-08 16:19:16 +0000
commit4f1ce6df3b3f3fb2d6186d08438952df4cadc8a3 (patch)
treeab9845a0580c146b853d0ead85941f9e9eb83ac8 /tests/src/org
parent6ba1097458b56cdf0aa274a46da5dd2af0302d36 (diff)
downloadaspectj-4f1ce6df3b3f3fb2d6186d08438952df4cadc8a3.tar.gz
aspectj-4f1ce6df3b3f3fb2d6186d08438952df4cadc8a3.zip
@style if support, parser support for if() / if(true)/ if(false) [might lead to issue with code style to allow "if()" )
Diffstat (limited to 'tests/src/org')
-rw-r--r--tests/src/org/aspectj/systemtest/ajc150/ataspectj/misuse.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc150/ataspectj/misuse.xml b/tests/src/org/aspectj/systemtest/ajc150/ataspectj/misuse.xml
index f78aa87b3..d0204141a 100644
--- a/tests/src/org/aspectj/systemtest/ajc150/ataspectj/misuse.xml
+++ b/tests/src/org/aspectj/systemtest/ajc150/ataspectj/misuse.xml
@@ -21,7 +21,7 @@
<ajc-test dir="java5/ataspectj"
pr="" title="@Pointcut not returning void">
<compile files="ataspectj/misuse/Test008.java" options="-1.5 -Xdev:NoAtAspectJProcessing">
- <message kind="warning" line="9" text="Found @Pointcut on a method not returning void"/>
+ <message kind="warning" line="9" text="Found @Pointcut on a method not returning 'void' or not 'public static boolean'"/>
</compile>
</ajc-test>