您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

ajc180.xml 1.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <!DOCTYPE suite SYSTEM "../tests/ajcTestSuite.dtd"[]>
  2. <suite>
  3. <ajc-test dir="bugs180/pr432714" title="stackmapframe">
  4. <compile options="-1.8" files="Code.java"/>
  5. <run class="Code"/>
  6. </ajc-test>
  7. <ajc-test dir="bugs180/pr432608" title="stackoverflow">
  8. <compile options="-1.8" files="AbstractControlPoint.java"/>
  9. </ajc-test>
  10. <ajc-test dir="bugs180/pr431976" title="thisJoinPoint not initialized">
  11. <compile options="-1.8" files="Code.java"/>
  12. </ajc-test>
  13. <ajc-test dir="bugs180/pr431541" title="NullAnnotationMatching exception">
  14. <compile options="-1.8" files="Test.aj"/>
  15. </ajc-test>
  16. <ajc-test dir="bugs180/415957" title="annotations with 1.8 flags">
  17. <compile files="MyAspect.aj MyClass.java" options="-1.8 -showWeaveInfo">
  18. <message kind="weave" text="Join point 'method-execution(void MyClass.method())' in Type 'MyClass' (MyClass.java:3) advised by before advice from 'MyAspect' (MyAspect.aj:5)"/>
  19. </compile>
  20. </ajc-test>
  21. <ajc-test dir="bugs180/firstprogram" title="first advised java 8 code">
  22. <compile files="C.java" options="-1.8">
  23. </compile>
  24. <run class="C">
  25. <stdout>
  26. <line text="Clazz staticinitialization(I.&lt;clinit&gt;)"/>
  27. <line text="Clazz staticinitialization(C.&lt;clinit&gt;)"/>
  28. <line text="I.foo running"/>
  29. <line text="ABC"/>
  30. <line text="hello world!"/>
  31. <line text="Clazz staticinitialization(MyClass.&lt;clinit&gt;)"/>
  32. <line text="Clazz staticinitialization(Utils.&lt;clinit&gt;)"/>
  33. <line text="1"/>
  34. <line text="22"/>
  35. <line text="333"/>
  36. <line text="4444"/>
  37. </stdout>
  38. </run>
  39. </ajc-test>
  40. </suite>