Ver código fonte

oops!

tags/V1_5_0RC1
aclement 18 anos atrás
pai
commit
f74be5e86f
1 arquivos alterados com 26 adições e 0 exclusões
  1. 26
    0
      tests/src/org/aspectj/systemtest/ajc150/ajc150.xml

+ 26
- 0
tests/src/org/aspectj/systemtest/ajc150/ajc150.xml Ver arquivo

@@ -274,6 +274,32 @@
</run>
</ajc-test>
<ajc-test dir="java5/compliance" title="java 5 pointcuts and declares at pre-java 5 compliance levels">
<compile files="AJ5FeaturesAtJ14.aj" options="-1.4">
<message kind="error" line="3" text="the @annotation pointcut expression is only supported at Java 5 compliance level or above"/>
<message kind="error" line="11" text="the @within pointcut expression is only supported at Java 5 compliance level or above"/>
<message kind="error" line="13" text="the @withincode pointcut expression is only supported at Java 5 compliance level or above"/>
<message kind="error" line="5" text="the @this pointcut expression is only supported at Java 5 compliance level or above"/>
<message kind="error" line="7" text="the @target pointcut expression is only supported at Java 5 compliance level or above"/>
<message kind="error" line="9" text="the @args pointcut expression is only supported at Java 5 compliance level or above"/>
<message kind="error" line="15" text="declare @type is only supported at Java 5 compliance level or above"/>
<message kind="error" line="15" text="annotations are only available if source level is 5.0"/>
<message kind="error" line="15" text="cannot convert from Foo to Annotation"/>
<message kind="error" line="17" text="declare @method is only supported at Java 5 compliance level or above"/>
<message kind="error" line="17" text="annotations are only available if source level is 5.0"/>
<message kind="error" line="17" text="cannot convert from Foo to Annotation"/>
<message kind="error" line="19" text="declare @field is only supported at Java 5 compliance level or above"/>
<message kind="error" line="19" text="annotations are only available if source level is 5.0"/>
<message kind="error" line="19" text="cannot convert from Foo to Annotation"/>
<message kind="error" line="21" text="declare @constructor is only supported at Java 5 compliance level or above"/>
<message kind="error" line="21" text="annotations are only available if source level is 5.0"/>
<message kind="error" line="21" text="cannot convert from Foo to Annotation"/>
<message kind="error" line="25" text="annotation type patterns are only supported at Java 5 compliance level or above"/>
<message kind="error" line="27" text="annotation type patterns are only supported at Java 5 compliance level or above"/>
</compile>
</ajc-test>
<ajc-test dir="bugs150" pr="91114" title="before and after are valid identifiers in classes, part 2">
<compile files="pr91114.aj">
</compile>

Carregando…
Cancelar
Salvar