| Commit message (Expand) | Author | Age | Files | Lines |
* | fixed bug with LTW Xreweavable, fix this reflective issue in RunAllBeforeComm... | avasseur | 2005-06-13 | 2 | -19/+6 |
* | unused imports (only) | wisberg | 2005-06-09 | 6 | -10/+0 |
* | This PointcutParser should *not* support if - it is not to be confused with t... | acolyer | 2005-06-09 | 1 | -67/+90 |
* | first batch of updates for generics :- largely parsing plus storage of type v... | acolyer | 2005-06-09 | 62 | -293/+1643 |
* | test for if @style - a todo for Adrian | avasseur | 2005-06-09 | 2 | -14/+63 |
* | @style if support, parser support for if() / if(true)/ if(false) [might lead ... | avasseur | 2005-06-08 | 11 | -211/+316 |
* | Tests and fixes for 98901: annotation copying on public ITDs | aclement | 2005-06-08 | 2 | -14/+54 |
* | add getters for visitor, turned on poincut test case | avasseur | 2005-06-08 | 23 | -106/+191 |
* | Tests and fix for pr98646: "Parser cannot parse varargs correctly". Fix is t... | aclement | 2005-06-07 | 2 | -30/+19 |
* | p -> append again! | acolyer | 2005-06-07 | 1 | -48/+48 |
* | p -> append | acolyer | 2005-06-07 | 1 | -53/+53 |
* | Remove Java 5 autoboxing dependency that has been introduced. | aclement | 2005-06-07 | 1 | -7/+6 |
* | test case for pattern visitor, issue with varargs so test case for Adrian to ... | avasseur | 2005-06-07 | 2 | -13/+55 |
* | finally fixed 75442+78383, impl a visitor pattern in patterns package, turned... | avasseur | 2005-06-07 | 43 | -23/+1277 |
* | perClause inheritance in @AJ (in ajdt module), fixed FIXME AV | avasseur | 2005-06-03 | 13 | -83/+90 |
* | fix for weaver test suite where munger don't have a concrete aspect attached | avasseur | 2005-06-02 | 2 | -3/+3 |
* | GenericsWork: Minor mod to Member.typesToSignature() call - now the caller ca... | aclement | 2005-06-01 | 1 | -1/+1 |
* | GenericsWork: simplified now typeX's know about raw type info | aclement | 2005-06-01 | 1 | -5/+0 |
* | GenericsWork: TypeX's know their rawTypeSignature in addition to their parame... | aclement | 2005-06-01 | 1 | -9/+28 |
* | GenericsWork: marked declaredSignature as potentially redundant - review prio... | aclement | 2005-06-01 | 1 | -1/+1 |
* | GenericsWork: signature parsing made generics aware. Added getDeclaredSignat... | aclement | 2005-06-01 | 1 | -12/+46 |
* | @AJ aspect inheritance and static pc ref | avasseur | 2005-05-31 | 2 | -3/+25 |
* | 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 |
* | 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 |
* | Suggested error message improvement by Andrew. | aclement | 2005-05-12 | 1 | -1/+1 |
* | 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 | 6 | -43/+93 |
* | 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 | 14 | -45/+123 |
* | @AJ annotation are runtime visible, fixed all licenses from branch for EPL | avasseur | 2005-04-22 | 5 | -34/+39 |