You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ajc181.xml 1.1KB

12345678910111213141516171819202122232425262728293031323334
  1. <!DOCTYPE suite SYSTEM "../tests/ajcTestSuite.dtd"[]>
  2. <suite>
  3. <ajc-test dir="bugs181/436531" title="parameter names attribute">
  4. <compile options="-1.8" files="Azpect.java" inpath="code.jar"/>
  5. </ajc-test>
  6. <ajc-test dir="bugs181/431976" title="variable not initialized">
  7. <compile options="-1.8" files="AbstractDependencyInjectionAspect.aj"/>
  8. </ajc-test>
  9. <ajc-test dir="bugs181/431976" title="thisEnclosingJoinPointStaticPart not initialized">
  10. <compile options="-1.8" files="Code.java"/>
  11. </ajc-test>
  12. <ajc-test dir="bugs181/435446" title="lvartable">
  13. <compile options="-1.8" files="Application.java MyAspect.java">
  14. </compile>
  15. <run class="de.scrum_master.app.Application">
  16. </run>
  17. </ajc-test>
  18. <ajc-test dir="bugs181/377096" title="broken annotations">
  19. <compile options="-1.5 -proceedOnError" files="A.java">
  20. <message kind="error" text="The attribute wibble is undefined for the annotation type A"/>
  21. </compile>
  22. </ajc-test>
  23. <ajc-test dir="bugs181/433744" title="default methods">
  24. <compile options="-1.8" files="AnIterator.java"/>
  25. </ajc-test>
  26. </suite>