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