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.

README-172.html 1.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
  2. <html> <head>
  3. <title>AspectJ 1.7.2 Readme</title>
  4. <style type="text/css">
  5. <!--
  6. P { margin-left: 20px; }
  7. PRE { margin-left: 20px; }
  8. LI { margin-left: 20px; }
  9. H4 { margin-left: 20px; }
  10. H3 { margin-left: 10px; }
  11. -->
  12. </style>
  13. </head>
  14. <body>
  15. <div align="right"><small>
  16. &copy; Copyright 2011 Contributors.
  17. All rights reserved.
  18. </small></div>
  19. <h1>AspectJ 1.7.2 Readme</h1>
  20. <p>The full list of resolved issues in 1.7.2 is available
  21. <a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced;bug_status=RESOLVED;bug_status=VERIFIED;bug_status=CLOSED;product=AspectJ;target_milestone=1.7.2;">here</a></h2>.</p>
  22. <ul>
  23. <li>1.7.2 available 13-Feb-2013
  24. </ul>
  25. <h3>Fixes:</h3>
  26. <ul>
  27. <li>Incorrect signature attributes generated into some class files for complex generics declarations.
  28. <li>Generics information incorrectly being placed in the stackmap verification attributes.
  29. <li>Problems with generic ITDs not being picked up correctly, resulting in 'method must be implemented' errors.
  30. <li>Problems with multiple usages of 'requires' clause in aop.xml for conditional aspects.
  31. <li>Generated if() pointcut representations in class files change on only a source whitespace change.
  32. <li>Intermittent problem with generic ITDs due to weak references being collected too soon.
  33. </ul>
  34. <!-- ============================== -->
  35. </body>
  36. </html>