aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/test/resources/org/aspectj/systemtest/ajc169/ajc169.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/test/resources/org/aspectj/systemtest/ajc169/ajc169.xml')
-rw-r--r--tests/src/test/resources/org/aspectj/systemtest/ajc169/ajc169.xml108
1 files changed, 54 insertions, 54 deletions
diff --git a/tests/src/test/resources/org/aspectj/systemtest/ajc169/ajc169.xml b/tests/src/test/resources/org/aspectj/systemtest/ajc169/ajc169.xml
index 93df05cb8..d93d40ccd 100644
--- a/tests/src/test/resources/org/aspectj/systemtest/ajc169/ajc169.xml
+++ b/tests/src/test/resources/org/aspectj/systemtest/ajc169/ajc169.xml
@@ -3,12 +3,12 @@
<suite>
<ajc-test dir="bugs169/pr318241" title="messy decp">
- <compile files="PkItd.aj Two.aj SomeClass.java Pk.java SomeAnnotation.java" options="-1.5">
+ <compile files="PkItd.aj Two.aj SomeClass.java Pk.java SomeAnnotation.java" options="-1.8">
</compile>
</ajc-test>
<ajc-test dir="bugs169/pr287613" title="compound declare patterns - method - 2">
- <compile files="DAMethod2.java" options="-1.5 -showWeaveInfo">
+ <compile files="DAMethod2.java" options="-1.8 -showWeaveInfo">
<message kind="weave" text="'public void Person.foo()' (DAMethod2.java:11) is annotated with @Annot method annotation from 'DAMethod2' (DAMethod2.java:26)"/>
<message kind="weave" text="public boolean Person.bar()' (DAMethod2.java:13) is annotated with @Annot method annotation from 'DAMethod2' (DAMethod2.java:26)"/>
<message kind="weave" text="public boolean Person.isSet()' (DAMethod2.java:17) is annotated with @Annot method annotation from 'DAMethod2' (DAMethod2.java:26)"/>
@@ -18,14 +18,14 @@
</ajc-test>
<ajc-test dir="bugs169/pr287613" title="compound declare patterns - method - 1">
- <compile files="DAMethod1.java" options="-1.5 -showWeaveInfo">
+ <compile files="DAMethod1.java" options="-1.8 -showWeaveInfo">
<message kind="weave" text="'public java.lang.String Person.getString()' (DAMethod1.java:9) is annotated with @Annot method annotation from 'DAMethod1' (DAMethod1.java:15)"/>
<message kind="weave" text="'public boolean Person.isSet()' (DAMethod1.java:10) is annotated with @Annot method annotation from 'DAMethod1' (DAMethod1.java:15)"/>
</compile>
</ajc-test>
<ajc-test dir="bugs169/pr315820" title="multiple annos running - 1">
- <compile files="MultiAnno2.java" options="-1.5"/>
+ <compile files="MultiAnno2.java" options="-1.8"/>
<run class="MultiAnno2">
<stdout>
<line text="XXX"/>
@@ -34,11 +34,11 @@
</ajc-test>
<ajc-test dir="bugs169/pr315820" title="multiple annos parsing">
- <compile files="MultiAnno.java" options="-1.5"/>
+ <compile files="MultiAnno.java" options="-1.8"/>
</ajc-test>
<ajc-test dir="bugs169/pr287613" title="compound declare patterns - fields - 2">
- <compile files="Target.java" options="-1.5"/>
+ <compile files="Target.java" options="-1.8"/>
<run class="Target">
<stdout>
<line text="Field one"/>
@@ -54,18 +54,18 @@
</ajc-test>
<ajc-test dir="bugs169/pr287613" title="compound declare patterns - fields - 1">
- <compile files="DeclareAnnot.java" options="-1.5"/>
+ <compile files="DeclareAnnot.java" options="-1.8"/>
</ajc-test>
<ajc-test dir="bugs169/pr287613" title="compound declare patterns - methodctor - 1">
- <compile files="DeclareAnnotMethodCtor.java" options="-1.5"/>
+ <compile files="DeclareAnnotMethodCtor.java" options="-1.8"/>
</ajc-test>
<ajc-test dir="bugs169/pr310506" title="optional aspects">
- <compile files="Anno.java" outjar="anno.jar" options="-1.5"/>
- <compile files="AspectA.java" classpath="anno.jar" outjar="aspect.jar" options="-Xlint:ignore -1.5"/>
- <compile files="AspectB.java" outjar="aspect2.jar" options="-Xlint:ignore -1.5"/>
- <compile files="Code.java" classpath="aspect.jar,aspect2.jar" options="-1.5"/>
+ <compile files="Anno.java" outjar="anno.jar" options="-1.8"/>
+ <compile files="AspectA.java" classpath="anno.jar" outjar="aspect.jar" options="-Xlint:ignore -1.8"/>
+ <compile files="AspectB.java" outjar="aspect2.jar" options="-Xlint:ignore -1.8"/>
+ <compile files="Code.java" classpath="aspect.jar,aspect2.jar" options="-1.8"/>
<file deletefile="anno.jar"/>
<run class="Code" ltw="META-INF/aop.xml" classpath=".,aspect.jar,aspect2.jar">
<stderr>
@@ -85,10 +85,10 @@
</ajc-test>
<ajc-test dir="bugs169/pr310506" title="optional aspects 2">
- <compile files="Anno.java" outjar="anno.jar" options="-1.5"/>
- <compile files="AspectA.java" classpath="anno.jar" outjar="aspect.jar" options="-Xlint:ignore -1.5"/>
- <compile files="AspectB.java" outjar="aspect2.jar" options="-Xlint:ignore -1.5"/>
- <compile files="Code.java Code2.java" classpath="anno.jar,aspect.jar,aspect2.jar" options="-1.5"/>
+ <compile files="Anno.java" outjar="anno.jar" options="-1.8"/>
+ <compile files="AspectA.java" classpath="anno.jar" outjar="aspect.jar" options="-Xlint:ignore -1.8"/>
+ <compile files="AspectB.java" outjar="aspect2.jar" options="-Xlint:ignore -1.8"/>
+ <compile files="Code.java Code2.java" classpath="anno.jar,aspect.jar,aspect2.jar" options="-1.8"/>
<run class="Code2" ltw="META-INF/aop.xml" classpath=".,aspect.jar,aspect2.jar">
<stderr>
<line text="AspectJ Weaver Version"/>
@@ -108,22 +108,22 @@
</ajc-test>
<ajc-test dir="bugs169/pr315651" title="infinite loop">
- <compile files="test/Profiling.aj test/Main.java" options="-1.5"/>
+ <compile files="test/Profiling.aj test/Main.java" options="-1.8"/>
<run class="test.Main"/>
</ajc-test>
<ajc-test dir="bugs169/pr314965" title="anno typo">
- <compile files="MinimalExample.java" options="-1.5">
+ <compile files="MinimalExample.java" options="-1.8">
<message kind="warning" text="no match for this type name: AnnotationWithParamAndTypo [Xlint:invalidAbsoluteTypeName]"/>
</compile>
</ajc-test>
<ajc-test dir="bugs169/pr314840" title="validate branch recursion">
- <compile files="Arguments.aj Test1.java Test2.java Test.java" options="-1.5"/>
+ <compile files="Arguments.aj Test1.java Test2.java Test.java" options="-1.8"/>
</ajc-test>
<ajc-test dir="bugs169/pr313026/one" title="clashing declare annos">
- <compile files="Target.java Asp.java Bsp.java Wibble.java Precedence1.java" options="-1.5 -Xlint:ignore"/>
+ <compile files="Target.java Asp.java Bsp.java Wibble.java Precedence1.java" options="-1.8 -Xlint:ignore"/>
<run class="Target">
<stdout>
<line text="@Wibble(value=abc)"/>
@@ -132,7 +132,7 @@
</ajc-test>
<ajc-test dir="bugs169/pr312839/one" title="class file size - 1">
- <compile files="Class.java X.aj" options="-1.5"/>
+ <compile files="Class.java X.aj" options="-1.8"/>
<run class="com.wibble.foo.Class">
<stdout>
<line text="Hello Andy"/>
@@ -141,7 +141,7 @@
</ajc-test>
<ajc-test dir="bugs169/pr122460/one" title="scoping ltw - 3">
- <compile files="A.java" options="-1.5 -Xlint:ignore" outjar="aspects.jar"/>
+ <compile files="A.java" options="-1.8 -Xlint:ignore" outjar="aspects.jar"/>
<compile files="Code.java Runner.java"/>
<run class="code.Code" ltw="aop_none.xml" classpath="aspects.jar">
<stdout>
@@ -151,7 +151,7 @@
</ajc-test>
<ajc-test dir="bugs169/pr122460/one" title="scoping ltw - 1">
- <compile files="A.java" options="-1.5 -Xlint:ignore" outjar="aspects.jar"/>
+ <compile files="A.java" options="-1.8 -Xlint:ignore" outjar="aspects.jar"/>
<compile files="Code.java Runner.java"/>
<run class="code.Code" ltw="aop.xml" classpath="aspects.jar">
<stdout>
@@ -163,7 +163,7 @@
</ajc-test>
<ajc-test dir="bugs169/pr122460/one" title="scoping ltw - 2">
- <compile files="A.java" options="-1.5 -Xlint:ignore" outjar="aspects.jar"/>
+ <compile files="A.java" options="-1.8 -Xlint:ignore" outjar="aspects.jar"/>
<compile files="Code.java Runner.java"/>
<run class="code.Code" ltw="aop_codeonly.xml" classpath="aspects.jar">
<stdout>
@@ -174,13 +174,13 @@
</ajc-test>
<ajc-test dir="bugs169/pr307009" title="declare soft and call - 1">
- <compile files="Test.java Test2.java Ann.java Bug.aj" options="-1.5 -showWeaveInfo">
+ <compile files="Test.java Test2.java Ann.java Bug.aj" options="-1.8 -showWeaveInfo">
<message kind="weave" text="Softening exceptions in type 'Test' (Test.java:4) as defined by aspect 'Bug' (Bug.aj:3)"/>
</compile>
</ajc-test>
<ajc-test dir="bugs169/pr307009" title="declare soft and call - 2">
- <compile files="Test2.java Test.java Ann.java Bug.aj" options="-1.5 -showWeaveInfo">
+ <compile files="Test2.java Test.java Ann.java Bug.aj" options="-1.8 -showWeaveInfo">
<message kind="weave" text="Softening exceptions in type 'Test' (Test.java:4) as defined by aspect 'Bug' (Bug.aj:3)"/>
</compile>
</ajc-test>
@@ -190,7 +190,7 @@
</ajc-test>
<ajc-test dir="bugs169/pr309743" title="itd marker annotations - 1">
- <compile files="A.java" options="-1.5"/>
+ <compile files="A.java" options="-1.8"/>
<run class="A">
<stdout>
<line text="foo"/>
@@ -199,7 +199,7 @@
</ajc-test>
<ajc-test dir="bugs169/pr309743" title="itd marker annotations - 2">
- <compile files="B.java" options="-1.5"/>
+ <compile files="B.java" options="-1.8"/>
<run class="B">
<stdout>
<line text="boo"/>
@@ -208,13 +208,13 @@
</ajc-test>
<ajc-test dir="bugs169/pr309336" title="pipelining and generics">
- <compile files="NoSystemStreams.aj UseOperators.java Operators.java" options="-1.5">
+ <compile files="NoSystemStreams.aj UseOperators.java Operators.java" options="-1.8">
<message kind="warning" text="No system.out"/>
</compile>
</ajc-test>
<ajc-test dir="bugs169/pr308773" title="subtle generics problem">
- <compile files="Aspy.aj Zzz.java Top.java Middle.java" options="-1.5"/>
+ <compile files="Aspy.aj Zzz.java Top.java Middle.java" options="-1.8"/>
</ajc-test>
<ajc-test dir="bugs169/pr307147" title="advising privileged access method">
@@ -233,8 +233,8 @@
</ajc-test>
<ajc-test dir="bugs169/pr309440" title="crash param annos">
- <compile files="foobar/ExportMode.java" classpath="jsr305.jar" options="-1.6"/>
- <compile files="foobar/CrashAspectJCompiler.java" classpath="jsr305.jar" options="-1.6"/>
+ <compile files="foobar/ExportMode.java" classpath="jsr305.jar" options="-1.8"/>
+ <compile files="foobar/CrashAspectJCompiler.java" classpath="jsr305.jar" options="-1.8"/>
</ajc-test>
<ajc-test dir="bugs169/pr307120" title="advising privileged access member - 2">
@@ -252,81 +252,81 @@
</ajc-test>
<ajc-test dir="bugs169/pr44365" title="type category type patterns - class">
- <compile files="SimpleClass.java" options="-1.5 -showWeaveInfo">
+ <compile files="SimpleClass.java" options="-1.8 -showWeaveInfo">
<message kind="weave" text="Join point 'staticinitialization(void SimpleClass.&lt;clinit&gt;())' in Type 'SimpleClass'"/>
<message kind="weave" text="Join point 'staticinitialization(void Bar.&lt;clinit&gt;())' in Type 'Bar'"/>
</compile>
</ajc-test>
<ajc-test dir="bugs169/pr44365" title="type category type patterns - interface">
- <compile files="SimpleInterface.java" options="-1.5 -showWeaveInfo">
+ <compile files="SimpleInterface.java" options="-1.8 -showWeaveInfo">
<message kind="weave" text="Join point 'staticinitialization(void Foo.&lt;clinit&gt;())' in Type 'Foo'"/>
</compile>
</ajc-test>
<ajc-test dir="bugs169/pr44365" title="type category type patterns - enum">
- <compile files="SimpleEnum.java" options="-1.5 -showWeaveInfo">
+ <compile files="SimpleEnum.java" options="-1.8 -showWeaveInfo">
<message kind="weave" text="Join point 'staticinitialization(void Foo.&lt;clinit&gt;())' in Type 'Foo'"/>
</compile>
</ajc-test>
<ajc-test dir="bugs169/pr44365" title="type category type patterns - annotation">
- <compile files="SimpleAnnotation.java" options="-1.5 -showWeaveInfo">
+ <compile files="SimpleAnnotation.java" options="-1.8 -showWeaveInfo">
<message kind="weave" text="Join point 'staticinitialization(void WibbleAnno.&lt;clinit&gt;())' in Type 'WibbleAnno'"/>
</compile>
</ajc-test>
<ajc-test dir="bugs169/pr44365" title="type category type patterns - anonymous">
- <compile files="SimpleAnonymous.java" options="-1.5 -showWeaveInfo">
+ <compile files="SimpleAnonymous.java" options="-1.8 -showWeaveInfo">
<message kind="weave" text="Join point 'staticinitialization(void Bar$1.&lt;clinit&gt;())' in Type 'Bar$1'"/>
</compile>
</ajc-test>
<ajc-test dir="bugs169/pr44365" title="type category type patterns - inner">
- <compile files="SimpleInner.java" options="-1.5 -showWeaveInfo">
+ <compile files="SimpleInner.java" options="-1.8 -showWeaveInfo">
<message kind="weave" text="Join point 'staticinitialization(void Bar$Inner.&lt;clinit&gt;())' in Type 'Bar$Inner'"/>
<message kind="weave" text="Join point 'staticinitialization(void Bar$1.&lt;clinit&gt;())' in Type 'Bar$1'"/>
</compile>
</ajc-test>
<ajc-test dir="bugs169/pr44365" title="type category type patterns - inner - 2">
- <compile files="SimpleInner2.java" options="-1.5 -showWeaveInfo">
+ <compile files="SimpleInner2.java" options="-1.8 -showWeaveInfo">
<message kind="weave" text="Join point 'staticinitialization(void Bar$Inner.&lt;clinit&gt;())' in Type 'Bar$Inner'"/>
</compile>
</ajc-test>
<ajc-test dir="bugs169/pr44365" title="type category type patterns - inner - 3">
- <compile files="SimpleInner3.java" options="-1.5 -showWeaveInfo">
+ <compile files="SimpleInner3.java" options="-1.8 -showWeaveInfo">
<message kind="weave" text="Join point 'method-execution(void Bar$Inner.foo())' in Type 'Bar$Inner' (SimpleInner3.java:12) advised"/>
</compile>
</ajc-test>
<ajc-test dir="bugs169/pr44365" title="type category type patterns - aspect">
- <compile files="SimpleAspect.java" options="-1.5 -showWeaveInfo">
+ <compile files="SimpleAspect.java" options="-1.8 -showWeaveInfo">
<message kind="weave" text="Join point 'staticinitialization(void X.&lt;clinit&gt;())' in Type 'X'"/>
</compile>
</ajc-test>
<ajc-test dir="bugs169/pr44365" title="type category type patterns - e1">
- <compile files="Errors1.java" options="-1.5 -showWeaveInfo">
+ <compile files="Errors1.java" options="-1.8 -showWeaveInfo">
<message kind="error" text="Syntax error on token &quot;(&quot;, &quot;)"/>
</compile>
</ajc-test>
<ajc-test dir="bugs169/pr44365" title="type category type patterns - e2">
- <compile files="Errors5.java" options="-1.5 -showWeaveInfo">
+ <compile files="Errors5.java" options="-1.8 -showWeaveInfo">
<message kind="error" text="Syntax error on token &quot;)&quot;, &quot;(&quot; expected"/>
</compile>
</ajc-test>
<ajc-test dir="bugs169/pr44365" title="type category type patterns - e3">
- <compile files="Errors2.java" options="-1.5 -showWeaveInfo">
+ <compile files="Errors2.java" options="-1.8 -showWeaveInfo">
<message kind="weave" text="Join point 'method-execution(void Errors2.is(java.lang.String))' in Type"/>
</compile>
</ajc-test>
<ajc-test dir="bugs169/pr48080" title="inserts in messages">
- <compile files="Warnings.java" options="-1.5">
+ <compile files="Warnings.java" options="-1.8">
<message kind="warning" text="UNKNOWN_KEY{}foobar"/>
<message kind="warning" text="{}wibble"/>
<message kind="warning" text="signature name for method is m"/>
@@ -346,19 +346,19 @@
</ajc-test>
<ajc-test dir="bugs169/pr299062" title="verifyerror on atAj">
- <compile files="Test.java Work.java SmartAspect.java Idempotent.java" options="-1.5"/>
+ <compile files="Test.java Work.java SmartAspect.java Idempotent.java" options="-1.8"/>
<run class="Test">
</run>
</ajc-test>
<ajc-test dir="bugs169/pr298665" title="ambiguous method">
- <compile files="Main.java" options="-1.5"/>
+ <compile files="Main.java" options="-1.8"/>
<run class="Main">
</run>
</ajc-test>
<ajc-test dir="bugs169/pr298388" title="declare mixin and generics">
- <compile files="PR298388.java" options="-1.5"/>
+ <compile files="PR298388.java" options="-1.8"/>
<run class="PR298388">
<stdout>
<line text="done"/>
@@ -367,11 +367,11 @@
</ajc-test>
<ajc-test dir="bugs169/pr295491" title="model annotation npe">
- <compile files="SpringConfigurableMixin.java" options="-1.5 -emacssym"/>
+ <compile files="SpringConfigurableMixin.java" options="-1.8 -emacssym"/>
</ajc-test>
<ajc-test dir="bugs169/pr292584" title="annotation around advice verifyerror">
- <compile files="AbstractAspect.java,ClassWithJoinPoint.java,ConcreteAspect.java" options="-1.5"/>
+ <compile files="AbstractAspect.java,ClassWithJoinPoint.java,ConcreteAspect.java" options="-1.8"/>
<run class="ClassWithJoinPoint">
<stdout>
<line text="Testing annotation style (should print &quot;true&quot;):"/>
@@ -383,13 +383,13 @@
<!-- declare type warning -->
<ajc-test dir="bugs169/pr291206" title="declare type warning - 1">
- <compile files="One.java" options="-1.5">
+ <compile files="One.java" options="-1.8">
<message kind="warning" line="8" text="Nothing should be"/>
</compile>
</ajc-test>
<ajc-test dir="bugs169/pr291206" title="declare type warning - 2">
- <compile files="Two.java" options="-1.5">
+ <compile files="Two.java" options="-1.8">
<message kind="warning" line="7" text="Missing foo()"/>
<message kind="warning" line="13" text="Missing foo()"/>
</compile>
@@ -397,14 +397,14 @@
<!-- testing build of model with one of these in -->
<ajc-test dir="bugs169/pr291206" title="declare type warning - 3">
- <compile files="Two.java" options="-1.5 -emacssym">
+ <compile files="Two.java" options="-1.8 -emacssym">
<message kind="warning" line="7" text="Missing foo()"/>
<message kind="warning" line="13" text="Missing foo()"/>
</compile>
</ajc-test>
<ajc-test dir="bugs169/pr291206" title="declare type error - 1">
- <compile files="Three.java" options="-1.5">
+ <compile files="Three.java" options="-1.8">
<message kind="error" line="7" text="Missing foo()"/>
<message kind="error" line="13" text="Missing foo()"/>
</compile>