]> source.dussan.org Git - aspectj.git/commitdiff
declaremixin
authoraclement <aclement>
Wed, 4 Mar 2009 01:24:26 +0000 (01:24 +0000)
committeraclement <aclement>
Wed, 4 Mar 2009 01:24:26 +0000 (01:24 +0000)
tests/src/org/aspectj/systemtest/ajc164/DeclareMixinTests.java

index c7e26efa3d3be1f20e7078346fae8888bddcd94c..e18994cb0cfd74dc63127694f6d2b30f03829322 100644 (file)
@@ -21,7 +21,7 @@ import org.aspectj.testing.XMLBasedAjcTestCase;
  * In many ways the design is similar to DeclareParents now - so we have to plug in at the same points, but the code generation for
  * generating the delegate object and the choice of which interfaces (and methods within those) to mixin is different.
  * 
- * <h4>Design considerations:</h4><br>
+ * <h4>Design and test considerations:</h4><br>
  * <ul>
  * <li>model relationships
  * <li>incremental compilation
@@ -31,6 +31,7 @@ import org.aspectj.testing.XMLBasedAjcTestCase;
  * <li>Clashing with existing methods
  * <li>varying parameter type on the factory method
  * <li>See CaseF - what if mixin target is not assignable to the parameter type? create cast?
+ * <li>Check the factory method has at most one parameter
  * </ul>
  * 
  * @author Andy Clement