| Commit message (Expand) | Author | Age | Files | Lines |
* | empty pseudo-test required by ant junit | wisberg | 2005-05-21 | 1 | -0/+1 |
* | making Test a TestCase | wisberg | 2005-05-21 | 1 | -1/+4 |
* | forget the empty pseudo-test required by ant junit | wisberg | 2005-05-21 | 1 | -1/+1 |
* | test fails unless setup and run manually, so skipped with instructions | wisberg | 2005-05-21 | 1 | -1/+2 |
* | moved bcel things to bcel package in weaver, deow test + fix for @AJ | avasseur | 2005-05-20 | 13 | -399/+411 |
* | deow @AJ + @AfterXX annotation warnings + test + JDWP sample for LTW tests + ... | avasseur | 2005-05-19 | 1 | -10/+165 |
* | newbuild.xml replacing build.xml, with Alex ok | wisberg | 2005-05-19 | 2 | -65/+3 |
* | aspects are reweavable by default, fixed issue in (AJC + LTW + Inlining + @AJ) | avasseur | 2005-05-17 | 11 | -23/+89 |
* | Nicer toString() :) | aclement | 2005-05-16 | 1 | -1/+8 |
* | Fix and tests for PR94086 (multiple if PCDs in a pointcut causes massive slow... | aclement | 2005-05-16 | 1 | -16/+33 |
* | added test entries instead of autowiredtest for Andy sake, fix 1.4 dependanci... | avasseur | 2005-05-13 | 2 | -1/+3 |
* | see #75442, lateTypeMunger rollback for now. This is not enough | avasseur | 2005-05-12 | 2 | -2/+9 |
* | Fix and tests for pr84312: runtime retention checking. From Andrew Huff. | aclement | 2005-05-12 | 1 | -10/+1 |
* | Reduced duplication of vm checking logic. | aclement | 2005-05-12 | 2 | -32/+10 |
* | Suggested error message improvement by Andrew. | aclement | 2005-05-12 | 1 | -1/+1 |
* | prospective replacements for {module}/build.xml - will move there once valida... | wisberg | 2005-05-11 | 1 | -0/+6 |
* | fix 75442 thru lateTypeMungers, currently @AJaspectOf and perObject are lateT... | avasseur | 2005-05-10 | 16 | -35/+158 |
* | Fix and test for PR90827: StackOverflow while weaving enum/annotation with E... | aclement | 2005-05-10 | 1 | -18/+19 |
* | tests and fixes for 93345 and static imports. From Andrew Huff. | aclement | 2005-05-09 | 1 | -9/+10 |
* | Fix for 91053 (Generics): Generics problem with Set | aclement | 2005-05-06 | 2 | -4/+24 |
* | Fix for pr91267 (Generics): NPE at EclipseFactory.java:143 when using generic... | aclement | 2005-05-06 | 1 | -3/+4 |
* | removed unused imports. | aclement | 2005-05-04 | 2 | -14/+1 |
* | LTW modules + AntSpec to test LTW in the sandbox + code cleanup in my FIXME +... | avasseur | 2005-05-04 | 7 | -43/+94 |
* | Impl of enhancement 92906 from Andrew Huff. -showWeaveInfo for declare annota... | aclement | 2005-05-04 | 3 | -1/+106 |
* | remove mistaken useless instances field + getInstances() in PTW @AJ aspect | avasseur | 2005-05-04 | 2 | -74/+40 |
* | missing perTypeWithinEntry filtering - happens when running @AtAJSyntax suite... | avasseur | 2005-05-03 | 1 | -3/+4 |
* | @AJ around inline + test, fix a bug in BcelClassWeaver on my way | avasseur | 2005-05-03 | 8 | -6/+507 |
* | PTW perClause for @AJ + perClause test | avasseur | 2005-05-02 | 3 | -40/+244 |
* | it's a whole new compiler in there... | acolyer | 2005-04-29 | 6 | -4/+15 |
* | inlining of around for @AJ works unless non public member accessed from withi... | avasseur | 2005-04-28 | 1 | -75/+193 |
* | Fix for structure model missing declare @constructor matches that hit the def... | aclement | 2005-04-26 | 1 | -0/+1 |
* | Fix for Bug 92630: Null Pointer Exception thrown by ajc compiler | aclement | 2005-04-26 | 1 | -2/+4 |
* | fix some build. Move AspectJrt5 test to AllTest15. Add weaver checks for @AJ ... | avasseur | 2005-04-26 | 1 | -37/+212 |
* | support in ajc for parsing and error reporting of @AspectJ style aspect defin... | acolyer | 2005-04-25 | 15 | -46/+124 |
* | @AJ annotation are runtime visible, fixed all licenses from branch for EPL | avasseur | 2005-04-22 | 5 | -34/+39 |
* | Fixed bug#91912 added softens / softened by relationship to ASM | mkersten | 2005-04-21 | 1 | -9/+18 |
* | this set of commits teaches the TypeX world about parameterized types. it han... | acolyer | 2005-04-20 | 3 | -4/+140 |
* | commented jar target from bcel-builder/build.xml since broken (can someone co... | avasseur | 2005-04-20 | 1 | -13/+27 |
* | Fix for pr92053: atargs causes a VerifyError: Unable to pop operand off an em... | aclement | 2005-04-20 | 1 | -17/+11 |
* | fix for Bugzilla Bug 91858 | acolyer | 2005-04-20 | 1 | -2/+1 |
* | I didn't move the test suite class.. | aclement | 2005-04-19 | 1 | -1/+1 |
* | Copyright altered to pass the test.. | aclement | 2005-04-19 | 3 | -3/+12 |
* | from branch: change to advice ordering (sorts on source loc rather than name)... | aclement | 2005-04-19 | 1 | -26/+109 |
* | from branch: changed visibility | aclement | 2005-04-19 | 1 | -3/+2 |
* | from branch: loads of @AJ changes for inlining strategies, using the right JP... | aclement | 2005-04-19 | 1 | -50/+234 |
* | from branch: needs to implement mustcheckexceptions method | aclement | 2005-04-19 | 1 | -0/+8 |
* | from branch: concern from alex that sequenced hash map might be needed? | aclement | 2005-04-19 | 1 | -1/+2 |
* | from branch: redundant? | aclement | 2005-04-19 | 1 | -1/+11 |
* | from branch: dont stick the interface on @AJ thingies. | aclement | 2005-04-19 | 1 | -3/+12 |
* | from branch: rtx's now know whether they are @AJ aspects or not | aclement | 2005-04-19 | 1 | -2/+11 |