Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | couple of small generic signature tidies | acolyer | 2005-09-29 | 2 | -7/+7 |
| | |||||
* | #108488 @AspectJ perthis(..) was broken for some pointcut issue | avasseur | 2005-09-29 | 1 | -0/+2 |
| | | | | checks for @AfterXX fixed | ||||
* | #108488 @AspectJ perthis(..) was broken for some pointcut issue | avasseur | 2005-09-29 | 6 | -18/+11 |
| | | | | checks for @AfterXX fixed | ||||
* | tests and fix for pr100195, local var debug info not preserved when inlining ↵ | acolyer | 2005-09-29 | 4 | -2/+85 |
| | | | | around advice | ||||
* | perclause resolving | acolyer | 2005-09-29 | 2 | -1/+10 |
| | |||||
* | final bcel fix for 101047 | acolyer | 2005-09-28 | 3 | -1/+4 |
| | |||||
* | pr110927: testcase and fix | aclement | 2005-09-28 | 4 | -7/+30 |
| | |||||
* | pr110927: testcase | aclement | 2005-09-28 | 1 | -0/+18 |
| | |||||
* | temp comment out for CC, update for #107953 fix | avasseur | 2005-09-28 | 2 | -2/+3 |
| | |||||
* | #107953 @AfterThrowing/Returning checks when extra formal is not bound | avasseur | 2005-09-28 | 2 | -19/+33 |
| | |||||
* | test for Adrian, #108488 - note: other test are commented out | avasseur | 2005-09-28 | 2 | -3/+36 |
| | |||||
* | pr110788: fix - better analysis of type hierarchy | aclement | 2005-09-28 | 1 | -33/+46 |
| | |||||
* | organized imports | aclement | 2005-09-28 | 1 | -2/+0 |
| | |||||
* | pr110788: testcases | aclement | 2005-09-28 | 6 | -7/+69 |
| | |||||
* | organized imports | aclement | 2005-09-28 | 3 | -9/+12 |
| | |||||
* | Bit of shuffling to keep the build machine happy. Basically the ↵ | aclement | 2005-09-28 | 3 | -6/+563 |
| | | | | PointcutExpressionTest is now in *two* places. Its in weaver and when run it will not use a 1.5 delegate, and its in weaver5 where it *will* use a 1.5 delegate. I changed the logic in the ReflectionDelegateFactory to allow for being unable to find the 1.5 delegate class, although this should only arise on the build machine or running weaver tests standalone. | ||||
* | organized imports | aclement | 2005-09-28 | 1 | -5/+0 |
| | |||||
* | restoring original behaviour in LocalVariableGen - not happy with my change ↵ | acolyer | 2005-09-28 | 3 | -8/+2 |
| | | | | from last night.... | ||||
* | fix for pr101407 - weaver produces wrong local variable table bytecode. | acolyer | 2005-09-27 | 5 | -105/+136 |
| | |||||
* | tests for pr102933, array clone in -1.4, -1.5 vs -1.3 | acolyer | 2005-09-27 | 3 | -0/+30 |
| | |||||
* | improve abort handling for AJDT | acolyer | 2005-09-27 | 2 | -7/+12 |
| | |||||
* | tests and fix for pr88900, unneccessary warning | acolyer | 2005-09-27 | 5 | -1/+169 |
| | |||||
* | give context in can't find type messages | acolyer | 2005-09-27 | 1 | -9/+14 |
| | |||||
* | pr110307: test cases. | aclement | 2005-09-27 | 2 | -0/+90 |
| | |||||
* | trick the build machine into compiling our code ! | aclement | 2005-09-27 | 2 | -0/+1 |
| | |||||
* | a few more tweaks to fix for pr108123 and pr106500 - better diagnostics and ↵ | acolyer | 2005-09-26 | 6 | -16/+34 |
| | | | | exceptions, plus support for -Xdev:Pinpoint | ||||
* | include weaver5 | aclement | 2005-09-26 | 1 | -1/+1 |
| | |||||
* | imports organized. | aclement | 2005-09-26 | 2 | -10/+8 |
| | |||||
* | doh! | aclement | 2005-09-26 | 1 | -0/+6 |
| | |||||
* | updated for weaver5 | aclement | 2005-09-26 | 2 | -92/+25 |
| | |||||
* | weaver5 added | aclement | 2005-09-26 | 2 | -1/+5 |
| | |||||
* | depending on weaver5 will keep the packaging happy... | aclement | 2005-09-26 | 1 | -40/+11 |
| | |||||
* | java5 related folders have gone. | aclement | 2005-09-26 | 1 | -2/+0 |
| | |||||
* | no longer required with new weaver5 project. | aclement | 2005-09-26 | 1 | -12/+0 |
| | |||||
* | moved to weaver5 | aclement | 2005-09-26 | 3 | -744/+0 |
| | |||||
* | weaver5 split out so weaver can continue to be built with Java1.3 | aclement | 2005-09-26 | 9 | -0/+833 |
| | |||||
* | fix for pr108123 and pr106500 - better diagnostics and exceptions, plus ↵ | acolyer | 2005-09-26 | 28 | -23/+726 |
| | | | | support for -Xdev:Pinpoint | ||||
* | 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 |
| |