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.

ajc183.xml 1.9KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <!DOCTYPE suite SYSTEM "../tests/ajcTestSuite.dtd"[]>
  2. <suite>
  3. <ajc-test dir="bugs183/445395" title="constant pool 0">
  4. <compile options="-1.8" files="Code.java">
  5. </compile>
  6. <run class="Code">
  7. <stdout>
  8. <line text="4"/>
  9. <line text="5"/>
  10. <line text="6"/>
  11. </stdout>
  12. </run>
  13. </ajc-test>
  14. <ajc-test dir="bugs183/445395" title="constant pool">
  15. <compile options="-1.8" files="ControlFlow.java ForReplacer.java ControlFlowCommand.java ControlFlowDriver.java">
  16. </compile>
  17. </ajc-test>
  18. <ajc-test dir="bugs183/444398" title="abstract aspect npe">
  19. <compile options="-1.8" files="Bottom.java Middle.java Top.java">
  20. </compile>
  21. </ajc-test>
  22. <ajc-test dir="bugs183/442425" title="anno style decp">
  23. <compile options="-1.8" files="EntityController.java IEntityController.java MyAnnotatedController.java EntityControllerAspect.java EntityMongoController.java">
  24. <message kind="error" line="23" text="Type mismatch: cannot convert from MyAnnotatedController&lt;String&gt; to IEntityController&lt;String&gt;"/>
  25. <message kind="error" line="30" text="Cannot infer type arguments for MyAnnotatedController&lt;&gt;"/>
  26. </compile>
  27. <!--
  28. <run class="de.scrum_master.app.MyAnnotatedController">
  29. <stdout>
  30. <line text="Doing something"/>
  31. <line text="public static void de.scrum_master.app.MyAnnotatedController.main(java.lang.String[])"/>
  32. <line text="public void de.scrum_master.app.MyAnnotatedController.doSomething()"/>
  33. <line text="public java.lang.Object de.scrum_master.app.MyAnnotatedController.getEntity()"/>
  34. <line text="public void de.scrum_master.app.MyAnnotatedController.setEntity(java.lang.Object)"/>
  35. <line text="Entity value = foo"/>
  36. <line text="Entity value = 123"/>
  37. </stdout>
  38. </run>
  39. -->
  40. </ajc-test>
  41. <ajc-test dir="bugs183/443477" title="verifyerror">
  42. <compile options="-1.7" files="Coo.java"/>
  43. <run class="Coo"/>
  44. </ajc-test>
  45. </suite>