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-1.7.2.adoc 931B

1234567891011121314151617181920212223
  1. = AspectJ 1.7.2
  2. _© Copyright 2011 Contributors. All rights reserved._
  3. The full list of resolved issues in 1.7.2 is available
  4. 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]
  5. _Release info: 1.7.2 available 13-Feb-2013_
  6. == Fixes:
  7. * Incorrect signature attributes generated into some class files for
  8. complex generics declarations.
  9. * Generics information incorrectly being placed in the stackmap
  10. verification attributes.
  11. * Problems with generic ITDs not being picked up correctly, resulting in
  12. 'method must be implemented' errors.
  13. * Problems with multiple usages of 'requires' clause in aop.xml for
  14. conditional aspects.
  15. * Generated if() pointcut representations in class files change on only
  16. a source whitespace change.
  17. * Intermittent problem with generic ITDs due to weak references being
  18. collected too soon.