summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* restoring original behaviour in LocalVariableGen - not happy with my change ↵acolyer2005-09-283-8/+2
| | | | from last night....
* fix for pr101407 - weaver produces wrong local variable table bytecode.acolyer2005-09-275-105/+136
|
* tests for pr102933, array clone in -1.4, -1.5 vs -1.3acolyer2005-09-273-0/+30
|
* improve abort handling for AJDTacolyer2005-09-272-7/+12
|
* tests and fix for pr88900, unneccessary warningacolyer2005-09-275-1/+169
|
* give context in can't find type messagesacolyer2005-09-271-9/+14
|
* pr110307: test cases.aclement2005-09-272-0/+90
|
* trick the build machine into compiling our code !aclement2005-09-272-0/+1
|
* a few more tweaks to fix for pr108123 and pr106500 - better diagnostics and ↵acolyer2005-09-266-16/+34
| | | | exceptions, plus support for -Xdev:Pinpoint
* include weaver5aclement2005-09-261-1/+1
|
* imports organized.aclement2005-09-262-10/+8
|
* doh!aclement2005-09-261-0/+6
|
* updated for weaver5aclement2005-09-262-92/+25
|
* weaver5 addedaclement2005-09-262-1/+5
|
* depending on weaver5 will keep the packaging happy...aclement2005-09-261-40/+11
|
* java5 related folders have gone.aclement2005-09-261-2/+0
|
* no longer required with new weaver5 project.aclement2005-09-261-12/+0
|
* moved to weaver5aclement2005-09-263-744/+0
|
* weaver5 split out so weaver can continue to be built with Java1.3aclement2005-09-269-0/+833
|
* fix for pr108123 and pr106500 - better diagnostics and exceptions, plus ↵acolyer2005-09-2628-23/+726
| | | | support for -Xdev:Pinpoint
* avoid using IdentityHashMap - that doesnt exist < 1.4aclement2005-09-261-3/+3
|
* avoid 'illegal forward reference' problem when compiling with 1.3aclement2005-09-261-2/+3
|
* Ensure tests run if no aj-build folder exists.aclement2005-09-262-1/+3
|
* now builds ok under 1.3. Needs a 'drastic' refactor/tidyupaclement2005-09-261-571/+574
|
* remove @Override that for some reason doesn't compile at 1.3 level...acolyer2005-09-261-1/+0
|
* tests and fix for pr77076 - MUCH better toleration of missing types when ↵acolyer2005-09-2421-79/+642
| | | | weaving into jars etc..
* tiny update.aclement2005-09-231-0/+1
|
* ast support ! (and testcase)aclement2005-09-233-0/+4161
|
* ast support !aclement2005-09-2327-0/+9276
|
* ast support - rebuilt shadowsaclement2005-09-232-0/+0
|
* AST support - factories for ensuring when the classes in JDT core ↵aclement2005-09-233-0/+95
| | | | initialize, they are able to build the correct AJ subtypes.
* David Knibb's patch for enh 109173 :- Weaving Adaptor enhancementsacolyer2005-09-234-10/+233
|
* AST support change.aclement2005-09-232-0/+8
|
* tests and fix for 109283.acolyer2005-09-229-22/+80
|
* Set project compiler compliance to be Java5 for the weaver project, so that ↵mkersten2005-09-222-0/+15
| | | | it builds straight out of CVS.
* doh!acolyer2005-09-221-0/+1
|
* attempt to create the right classpath for running org.aspectj.weaver.tools ↵acolyer2005-09-222-2/+12
| | | | tests on the build machine...
* add the java5-xxx as source foldersacolyer2005-09-221-12/+14
|
* load 1.5 dependent tests reflectively...acolyer2005-09-212-2/+13
|
* tests for pr76374 - missing type warning on declare parentsacolyer2005-09-213-1/+17
|
* fix for pr104957: NPE whilst compiling GIJacolyer2005-09-213-35/+38
|
* tests and fix for pr102210 - not descending into branches when pulling up ↵acolyer2005-09-213-13/+33
| | | | disjunctions during pointcut rewriting.
* test for annotation binding bug when target type in bytecode != declaring ↵acolyer2005-09-211-0/+37
| | | | type (1.4)
* fix for annotation binding bug when target type in bytecode != declaring ↵acolyer2005-09-212-23/+50
| | | | type (1.4)
* tests and implementation for 108120 - runtime pointcut parsing and matching.acolyer2005-09-2195-2492/+3848
|
* Fix for pr109728: generates correct aroundBody methods for field-get JPs ↵aclement2005-09-202-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 ↵aclement2005-09-191-10/+15
| | | | optimized too, doesnt build the declaring type twice.
* pr109728: don't let people pass signatures to nameToSignature()aclement2005-09-191-55/+43
|
* pr109728: fix part 1 - don't let bcel damage descriptors.aclement2005-09-192-0/+0
|
* pr109728: testcaseaclement2005-09-193-0/+20
|