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-184.html 1.7KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
  2. <html> <head>
  3. <title>AspectJ 1.8.4 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 2014 Contributors.
  17. All rights reserved.
  18. </small></div>
  19. <h1>AspectJ 1.8.4 Readme</h1>
  20. <p>The full list of resolved issues in 1.8.4 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.8.4;">here</a></h2>.</p>
  22. <ul>
  23. <li>1.8.4 available 6-Nov-2014
  24. </ul>
  25. <h2>Notable changes</h2>
  26. <h3>Support for is(FinalType)</h3>
  27. <p>AspectJ has had type category type patterns since version 1.6.9, see the <a href="https://www.eclipse.org/aspectj/doc/released/README-169.html">README</a>. This enabled
  28. pointcuts to include is(..) clauses to specify which kinds of type they were or were not interested in matching, e.g. <tt>!within(* && is(InnerType))</tt> means not within innertypes.
  29. In 1.8.4 it is now possible to recognize (for inclusion or exclusion) final types with <tt>is(FinalType)</tt>.
  30. <h3>thisAspectInstance correctly handled with -1.8</h3>
  31. <p>This is the key fix in this release. Some products based on AspectJ were using the thisAspectInstance feature
  32. (see <a href="https://www.eclipse.org/aspectj/doc/released/README-1612.html">README 1.6.12</a> for more info on the feature). Unfortunately if specifying -1.8 compliance
  33. and using the feature an error would be reported at compile time of the aspect. This is now fixed.</p>
  34. <!-- ============================== -->
  35. </body>
  36. </html>