- changed status to resolved
Multi-level interface inheritance of collection attribute does not work
Issue #204
resolved
JastAdd generates faulty Java code when given an aspect like this:
interface I { } interface J { } J implements I; A implements J; coll Collection<String> I.set() [new HashSet<String>()] with add; B contributes getID() to I.set() for a();
The problem is that the collection attribute is not fully weaved into the A class.
Comments (1)
-
reporter - Log in to comment
Fixed multi-level collection interface inheritance
fixes
#204(bitbucket)→ <<cset 628b1e9a17a4>>