blob: 314aaf712e4306e013079c90ce5b0c06d20c3494 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
<!DOCTYPE suite SYSTEM "../tests/ajcTestSuite.dtd"[]>
<suite>
<ajc-test dir="bugs181/433351" title="jar weaving">
<compile options="-1.5" files="InterfaceProj1.java" outjar="code.jar"/>
<compile options="-1.5 -showWeaveInfo" inpath="code.jar" files="Extender.aj InterfaceProj2.java">
<message kind="weave" text="Extending interface set for type 'test.InterfaceProj1' (InterfaceProj1.java) to include 'test.extender.InterfaceProj2' (Extender.aj)"/>
</compile>
</ajc-test>
<ajc-test dir="bugs181/436531" title="parameter names attribute">
<compile options="-1.8" files="Azpect.java" inpath="code.jar"/>
</ajc-test>
<ajc-test dir="bugs181/431976" title="variable not initialized">
<compile options="-1.8" files="AbstractDependencyInjectionAspect.aj"/>
</ajc-test>
<ajc-test dir="bugs181/431976" title="thisEnclosingJoinPointStaticPart not initialized">
<compile options="-1.8" files="Code.java"/>
</ajc-test>
<ajc-test dir="bugs181/435446" title="lvartable">
<compile options="-1.8" files="Application.java MyAspect.java">
</compile>
<run class="de.scrum_master.app.Application">
</run>
</ajc-test>
<ajc-test dir="bugs181/377096" title="broken annotations">
<compile options="-1.5 -proceedOnError" files="A.java">
<message kind="error" text="The attribute wibble is undefined for the annotation type A"/>
</compile>
</ajc-test>
<ajc-test dir="bugs181/433744" title="default methods">
<compile options="-1.8" files="AnIterator.java"/>
</ajc-test>
</suite>
|