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-174.html 1.6KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
  2. <html> <head>
  3. <title>AspectJ 1.7.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 2013 Contributors.
  17. All rights reserved.
  18. </small></div>
  19. <h1>AspectJ 1.7.4 Readme</h1>
  20. <p>Available 24-Oct-2013</p>
  21. <p>The list of resolved issues in 1.7.4 is available
  22. <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.4;">here</a></h2>.</p>
  23. <b>Notes</b>
  24. <ul>
  25. <li>This release includes an important fix for using loadtime weaving in a JVM where JMX is turned on (<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=415266">415266</a>)
  26. <p>
  27. <li>There are some new message insert keys usable in declare error/warning (<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=420210">420210</a>)
  28. The new keys are:
  29. <tt>
  30. <pre>
  31. joinpoint.enclosingclass // Bar
  32. joinpoint.enclosingmember // void Bar.foo(String)
  33. joinpoint.enclosingmember.name // foo
  34. </pre>
  35. </tt>
  36. All keys are case insensitive.
  37. <p>
  38. <li>It is now possible to specify individual xlint settings without needing to supply a file (<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=419279">419279</a>)
  39. <tt><pre>ajc -Xlint:adviceDidNotMatch=error,noGuardForLazyTjp=ignore Foo.java</pre></tt>
  40. </ul>
  41. <!-- ============================== -->
  42. </body>
  43. </html>