diff options
Diffstat (limited to 'tests/src/test/resources/org/aspectj/systemtest/ajc154/ajc154.xml')
-rw-r--r-- | tests/src/test/resources/org/aspectj/systemtest/ajc154/ajc154.xml | 126 |
1 files changed, 63 insertions, 63 deletions
diff --git a/tests/src/test/resources/org/aspectj/systemtest/ajc154/ajc154.xml b/tests/src/test/resources/org/aspectj/systemtest/ajc154/ajc154.xml index 8ed8e3ffc..9bcd75b8d 100644 --- a/tests/src/test/resources/org/aspectj/systemtest/ajc154/ajc154.xml +++ b/tests/src/test/resources/org/aspectj/systemtest/ajc154/ajc154.xml @@ -4,8 +4,8 @@ <suite> <ajc-test dir="bugs154/pr166647" title="ltw and cflow problem"> - <compile options="-1.5" files="ClassToAdvise.java,ClassWithMain.java" outjar="code.jar"/> - <compile options="-1.5 -Xlint:ignore" files="Aspect.java" outjar="aspects.jar"/> + <compile options="-1.8" files="ClassToAdvise.java,ClassWithMain.java" outjar="code.jar"/> + <compile options="-1.8 -Xlint:ignore" files="Aspect.java" outjar="aspects.jar"/> <run class="a.ClassWithMain" classpath="aspects.jar,code.jar" ltw="aop1.xml"> <stdout> <line text="advice fired"/> @@ -16,13 +16,13 @@ </ajc-test> <ajc-test dir="bugs154/pr211052" title="declare atType problems - 1"> - <compile options="-1.5" files="MyPojo.java"/> + <compile options="-1.8" files="MyPojo.java"/> <run class="MyPojo"/> </ajc-test> <!-- DistantResource is explicitly mentioned as c.d.DistantResource --> <ajc-test dir="bugs154/pr211052" title="declare atType problems - 2"> - <compile options="-1.5 -showWeaveInfo" files="SimpleAnnotation.java,SimpleAspect1.java,DistantResource.java"> + <compile options="-1.8 -showWeaveInfo" files="SimpleAnnotation.java,SimpleAspect1.java,DistantResource.java"> <message kind="weave" text="'c.d.DistantResource' (DistantResource.java:5) is annotated with @SimpleAnnotation(classname = "oranges")"/> </compile> <run class="c.d.DistantResource"> @@ -35,7 +35,7 @@ <!-- DistantResource is imported and refered to as DistantResource --> <ajc-test dir="bugs154/pr211052" title="declare atType problems - 3"> - <compile options="-1.5 -showWeaveInfo" files="SimpleAnnotation.java,SimpleAspect2.java,DistantResource.java"> + <compile options="-1.8 -showWeaveInfo" files="SimpleAnnotation.java,SimpleAspect2.java,DistantResource.java"> <message kind="weave" text="'c.d.DistantResource' (DistantResource.java:5) is annotated with @SimpleAnnotation(classname = "oranges")"/> </compile> <run class="c.d.DistantResource"> @@ -48,7 +48,7 @@ <!-- Annotation is in a different package to the aspect and explicitly referenced with a fully qualified name --> <ajc-test dir="bugs154/pr211052" title="declare atType problems - 4"> - <compile options="-1.5 -showWeaveInfo" files="SimpleAnnotation2.java,SimpleAspect3.java,DistantResource.java"> + <compile options="-1.8 -showWeaveInfo" files="SimpleAnnotation2.java,SimpleAspect3.java,DistantResource.java"> <message kind="weave" text="'c.d.DistantResource' (DistantResource.java:5) is annotated with @e.f.SimpleAnnotation2(classname = "oranges")"/> </compile> <run class="c.d.DistantResource"> @@ -61,7 +61,7 @@ <!-- Annotation is in a different package to the aspect and imported --> <ajc-test dir="bugs154/pr211052" title="declare atType problems - 5"> - <compile options="-1.5 -showWeaveInfo" files="SimpleAnnotation2.java,SimpleAspect4.java,DistantResource.java"> + <compile options="-1.8 -showWeaveInfo" files="SimpleAnnotation2.java,SimpleAspect4.java,DistantResource.java"> <message kind="weave" text="'c.d.DistantResource' (DistantResource.java:5) is annotated with @SimpleAnnotation2(classname = "oranges")"/> </compile> <run class="c.d.DistantResource"> @@ -74,8 +74,8 @@ <!-- target for annotation is from a jar --> <ajc-test dir="bugs154/pr211052" title="declare atType problems - 6"> - <compile options="-1.5" files="DistantResource.java" outjar="target.jar"/> - <compile options="-1.5 -showWeaveInfo" files="SimpleAnnotation2.java,SimpleAspect4.java" inpath="target.jar"> + <compile options="-1.8" files="DistantResource.java" outjar="target.jar"/> + <compile options="-1.8 -showWeaveInfo" files="SimpleAnnotation2.java,SimpleAspect4.java" inpath="target.jar"> <message kind="weave" text="'c.d.DistantResource' (DistantResource.java) is annotated with @SimpleAnnotation2(classname = "oranges")"/> </compile> <run class="c.d.DistantResource"> @@ -88,9 +88,9 @@ <!-- target for annotation is from a jar and annotation and aspect are in a different jar--> <ajc-test dir="bugs154/pr211052" title="declare atType problems - 7"> - <compile options="-1.5" files="DistantResource.java" outjar="target.jar"/> - <compile options="-1.5 -Xlint:ignore" files="SimpleAnnotation2.java,SimpleAspect3.java" outjar="aspect.jar"/> - <compile options="-1.5 -showWeaveInfo" aspectpath="aspect.jar" inpath="target.jar"> + <compile options="-1.8" files="DistantResource.java" outjar="target.jar"/> + <compile options="-1.8 -Xlint:ignore" files="SimpleAnnotation2.java,SimpleAspect3.java" outjar="aspect.jar"/> + <compile options="-1.8 -showWeaveInfo" aspectpath="aspect.jar" inpath="target.jar"> <message kind="weave" text="'c.d.DistantResource' (DistantResource.java) is annotated with @e.f.SimpleAnnotation2(classname = "oranges")"/> </compile> <run class="c.d.DistantResource"> @@ -102,22 +102,22 @@ </ajc-test> <ajc-test dir="bugs154/pr211674" title="after throwing annotation style problem - 1"> - <compile options="-1.5" files="Test.java"/> + <compile options="-1.8" files="Test.java"/> <run class="Test"/> </ajc-test> <ajc-test dir="bugs154/pr211674" title="after throwing annotation style problem - 2"> - <compile options="-1.5" files="Test2.java"/> + <compile options="-1.8" files="Test2.java"/> <run class="Test2"/> </ajc-test> <ajc-test dir="bugs154/pr194314" title="broken lvt for woven at aspectj around advice"> - <compile options="-1.5" files="test/IService.java,test/Main.java,test/Service.java,test/ServiceInterceptor.java"/> + <compile options="-1.8" files="test/IService.java,test/Main.java,test/Service.java,test/ServiceInterceptor.java"/> </ajc-test> <ajc-test dir="bugs154/pr148381/simple" title="argNames does not work - simple"> <!-- this compile is just to get code.jar into the sandbox, all the code is already precompiled in code.jar --> - <compile options="-1.5" files="PerformanceMonitor.java" classpath="code.jar"/> + <compile options="-1.8" files="PerformanceMonitor.java" classpath="code.jar"/> <run class="test.Main" classpath="code.jar" ltw="META-INF/aop.xml"> <stdout> <line text="This method was intercepted by the advice: Main.foo()"/> @@ -128,7 +128,7 @@ <ajc-test dir="bugs154/pr148381/error1" title="argNames does not work - error1"> <!-- this compile is just to get code.jar into the sandbox, all the code is already precompiled in code.jar --> - <compile options="-1.5" files="PerformanceMonitor.java" classpath="code.jar"/> + <compile options="-1.8" files="PerformanceMonitor.java" classpath="code.jar"/> <run class="test.Main" classpath="code.jar" ltw="META-INF/aop.xml"> <stderr> <line text="argNames annotation value does not specify the right number of argument names for the method 'Object flagExpectationMismatch(ProceedingJoinPoint,PerformanceMonitor)'"/> @@ -140,7 +140,7 @@ <ajc-test dir="bugs154/pr148381/error2" title="argNames does not work - error2"> <!-- this compile is just to get code.jar into the sandbox, all the code is already precompiled in code.jar --> - <compile options="-1.5" files="PerformanceMonitor.java" classpath="code.jar"/> + <compile options="-1.8" files="PerformanceMonitor.java" classpath="code.jar"/> <run class="test.Main" classpath="code.jar" ltw="META-INF/aop.xml"> <stderr> <line text="argNames annotation value does not specify the right number of argument names for the method 'Object flagExpectationMismatch(ProceedingJoinPoint,PerformanceMonitor)'"/> @@ -152,7 +152,7 @@ <ajc-test dir="bugs154/pr148381/error3" title="argNames does not work - error3"> <!-- this compile is just to get code.jar into the sandbox, all the code is already precompiled in code.jar --> - <compile options="-1.5" files="PerformanceMonitor.java" classpath="code.jar"/> + <compile options="-1.8" files="PerformanceMonitor.java" classpath="code.jar"/> <run class="test.Main" classpath="code.jar" ltw="META-INF/aop.xml"> <stderr> <line text="argNames annotation value does not specify the right number of argument names for the method 'void a(Foo)'"/> @@ -174,7 +174,7 @@ <!-- very basic with all code style, should be fine --> <ajc-test dir="bugs154/pr209019/case1" title="various issues with ltw and around advice - 1"> - <compile options="-1.5" files="A.java,DurationMethod.java,AbstractDurationMethod.java,Runner.java"/> + <compile options="-1.8" files="A.java,DurationMethod.java,AbstractDurationMethod.java,Runner.java"/> <run class="Runner"> <stdout> <line text="Proceeded at joinpoint call(Object a.b.A.m3())"/> @@ -185,7 +185,7 @@ <!-- switch from code style sub-aspect to annotation style sub aspect --> <ajc-test dir="bugs154/pr209019/case2" title="various issues with ltw and around advice - 2"> - <compile options="-1.5 -XnoInline" files="A.java,AtDurationMethod.java,AbstractDurationMethod.java,Runner.java"/> + <compile options="-1.8 -XnoInline" files="A.java,AtDurationMethod.java,AbstractDurationMethod.java,Runner.java"/> <run class="Runner"> <stdout> <line text="Proceeded at joinpoint call(Object a.b.A.m3())"/> @@ -198,7 +198,7 @@ <!-- same as case2 but without -XnoInline --> <ajc-test dir="bugs154/pr209019/case2" title="various issues with ltw and around advice - 3"> - <compile options="-1.5" files="A.java,AtDurationMethod.java,AbstractDurationMethod.java,Runner.java"/> + <compile options="-1.8" files="A.java,AtDurationMethod.java,AbstractDurationMethod.java,Runner.java"/> <run class="Runner"> <stdout> <line text="Proceeded at joinpoint call(Object a.b.A.m3())"/> @@ -211,7 +211,7 @@ <!-- now loadtime weaving --> <ajc-test dir="bugs154/pr209019/case3" title="various issues with ltw and around advice - 4"> - <compile options="-1.5" files="A.java,AbstractDurationMethod.java,Runner.java"/> + <compile options="-1.8" files="A.java,AbstractDurationMethod.java,Runner.java"/> <run class="Runner" ltw="aop.xml"> <stdout> <line text="Proceeded at joinpoint call(Object a.b.A.m3())"/> @@ -224,12 +224,12 @@ <!-- just checking the new syntax compiles OK --> <ajc-test dir="bugs154/pr169432/case1" title="declare parents problem when target already implements interface - 1"> - <compile options="-1.5" files="NonMarkerInterface.java,ClassThatAlreadyIncludesRequiredMethods.java,DeclareParentsForNonMarkerInterfaceToAClassThatAlreadyIncludeRequiredMethods.java"/> + <compile options="-1.8" files="NonMarkerInterface.java,ClassThatAlreadyIncludesRequiredMethods.java,DeclareParentsForNonMarkerInterfaceToAClassThatAlreadyIncludeRequiredMethods.java"/> </ajc-test> <!-- now violate the rules, the types matching the pattern do not implement the interface --> <ajc-test dir="bugs154/pr169432/case2" title="declare parents problem when target already implements interface - 2"> - <compile options="-1.5" files="A.java"> + <compile options="-1.8" files="A.java"> <message kind="error" line="20" text="@DeclareParents: No defaultImpl was specified but the type 'C1' does not implement the method 'int m()' defined on the interface 'NonMarkerInterface'"/> <message kind="error" line="24" text="@DeclareParents: No defaultImpl was specified but the type 'C2' does not implement the method 'int m()' defined on the interface 'NonMarkerInterface'"/> </compile> @@ -237,7 +237,7 @@ <!-- now they do, lets check they behave as expected --> <ajc-test dir="bugs154/pr169432/case3" title="declare parents problem when target already implements interface - 3"> - <compile options="-1.5" files="A.java"/> + <compile options="-1.8" files="A.java"/> <run class="A"> <stdout> <line text="C1.m() returns 1"/> @@ -247,8 +247,8 @@ </ajc-test> <ajc-test dir="bugs154/pr202088" title="abstract annotation style pointcut with context"> - <compile options="-1.5" files="Bug.java"/> - <compile options="-1.5" files="Bug2.java"> + <compile options="-1.8" files="Bug.java"/> + <compile options="-1.8" files="Bug2.java"> </compile> <run class="tracing.Bug2"> <stdout> @@ -258,80 +258,80 @@ </ajc-test> <ajc-test dir="bugs154/pr169428" title="no error for atDecp in normal class"> - <compile options="-1.5" files="CorrectError.java"> + <compile options="-1.8" files="CorrectError.java"> <message kind="error" text="Advice must be declared inside an aspect type"/> </compile> - <compile options="-1.5" files="NoError.java"> + <compile options="-1.8" files="NoError.java"> <message kind="error" text="DeclareParents can only be used inside an aspect type"/> </compile> </ajc-test> <ajc-test dir="bugs154/pr162539" title="NPE with missing @aspect annotation in pointcut library - 1"> - <compile files="test/ataspectj/pointcutlibrary/HelloWorld.java, test/ataspectj/pointcutlibrary/AtAspect.java" classpath="lib.jar" options="-1.5"/> + <compile files="test/ataspectj/pointcutlibrary/HelloWorld.java, test/ataspectj/pointcutlibrary/AtAspect.java" classpath="lib.jar" options="-1.8"/> </ajc-test> <ajc-test dir="bugs154/pr162539" title="NPE with missing @aspect annotation in pointcut library - 2"> - <compile files="test/ataspectj/pointcutlibrary/PointcutLibrary.java, test/ataspectj/pointcutlibrary/HelloWorld.java, test/ataspectj/pointcutlibrary/AtAspect.java" options="-1.5"/> + <compile files="test/ataspectj/pointcutlibrary/PointcutLibrary.java, test/ataspectj/pointcutlibrary/HelloWorld.java, test/ataspectj/pointcutlibrary/AtAspect.java" options="-1.8"/> </ajc-test> <ajc-test dir="bugs154/pr176991" title="wrong number of type parameters"> - <compile options="-1.5" files="AspectJBugTestCase.java"/> + <compile options="-1.8" files="AspectJBugTestCase.java"/> </ajc-test> <ajc-test dir="bugs154/pr186673" title="jars and zips with non-standard suffix"> - <compile options="-1.5" files="Apple.java" outjar="apple.jar.0"/> - <compile options="-1.5" files="Orange.java" outjar="orange.zipfoo"/> + <compile options="-1.8" files="Apple.java" outjar="apple.jar.0"/> + <compile options="-1.8" files="Orange.java" outjar="orange.zipfoo"/> <!-- check ant and a standard compile --> <!--ant file="ant.xml" target="default" verbose="true"> <stdout> <line text="Blah"/> </stdout> </ant--> - <compile options="-1.5" files="Main.java" classpath="orange.zipfoo,apple.jar.0"/> + <compile options="-1.8" files="Main.java" classpath="orange.zipfoo,apple.jar.0"/> </ajc-test> <ajc-test dir="bugs154/pr203646" title="npe with itd on inner generic interface"> - <compile options="-1.5" files="Bang.java"/> - <!--compile options="-1.5 -emacssym" files="Bang.java"/--> + <compile options="-1.8" files="Bang.java"/> + <!--compile options="-1.8 -emacssym" files="Bang.java"/--> </ajc-test> <ajc-test dir="bugs154/pr203646" title="npe with itd on inner generic interface - emacssym"> - <compile options="-1.5 -emacssym" files="Bang.java"/> + <compile options="-1.8 -emacssym" files="Bang.java"/> </ajc-test> <ajc-test dir="bugs154/pr203646" title="npe with itd on inner generic interface - exampleA"> - <compile options="-1.5" files="ExampleA.java"/> + <compile options="-1.8" files="ExampleA.java"/> <run class="ExampleA"/> </ajc-test> <ajc-test dir="bugs154/pr203646" title="npe with itd on inner generic interface - exampleB"> - <compile options="-1.5" files="ExampleB.java"> + <compile options="-1.8" files="ExampleB.java"> <message kind="error" line="20" text="The method intro(String) in the type I.J<String> is not applicable for the arguments (int)"/> </compile> </ajc-test> <ajc-test dir="bugs154/pr203646" title="npe with itd on inner generic interface - exampleC"> - <compile options="-1.5" files="ExampleC.java"/> + <compile options="-1.8" files="ExampleC.java"/> <run class="ExampleC"/> </ajc-test> <ajc-test dir="bugs154/pr203646" title="npe with itd on inner generic interface - exampleD"> - <compile options="-1.5" files="ExampleD.java"/> + <compile options="-1.8" files="ExampleD.java"/> <run class="ExampleD"/> </ajc-test> <ajc-test dir="bugs154/pr203646" title="npe with itd on inner generic interface - exampleE"> - <compile options="-1.5" files="ExampleE.java"/> + <compile options="-1.8" files="ExampleE.java"/> <run class="ExampleE"/> </ajc-test> <ajc-test dir="bugs154/pr203646" title="npe with itd on inner generic interface - exampleF"> - <compile options="-1.5" files="ExampleF.java"/> + <compile options="-1.8" files="ExampleF.java"/> <run class="ExampleF"/> </ajc-test> <ajc-test dir="bugs154/pr203646" title="npe with itd on inner generic interface - exampleG"> - <compile options="-1.5" files="ExampleG.java"/> + <compile options="-1.8" files="ExampleG.java"/> </ajc-test> <ajc-test dir="bugs154/pr206732" title="itd clash for types from aspectpath"> @@ -340,11 +340,11 @@ </ajc-test> <ajc-test dir="bugs154/pr175806" title="coping with bad tables"> - <compile options="-1.5" files="A.java"/> + <compile options="-1.8" files="A.java"/> </ajc-test> <ajc-test dir="bugs154/pr174449" title="problem with generic aspect and generic pointcut"> - <compile options="-1.5" files="Foo.java"/> + <compile options="-1.8" files="Foo.java"/> <run class="Foo"> <stderr> <line text="around advice executing: servant class is class Boo"/> @@ -354,7 +354,7 @@ </ajc-test> <ajc-test dir="bugs154/pr174449" title="problem with generic aspect and generic pointcut - noinline"> - <compile options="-1.5 -XnoInline" files="Foo.java"/> + <compile options="-1.8 -XnoInline" files="Foo.java"/> <run class="Foo"> <stderr> <line text="around advice executing: servant class is class Boo"/> @@ -364,17 +364,17 @@ </ajc-test> <ajc-test dir="bugs154/pr171953_2" title="problem with generic methods and ordering - ok"> - <compile options="-1.5" files="test/ListFactoryAspect.aj, test/AbstractProcessor.java,test/ListFactory.java,test/ListFactoryConsumer.java,test/Processor.java,test/SimpleListFactoryConsumer.java"> + <compile options="-1.8" files="test/ListFactoryAspect.aj, test/AbstractProcessor.java,test/ListFactory.java,test/ListFactoryConsumer.java,test/Processor.java,test/SimpleListFactoryConsumer.java"> </compile> </ajc-test> <ajc-test dir="bugs154/pr171953_2" title="problem with generic methods and ordering - bad"> - <compile options="-1.5" files="test/ListFactory.java,test/ListFactoryConsumer.java,test/SimpleListFactoryConsumer.java,test/Processor.java,test/ListFactoryAspect.aj,test/AbstractProcessor.java"> + <compile options="-1.8" files="test/ListFactory.java,test/ListFactoryConsumer.java,test/SimpleListFactoryConsumer.java,test/Processor.java,test/ListFactoryAspect.aj,test/AbstractProcessor.java"> </compile> </ajc-test> <ajc-test dir="bugs154/pr171953" title="problem with itd and join point signature collection - bad"> - <compile options="-1.5 -showWeaveInfo" files="test/AbstractExecutable.java,test/AnotherExecutable.java,test/Executable.java,test/ExecutionAspect.aj,test/SecondTestExecutable.java test/SubTestExecutable.java test/TestExecutable.java"> + <compile options="-1.8 -showWeaveInfo" files="test/AbstractExecutable.java,test/AnotherExecutable.java,test/Executable.java,test/ExecutionAspect.aj,test/SecondTestExecutable.java test/SubTestExecutable.java test/TestExecutable.java"> <message kind="weave" text="Join point 'method-execution(void test.SecondTestExecutable.execute())' in Type 'test.SecondTestExecutable' (SecondTestExecutable.java:5) advised by around advice from 'test.ExecutionAspect' (ExecutionAspect.aj:9)"/> <message kind="weave" text="Extending interface set for type 'test.AbstractExecutable' (AbstractExecutable.java) to include 'java.io.Serializable' (ExecutionAspect.aj)"/> <message kind="weave" text="Join point 'method-execution(void test.SubTestExecutable.execute())' in Type 'test.SubTestExecutable' (SubTestExecutable.java:6) advised by around advice from 'test.ExecutionAspect' (ExecutionAspect.aj:9)"/> @@ -384,7 +384,7 @@ </ajc-test> <ajc-test dir="bugs154/pr171953" title="problem with itd and join point signature collection - ok"> - <compile options="-1.5 -showWeaveInfo" files="test/SecondTestExecutable.java test/AbstractExecutable.java test/AnotherExecutable.java test/Executable.java test/ExecutionAspect.aj test/RunnableAspect.aj test/SubTestExecutable.java test/TestExecutable.java"> + <compile options="-1.8 -showWeaveInfo" files="test/SecondTestExecutable.java test/AbstractExecutable.java test/AnotherExecutable.java test/Executable.java test/ExecutionAspect.aj test/RunnableAspect.aj test/SubTestExecutable.java test/TestExecutable.java"> <message kind="weave" text="Join point 'method-execution(void test.SecondTestExecutable.execute())' in Type 'test.SecondTestExecutable' (SecondTestExecutable.java:5) advised by around advice from 'test.ExecutionAspect' (ExecutionAspect.aj:9)"/> <message kind="weave" text="Extending interface set for type 'test.AbstractExecutable' (AbstractExecutable.java) to include 'java.io.Serializable' (ExecutionAspect.aj)"/> <message kind="weave" text="Join point 'method-execution(void test.SubTestExecutable.execute())' in Type 'test.SubTestExecutable' (SubTestExecutable.java:6) advised by around advice from 'test.ExecutionAspect' (ExecutionAspect.aj:9)"/> @@ -394,34 +394,34 @@ </ajc-test> <ajc-test dir="bugs154/pr171952" title="generic methods and ITDs"> - <compile files="Foo.java,FooAspect.java" options="-1.5"/> + <compile files="Foo.java,FooAspect.java" options="-1.8"/> </ajc-test> <ajc-test dir="bugs154/pr169428" title="using decp annotation without aspect annotation"> - <compile files="AnAspect.java" options="-1.5"> + <compile files="AnAspect.java" options="-1.8"> <message kind="error" text="Found @AspectJ annotations in a non @Aspect type 'AnAspect'"/> </compile> </ajc-test> <ajc-test dir="bugs154/pr170467" title="itds and parameterized parameters"> - <compile files="Bug.aj" options="-1.5"/> - <compile files="Bug2.aj" options="-1.5"/> + <compile files="Bug.aj" options="-1.8"/> + <compile files="Bug2.aj" options="-1.8"/> </ajc-test> <ajc-test dir="bugs154/pr169706" title="inherited annotations"> - <compile files="A.java,B.java,C.java,MyAspect.java,MyAnnotation.java,Test.java" options="-1.5 -showWeaveInfo"> + <compile files="A.java,B.java,C.java,MyAspect.java,MyAnnotation.java,Test.java" options="-1.8 -showWeaveInfo"> <message kind="weave" text="Join point 'method-call(void C.foo())' in Type 'Test' (Test.java:5) advised by before advice from 'MyAspect' (MyAspect.java:4)"/> </compile> </ajc-test> <ajc-test dir="bugs154/pr165885" title="generic field npe"> - <compile files="Concrete.java,Abstract.java,Aspect.java" options="-1.5"> + <compile files="Concrete.java,Abstract.java,Aspect.java" options="-1.8"> <message kind="warning" line="8" text="foo"/> </compile> </ajc-test> <ajc-test dir="bugs154/pr168044" title="complex generics - 1"> - <compile files="AbstractNode.java" options="-1.5"> + <compile files="AbstractNode.java" options="-1.8"> </compile> </ajc-test> @@ -441,10 +441,10 @@ <ajc-test dir="bugs154/pr165631" title="dual parameterizations not allowed"> <!-- two variations of the same situation, should fail in the same way --> - <compile files="Bug.java" options="-1.5"> + <compile files="Bug.java" options="-1.8"> <message kind="error" line="12" text="Cannot declare parent B"/> </compile> - <compile files="Bug2.java" options="-1.5"> + <compile files="Bug2.java" options="-1.8"> <message kind="error" line="13" text="Cannot declare parent B"/> </compile> </ajc-test> @@ -480,7 +480,7 @@ </ajc-test> <ajc-test dir="bugs154/pr197719" title="annotation style syntax and cross package extension"> - <compile files="test/aspects/C1.java,test/aspects/C3.java,test/aspects/MyAnn.java,test/aspects/MyAnnAspect.java,test/aspects2/C2.java" options="-1.5"/> + <compile files="test/aspects/C1.java,test/aspects/C3.java,test/aspects/MyAnn.java,test/aspects/MyAnnAspect.java,test/aspects2/C2.java" options="-1.8"/> <run class="test.aspects2.C2"/> </ajc-test> |