Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | avoid using IdentityHashMap - that doesnt exist < 1.4 | aclement | 2005-09-26 | 1 | -3/+3 | |
| | ||||||
* | avoid 'illegal forward reference' problem when compiling with 1.3 | aclement | 2005-09-26 | 1 | -2/+3 | |
| | ||||||
* | Ensure tests run if no aj-build folder exists. | aclement | 2005-09-26 | 2 | -1/+3 | |
| | ||||||
* | now builds ok under 1.3. Needs a 'drastic' refactor/tidyup | aclement | 2005-09-26 | 1 | -571/+574 | |
| | ||||||
* | remove @Override that for some reason doesn't compile at 1.3 level... | acolyer | 2005-09-26 | 1 | -1/+0 | |
| | ||||||
* | tests and fix for pr77076 - MUCH better toleration of missing types when ↵ | acolyer | 2005-09-24 | 21 | -79/+642 | |
| | | | | weaving into jars etc.. | |||||
* | tiny update. | aclement | 2005-09-23 | 1 | -0/+1 | |
| | ||||||
* | ast support ! (and testcase) | aclement | 2005-09-23 | 3 | -0/+4161 | |
| | ||||||
* | ast support ! | aclement | 2005-09-23 | 27 | -0/+9276 | |
| | ||||||
* | ast support - rebuilt shadows | aclement | 2005-09-23 | 2 | -0/+0 | |
| | ||||||
* | AST support - factories for ensuring when the classes in JDT core ↵ | aclement | 2005-09-23 | 3 | -0/+95 | |
| | | | | initialize, they are able to build the correct AJ subtypes. | |||||
* | David Knibb's patch for enh 109173 :- Weaving Adaptor enhancements | acolyer | 2005-09-23 | 4 | -10/+233 | |
| | ||||||
* | AST support change. | aclement | 2005-09-23 | 2 | -0/+8 | |
| | ||||||
* | tests and fix for 109283. | acolyer | 2005-09-22 | 9 | -22/+80 | |
| | ||||||
* | Set project compiler compliance to be Java5 for the weaver project, so that ↵ | mkersten | 2005-09-22 | 2 | -0/+15 | |
| | | | | it builds straight out of CVS. | |||||
* | doh! | acolyer | 2005-09-22 | 1 | -0/+1 | |
| | ||||||
* | attempt to create the right classpath for running org.aspectj.weaver.tools ↵ | acolyer | 2005-09-22 | 2 | -2/+12 | |
| | | | | tests on the build machine... | |||||
* | add the java5-xxx as source folders | acolyer | 2005-09-22 | 1 | -12/+14 | |
| | ||||||
* | load 1.5 dependent tests reflectively... | acolyer | 2005-09-21 | 2 | -2/+13 | |
| | ||||||
* | tests for pr76374 - missing type warning on declare parents | acolyer | 2005-09-21 | 3 | -1/+17 | |
| | ||||||
* | fix for pr104957: NPE whilst compiling GIJ | acolyer | 2005-09-21 | 3 | -35/+38 | |
| | ||||||
* | tests and fix for pr102210 - not descending into branches when pulling up ↵ | acolyer | 2005-09-21 | 3 | -13/+33 | |
| | | | | disjunctions during pointcut rewriting. | |||||
* | test for annotation binding bug when target type in bytecode != declaring ↵ | acolyer | 2005-09-21 | 1 | -0/+37 | |
| | | | | type (1.4) | |||||
* | fix for annotation binding bug when target type in bytecode != declaring ↵ | acolyer | 2005-09-21 | 2 | -23/+50 | |
| | | | | type (1.4) | |||||
* | tests and implementation for 108120 - runtime pointcut parsing and matching. | acolyer | 2005-09-21 | 95 | -2492/+3848 | |
| | ||||||
* | Fix for pr109728: generates correct aroundBody methods for field-get JPs ↵ | aclement | 2005-09-20 | 2 | -2/+30 | |
| | | | | that are affected when compiling at 1.4/1.5 level. | |||||
* | pr109728: cope with methods invoked on array types! (e.g. clone). Slightly ↵ | aclement | 2005-09-19 | 1 | -10/+15 | |
| | | | | optimized too, doesnt build the declaring type twice. | |||||
* | pr109728: don't let people pass signatures to nameToSignature() | aclement | 2005-09-19 | 1 | -55/+43 | |
| | ||||||
* | pr109728: fix part 1 - don't let bcel damage descriptors. | aclement | 2005-09-19 | 2 | -0/+0 | |
| | ||||||
* | pr109728: testcase | aclement | 2005-09-19 | 3 | -0/+20 | |
| | ||||||
* | allow for references to descriptors when class_info structures refer to ↵ | aclement | 2005-09-19 | 1 | -2/+4 | |
| | | | | arrays. (pr109728) | |||||
* | use the right version property. | aclement | 2005-09-15 | 1 | -5/+4 | |
| | ||||||
* | rebuilt *again* - i hope the build machine likes these? | aclement | 2005-09-15 | 2 | -0/+0 | |
| | ||||||
* | rebuilt *again* - i hope the build machine likes these? | aclement | 2005-09-15 | 2 | -0/+0 | |
| | ||||||
* | test for pr102210 | aclement | 2005-09-14 | 3 | -1/+50 | |
| | ||||||
* | organized imports | aclement | 2005-09-14 | 2 | -2/+0 | |
| | ||||||
* | test and fix for pr109486: bcel exception when expecting compiler error for ↵ | aclement | 2005-09-14 | 6 | -4/+14 | |
| | | | | final abstract class. | |||||
* | To fix one of Matthews problems with FFDC binary compatibility (AJ5 chokes ↵ | aclement | 2005-09-13 | 1 | -2/+3 | |
| | | | | on a 1.2.1 library): fixed the ordering back to what it was for 1.2.1 - shouldn't have moved NONE as it represents an empty pointcut expression (e.g. 'pointcut ffdcScope();' which is valid) - without this change to the old ordering we were interpreting 20 (which is what the FFDC pointcut had written out) as @args and then choking on processing it. | |||||
* | To fix one of Matthews problems with FFDC binary compatibility (AJ5 chokes ↵ | aclement | 2005-09-13 | 1 | -1/+8 | |
| | | | | on a 1.2.1 library): made reading of a type pattern realise it shouldn't look for a varargs flag if processing a pre 1.5 pattern. | |||||
* | was missing two jars - I've added them. | aclement | 2005-09-13 | 1 | -0/+28 | |
| | ||||||
* | rebuilt due to attribute modifications. | aclement | 2005-09-13 | 35 | -0/+0 | |
| | ||||||
* | test and fix for pr106554: staticinitialization and PTW | aclement | 2005-09-13 | 2 | -0/+13 | |
| | ||||||
* | test and fix for pr106554: staticinitialization and PTW | aclement | 2005-09-13 | 2 | -0/+30 | |
| | ||||||
* | tests and a fix for the bug with no name, in which Pooh gets carried away ↵ | acolyer | 2005-09-12 | 11 | -5/+89 | |
| | | | | and tries to create raw types all the time, but Christopher Robin kindly explains that raw types should only be created in -1.5 mode. | |||||
* | tests and fix for pr105181, implicit cast of itd field type on return from ↵ | acolyer | 2005-09-12 | 5 | -7/+19 | |
| | | | | generic collection erroneously casting to aspect (declaring) type, not owning (target) type. | |||||
* | Test and fix for PR103740: Compiler failure on @annotation | aclement | 2005-09-12 | 4 | -7/+34 | |
| | ||||||
* | tests and fix for pr108903 - MUST process from super aspect to sub aspect ↵ | acolyer | 2005-09-12 | 9 | -11/+108 | |
| | | | | when finding declares | |||||
* | added test for pr105181 | acolyer | 2005-09-11 | 3 | -0/+37 | |
| | ||||||
* | tests and fix for pr108826, not correctly converting from T[] to ResolvedType. | acolyer | 2005-09-09 | 6 | -1/+47 | |
| | ||||||
* | clarification of args matching with null for pr68603. | acolyer | 2005-09-09 | 1 | -1/+4 | |
| |