aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/org/aspectj/systemtest/ajc150/ataspectj/AtAjSyntaxTests.java
Commit message (Collapse)AuthorAgeFilesLines
* mavenizing tests - wipAndy Clement2019-01-301-145/+0
|
* add apt testshsestupin2014-08-011-1/+1
| | | | Signed-off-by: hsestupin <stupin.sergey@gmail.com>
* minimalModel ON by default. demotion ON by default (for AJDT as well as LTW)aclement2011-08-051-116/+121
|
* fix NPE in mixing style (can be in concrete aspect from code style as well)avasseur2005-12-191-0/+4
|
* #114875 cannot reproduce NPE in @AJ abstract aspectavasseur2005-11-071-1/+6
|
* implement @AspectJ ITD @DeclareParents and @DeclareImplementsavasseur2005-10-171-0/+8
| | | | changed AjType as ITD field is meaningless (as @AJ ITD is interface driven)
* #108488 @AspectJ perthis(..) was broken for some pointcut issueavasseur2005-09-291-2/+1
| | | | checks for @AfterXX fixed
* temp comment out for CC, update for #107953 fixavasseur2005-09-281-1/+2
|
* fix #104212 very bad bug on static method call jp that has been around since ↵avasseur2005-07-221-0/+4
| | | | java 1.4 is there
* commented out debug line...aclement2005-07-201-1/+1
|
* @DeclareAnnotation and guard to not use it in M3, doc update for M3avasseur2005-07-181-2/+2
|
* fix 83935 where Jp / Pjp is an arg and bound in a formal binding as well as ↵avasseur2005-07-111-2/+6
| | | | another (or 2+) used as implicit bindings in @AJ
* add offset in MethodDeclarationAttribute for @AJ in AJDTavasseur2005-07-051-2/+2
|
* fix source location for @AJ + fix the AsmManager behavior for @AJ (still no ↵avasseur2005-07-041-0/+6
| | | | luck in AJDT though)
* @style if test, fixed Ajc that was not having sandbox in cp anymore in some ↵avasseur2005-06-091-0/+4
| | | | case (ltw test failed)
* test for if @style - a todo for Adrianavasseur2005-06-091-0/+4
|
* perClause inheritance in @AJ (in ajdt module), fixed FIXME AVavasseur2005-06-031-11/+14
|
* @AJ aspect inheritance and static pc refavasseur2005-05-311-0/+4
|
* moved bcel things to bcel package in weaver, deow test + fix for @AJavasseur2005-05-201-0/+4
|
* LTW and around inling test for code styleavasseur2005-05-171-0/+3
|
* aspects are reweavable by default, fixed issue in (AJC + LTW + Inlining + @AJ)avasseur2005-05-171-1/+4
|
* added test entries instead of autowiredtest for Andy sake, fix 1.4 ↵avasseur2005-05-131-3/+51
| | | | dependancies in loadtime module and util module
* @AJ around inline + test, fix a bug in BcelClassWeaver on my wayavasseur2005-05-031-1/+1
|
* inlining of around for @AJ works unless non public member accessed from ↵avasseur2005-04-281-46/+4
| | | | | | within the advice splitted ajc150 xml test file
* fix some build. Move AspectJrt5 test to AllTest15. Add weaver checks for @AJ ↵avasseur2005-04-261-5/+5
| | | | annotations + tests from Andy H
* @AJ annotation are runtime visible, fixed all licenses from branch for EPLavasseur2005-04-221-7/+8
|
* commented jar target from bcel-builder/build.xml since broken (can someone ↵avasseur2005-04-201-10/+8
| | | | | | | comment ?) impl @Aspect("issingleton") fixed error reporting on readPerClause from @AJ
* new simple tests - one of which aborts...aclement2005-04-191-0/+9
|
* from branch: simple @AJ testsaclement2005-04-191-0/+70