summaryrefslogtreecommitdiffstats
path: root/weaver/src
Commit message (Expand)AuthorAgeFilesLines
* fixed bug with LTW Xreweavable, fix this reflective issue in RunAllBeforeComm...avasseur2005-06-132-19/+6
* unused imports (only)wisberg2005-06-096-10/+0
* This PointcutParser should *not* support if - it is not to be confused with t...acolyer2005-06-091-67/+90
* first batch of updates for generics :- largely parsing plus storage of type v...acolyer2005-06-0962-293/+1643
* test for if @style - a todo for Adrianavasseur2005-06-092-14/+63
* @style if support, parser support for if() / if(true)/ if(false) [might lead ...avasseur2005-06-0811-211/+316
* Tests and fixes for 98901: annotation copying on public ITDsaclement2005-06-082-14/+54
* add getters for visitor, turned on poincut test caseavasseur2005-06-0823-106/+191
* Tests and fix for pr98646: "Parser cannot parse varargs correctly". Fix is t...aclement2005-06-072-30/+19
* p -> append again!acolyer2005-06-071-48/+48
* p -> appendacolyer2005-06-071-53/+53
* Remove Java 5 autoboxing dependency that has been introduced.aclement2005-06-071-7/+6
* test case for pattern visitor, issue with varargs so test case for Adrian to ...avasseur2005-06-072-13/+55
* finally fixed 75442+78383, impl a visitor pattern in patterns package, turned...avasseur2005-06-0743-23/+1277
* perClause inheritance in @AJ (in ajdt module), fixed FIXME AVavasseur2005-06-0313-83/+90
* fix for weaver test suite where munger don't have a concrete aspect attachedavasseur2005-06-022-3/+3
* GenericsWork: Minor mod to Member.typesToSignature() call - now the caller ca...aclement2005-06-011-1/+1
* GenericsWork: simplified now typeX's know about raw type infoaclement2005-06-011-5/+0
* GenericsWork: TypeX's know their rawTypeSignature in addition to their parame...aclement2005-06-011-9/+28
* GenericsWork: marked declaredSignature as potentially redundant - review prio...aclement2005-06-011-1/+1
* GenericsWork: signature parsing made generics aware. Added getDeclaredSignat...aclement2005-06-011-12/+46
* @AJ aspect inheritance and static pc refavasseur2005-05-312-3/+25
* moved bcel things to bcel package in weaver, deow test + fix for @AJavasseur2005-05-2013-399/+411
* deow @AJ + @AfterXX annotation warnings + test + JDWP sample for LTW tests + ...avasseur2005-05-191-10/+165
* aspects are reweavable by default, fixed issue in (AJC + LTW + Inlining + @AJ)avasseur2005-05-1711-23/+89
* Nicer toString() :)aclement2005-05-161-1/+8
* Fix and tests for PR94086 (multiple if PCDs in a pointcut causes massive slow...aclement2005-05-161-16/+33
* added test entries instead of autowiredtest for Andy sake, fix 1.4 dependanci...avasseur2005-05-132-1/+3
* see #75442, lateTypeMunger rollback for now. This is not enoughavasseur2005-05-122-2/+9
* Fix and tests for pr84312: runtime retention checking. From Andrew Huff.aclement2005-05-121-10/+1
* Suggested error message improvement by Andrew.aclement2005-05-121-1/+1
* fix 75442 thru lateTypeMungers, currently @AJaspectOf and perObject are lateT...avasseur2005-05-1016-35/+158
* Fix and test for PR90827: StackOverflow while weaving enum/annotation with E...aclement2005-05-101-18/+19
* tests and fixes for 93345 and static imports. From Andrew Huff.aclement2005-05-091-9/+10
* Fix for 91053 (Generics): Generics problem with Setaclement2005-05-062-4/+24
* Fix for pr91267 (Generics): NPE at EclipseFactory.java:143 when using generic...aclement2005-05-061-3/+4
* removed unused imports.aclement2005-05-042-14/+1
* LTW modules + AntSpec to test LTW in the sandbox + code cleanup in my FIXME +...avasseur2005-05-046-43/+93
* Impl of enhancement 92906 from Andrew Huff. -showWeaveInfo for declare annota...aclement2005-05-043-1/+106
* remove mistaken useless instances field + getInstances() in PTW @AJ aspectavasseur2005-05-042-74/+40
* missing perTypeWithinEntry filtering - happens when running @AtAJSyntax suite...avasseur2005-05-031-3/+4
* @AJ around inline + test, fix a bug in BcelClassWeaver on my wayavasseur2005-05-038-6/+507
* PTW perClause for @AJ + perClause testavasseur2005-05-023-40/+244
* it's a whole new compiler in there...acolyer2005-04-296-4/+15
* inlining of around for @AJ works unless non public member accessed from withi...avasseur2005-04-281-75/+193
* Fix for structure model missing declare @constructor matches that hit the def...aclement2005-04-261-0/+1
* Fix for Bug 92630: Null Pointer Exception thrown by ajc compileraclement2005-04-261-2/+4
* fix some build. Move AspectJrt5 test to AllTest15. Add weaver checks for @AJ ...avasseur2005-04-261-37/+212
* support in ajc for parsing and error reporting of @AspectJ style aspect defin...acolyer2005-04-2514-45/+123
* @AJ annotation are runtime visible, fixed all licenses from branch for EPLavasseur2005-04-225-34/+39