aboutsummaryrefslogtreecommitdiffstats
path: root/org.aspectj.ajdt.core/testdata/src1/binary
Commit message (Collapse)AuthorAgeFilesLines
* a declare parents in an abstract aspect has no effect unless at least one ↵acolyer2005-08-111-0/+6
| | | | concrete sub-aspect exists in the world
* fix and test for Bugzilla Bug 34820 jhugunin2003-03-121-0/+8
| | | | ajc -aspectpath fails with NPE for cflow pointcuts
* further work on binary aspects (aspect path) tested and implemented correct ↵jhugunin2003-03-116-1/+69
| | | | | | behavior for obvious forms of abstract aspects now
* further work on binary aspects (aspect path) tested correct behavior jhugunin2003-03-102-0/+41
for obvious forms of concrete aspects, next need to address abstract