]> source.dussan.org Git - aspectj.git/commitdiff
paramannos: lists outstanding work items on this
authoraclement <aclement>
Fri, 25 Jan 2008 21:14:11 +0000 (21:14 +0000)
committeraclement <aclement>
Fri, 25 Jan 2008 21:14:11 +0000 (21:14 +0000)
tests/src/org/aspectj/systemtest/ajc160/ParameterAnnotationMatchingTests.java

index 6065a9c4e32ce5c3e75b125d39a77c90140236b7..6c5c8b2315519e39368eba4949061fe8913dd19d 100644 (file)
@@ -50,15 +50,6 @@ import junit.framework.Test;
  * the parentheses associating @B with the type of the parameter leaving @A outside to be
  * treated as a parameter annotation.
  *
-
-TODO BEFORE FIRST UPLOAD:
-2. Don't set the param annos on the type patterns - add new methods and pass them through
-
-doc
-
-
-
  * Testplan:
  * Test cases for the parameter annotation matching:
  * DONE:
@@ -78,13 +69,10 @@ doc
  * . Binding with the new syntax.
  * . complaining about annotations that dont target the right type
  * . itds
- * . visibility tests
+ * . annotation visibility tests
  * . wildcarded @Ann*1 - broken (not my doing)
  * . ltw
  * 
- * to be done:
- * - equals/hashcode where the new flags have been introduced - is it all ok?
- * 
  */
 public class ParameterAnnotationMatchingTests extends XMLBasedAjcTestCase {