Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | test case fix | avasseur | 2005-05-31 | 2 | -3/+2 | |
| | ||||||
* | @AJ aspect inheritance and static pc ref | avasseur | 2005-05-31 | 3 | -0/+87 | |
| | ||||||
* | #96371 META-INF/aop.xml lookup fix + test | avasseur | 2005-05-30 | 3 | -9/+3 | |
| | ||||||
* | moved bcel things to bcel package in weaver, deow test + fix for @AJ | avasseur | 2005-05-20 | 1 | -0/+41 | |
| | ||||||
* | deow @AJ + @AfterXX annotation warnings + test + JDWP sample for LTW tests + ↵ | avasseur | 2005-05-19 | 2 | -4/+35 | |
| | | | | some AJ5 doc fix | |||||
* | LTW and around inling test for code style | avasseur | 2005-05-17 | 4 | -0/+143 | |
| | ||||||
* | aspects are reweavable by default, fixed issue in (AJC + LTW + Inlining + @AJ) | avasseur | 2005-05-17 | 6 | -73/+107 | |
| | ||||||
* | added test entries instead of autowiredtest for Andy sake, fix 1.4 ↵ | avasseur | 2005-05-13 | 1 | -1/+1 | |
| | | | | dependancies in loadtime module and util module | |||||
* | Fix and tests for pr84312: runtime retention checking. From Andrew Huff. | aclement | 2005-05-12 | 1 | -18/+23 | |
| | ||||||
* | remove bad _IDE folder instead of bin/ that leads to odd side effects, add ↵ | avasseur | 2005-05-11 | 1 | -1/+1 | |
| | | | | tools.jar to tests .classpath module for LTW tests using AntSpec | |||||
* | fix LTW test | avasseur | 2005-05-11 | 2 | -1/+11 | |
| | ||||||
* | fix 75442 thru lateTypeMungers, currently @AJaspectOf and perObject are ↵ | avasseur | 2005-05-10 | 6 | -103/+169 | |
| | | | | lateTypeMungers. new LTW tests, some fix in the LTW test error reporting | |||||
* | tests and fixes for 93345 and static imports. From Andrew Huff. | aclement | 2005-05-09 | 1 | -0/+9 | |
| | ||||||
* | Tests for 87282, 88606 | aclement | 2005-05-06 | 2 | -0/+26 | |
| | ||||||
* | Fix for 91053 (Generics): Generics problem with Set | aclement | 2005-05-06 | 1 | -0/+18 | |
| | ||||||
* | Fix for pr91267 (Generics): NPE at EclipseFactory.java:143 when using ↵ | aclement | 2005-05-06 | 2 | -0/+28 | |
| | | | | generic methods in aspects | |||||
* | LTW modules + AntSpec to test LTW in the sandbox + code cleanup in my FIXME ↵ | avasseur | 2005-05-04 | 4 | -4/+95 | |
| | | | | + fix in error handling when no debug info can be read from @Aj aspect (many files modified since refactored IMessageHanlder for LTW dontIgnore method) | |||||
* | @AJ around inline + test, fix a bug in BcelClassWeaver on my way | avasseur | 2005-05-03 | 1 | -0/+108 | |
| | ||||||
* | PTW perClause for @AJ + perClause test | avasseur | 2005-05-02 | 2 | -7/+169 | |
| | ||||||
* | it's a whole new compiler in there... | acolyer | 2005-04-29 | 2 | -5/+24 | |
| | ||||||
* | inlining of around for @AJ works unless non public member accessed from ↵ | avasseur | 2005-04-28 | 1 | -0/+103 | |
| | | | | | | within the advice splitted ajc150 xml test file | |||||
* | fix some build. Move AspectJrt5 test to AllTest15. Add weaver checks for @AJ ↵ | avasseur | 2005-04-26 | 11 | -0/+123 | |
| | | | | annotations + tests from Andy H | |||||
* | test cases for @AspectJ visitors | acolyer | 2005-04-25 | 29 | -11/+537 | |
| | ||||||
* | @AJ annotation are runtime visible, fixed all licenses from branch for EPL | avasseur | 2005-04-22 | 10 | -50/+90 | |
| | ||||||
* | this set of commits teaches the TypeX world about parameterized types. it ↵ | acolyer | 2005-04-20 | 1 | -0/+2 | |
| | | | | handles passing of parameterized types into the weaver from Eclipse, and back out again. Fixes the ITD and parameterized types issue that shows up in the examples. Much more work to be done in this area of course before M3. | |||||
* | commented jar target from bcel-builder/build.xml since broken (can someone ↵ | avasseur | 2005-04-20 | 1 | -0/+1 | |
| | | | | | | | comment ?) impl @Aspect("issingleton") fixed error reporting on readPerClause from @AJ | |||||
* | Fix for pr92053: atargs causes a VerifyError: Unable to pop operand off an ↵ | aclement | 2005-04-20 | 1 | -0/+23 | |
| | | | | empty stack | |||||
* | fix for Bugzilla Bug 91858 | acolyer | 2005-04-20 | 1 | -0/+7 | |
| | | | | | | NullPointerException when declare @type is spelt with capital letter patch submitted by Andrew Huff | |||||
* | removed issingleton - causes crash | aclement | 2005-04-19 | 1 | -1/+1 | |
| | ||||||
* | From branch: @AJ test material | aclement | 2005-04-19 | 12 | -0/+980 | |
| | ||||||
* | Andrew Huffs test programs for @AJ | aclement | 2005-04-19 | 44 | -0/+498 | |
| | ||||||
* | fix for Bugzilla Bug 84333 | acolyer | 2005-03-23 | 1 | -0/+21 | |
| | | | | BCException: Bad type name: TypeX.nameToSignature(TypeX.java:635) | |||||
* | reworked, temporarily commented out the MethodSignature stuff as it ↵ | aclement | 2005-03-23 | 1 | -26/+26 | |
| | | | | misbehaves for me. | |||||
* | test and fix for handling a *... varargs pattern | acolyer | 2005-03-23 | 1 | -0/+11 | |
| | ||||||
* | Fix for Bugzilla Bug 88652: an array type as the last parameter in a ↵ | acolyer | 2005-03-22 | 1 | -0/+20 | |
| | | | | signature does not match on the varargs declared method | |||||
* | Declare annotation with ITDs: testcode | aclement | 2005-03-17 | 7 | -0/+252 | |
| | ||||||
* | fix for missing syntax error on execution((@XXX *) Foo.new(..)) | acolyer | 2005-03-14 | 1 | -0/+21 | |
| | | | | ^^^ | |||||
* | the "challenge Andy" mother of all dec @xxx tests. | acolyer | 2005-03-11 | 1 | -0/+183 | |
| | ||||||
* | added test for declare @constructor | acolyer | 2005-03-11 | 1 | -0/+8 | |
| | ||||||
* | fixes for annotation type pattern bugs uncovered in 150 tests | acolyer | 2005-03-10 | 2 | -6/+6 | |
| | ||||||
* | Declare annotation: tons of testcode | aclement | 2005-03-10 | 48 | -0/+713 | |
| | ||||||
* | fixes for annotation type pattern bugs uncovered in 150 tests | acolyer | 2005-03-10 | 17 | -9/+17 | |
| | ||||||
* | fix for varargs example in AJDK - 9 failing tests now left in Ajc150... | acolyer | 2005-03-09 | 1 | -0/+1 | |
| | ||||||
* | remove accidental 1.5 dependency in tests module | acolyer | 2005-03-09 | 1 | -1/+13 | |
| | ||||||
* | completing the set of AJDK examples coded up as test cases | acolyer | 2005-03-09 | 11 | -0/+348 | |
| | ||||||
* | test cases from ajdk:annotations chapter | acolyer | 2005-03-09 | 27 | -0/+576 | |
| | ||||||
* | @xxx(@Foo) -> @xxx(Foo) | acolyer | 2005-02-17 | 10 | -29/+29 | |
| | ||||||
* | Updated with suppression attribute for non-matching advice. | aclement | 2005-02-17 | 9 | -12/+18 | |
| | ||||||
* | SuppressAjWarnings test. | aclement | 2005-02-17 | 5 | -0/+71 | |
| | ||||||
* | support for annotations on ITDs, and declare annotation | acolyer | 2005-02-17 | 9 | -0/+153 | |
| |