From 6b1a53f6aa08f2564fb6cd9e9a3d969bc47c8bdb Mon Sep 17 00:00:00 2001 From: jfabry Date: Thu, 27 Sep 2012 12:34:08 -0300 Subject: [PATCH] Update of the roadmap. --- EkekoAspectJ/Roadmap.md | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/EkekoAspectJ/Roadmap.md b/EkekoAspectJ/Roadmap.md index 0e341cf..c96956b 100644 --- a/EkekoAspectJ/Roadmap.md +++ b/EkekoAspectJ/Roadmap.md @@ -4,20 +4,26 @@ A roadmap for damp.ekeko.aspectj ## To Do +Architecture: A-> I -> B + * Find a name for this sucker -* ~~(CDR) Have the test framework work~~ -* (CDR) Make annotations on aspects and advice work -* (CDR) Have walks over call graph work -* (CDR) Make it possible to remove soot nature from projects -* ~~(CDR) Fix soot aspectJ build dependency~~ -* (JF) Go over the whiteboard rules and check -* (JF) Implement rules in mail of 20 sept -* (JF) Execution levels rules -* (JF) Exceptions problems rules -* Some persistent store, to catch evolution issues: store old values of X before a compile and after a compile see changes in X + +* (CDR) Have walks over call graph work. +* (CDR) Make annotations on aspects and advice work. +* (CDR) Tool support: highlight in editor, inspect AST nodes. +* (CDR) Simplify UI WRT Soot et al, using the configure menu item on a project. +* (JF) Go over the whiteboard rules and check. +* (JF) Implement rules in mail of 20 sept. +* (JF) Execution levels rules. +* (JF) Exceptions problems rules. +* Some persistent store, to catch evolution issues: store old values of X before a compile and after a compile see changes in X. ## Done +* ~~(CDR) Have the test framework work~~ +* ~~(CDR) Fix soot aspectJ build dependency~~ +* ~~(CDR) Test suite: extra parameter that indicates if soot nature has to be enabled for the test.~~ + *** ##General comments