| Commit message (Expand) | Author | Age | Files | Lines |
* | Let the bug floodgates open, reweavable is now default (pr91417) | aclement | 2005-10-05 | 9 | -48/+41 |
* | test and fix for pr111481: varargs ITD ctors. Patch from Helen Hawkins. | aclement | 2005-10-05 | 1 | -1/+3 |
* | itd support in the MAP | acolyer | 2005-10-04 | 3 | -0/+31 |
* | test and fix for pr110906: vararg ITDs | aclement | 2005-10-04 | 6 | -4/+9 |
* | Fix and tests for pr77269: incorrect structure model for inner types. (Patch ... | aclement | 2005-10-04 | 1 | -1/+15 |
* | completes all of the MAP bar ITDs | acolyer | 2005-10-03 | 3 | -8/+98 |
* | pr83717: allows ITD incremental compilation with reweavable. Also commented ... | aclement | 2005-10-03 | 1 | -24/+57 |
* | avoid unpleasant NPE (see pr110307) | aclement | 2005-09-30 | 1 | -2/+2 |
* | give compilation context on compiler crashes during test case runs | acolyer | 2005-09-29 | 1 | -0/+28 |
* | #108488 @AspectJ perthis(..) was broken for some pointcut issue | avasseur | 2005-09-29 | 1 | -10/+2 |
* | #107953 @AfterThrowing/Returning checks when extra formal is not bound | avasseur | 2005-09-28 | 1 | -14/+28 |
* | organized imports | aclement | 2005-09-28 | 1 | -2/+0 |
* | organized imports | aclement | 2005-09-28 | 1 | -5/+0 |
* | improve abort handling for AJDT | acolyer | 2005-09-27 | 1 | -0/+1 |
* | a few more tweaks to fix for pr108123 and pr106500 - better diagnostics and e... | acolyer | 2005-09-26 | 3 | -5/+18 |
* | weaver5 added | aclement | 2005-09-26 | 2 | -1/+5 |
* | fix for pr108123 and pr106500 - better diagnostics and exceptions, plus suppo... | acolyer | 2005-09-26 | 13 | -14/+202 |
* | 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 |
* | tests and fix for pr77076 - MUCH better toleration of missing types when weav... | acolyer | 2005-09-24 | 4 | -3/+12 |
* | 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 - factories for ensuring when the classes in JDT core initialize,... | aclement | 2005-09-23 | 3 | -0/+95 |
* | tests and fix for 109283. | acolyer | 2005-09-22 | 2 | -8/+2 |
* | tests and implementation for 108120 - runtime pointcut parsing and matching. | acolyer | 2005-09-21 | 3 | -4/+47 |
* | was missing two jars - I've added them. | aclement | 2005-09-13 | 1 | -0/+28 |
* | rebuilt due to attribute modifications. | aclement | 2005-09-13 | 3 | -0/+0 |
* | tests and fix for pr105181, implicit cast of itd field type on return from ge... | acolyer | 2005-09-12 | 1 | -0/+5 |
* | tests and fix for pr108903 - MUST process from super aspect to sub aspect whe... | acolyer | 2005-09-12 | 2 | -9/+34 |
* | tests and fix for pr108826, not correctly converting from T[] to ResolvedType. | acolyer | 2005-09-09 | 1 | -0/+7 |
* | tests and fix for pr108886, result of having no source location for resolved ... | acolyer | 2005-09-08 | 3 | -7/+17 |
* | tests and fix for pr109042, unusedArgument warning on aj synthetic args | acolyer | 2005-09-08 | 1 | -0/+8 |
* | tests and fix for pr108902 and pr108903 | acolyer | 2005-09-08 | 1 | -1/+10 |
* | fix for pr87530, final modifier on interface itdm | acolyer | 2005-09-05 | 6 | -18/+100 |
* | test and fix for pr101606, unused privated method warnings incorrectly genera... | acolyer | 2005-09-02 | 1 | -0/+5 |
* | tests and fix for pr1202212 - poor job of testing modifiers on ITD methods | acolyer | 2005-09-02 | 1 | -0/+66 |
* | Patch files to reapply changes developed in exploring pr107313 should we ever... | acolyer | 2005-09-02 | 1 | -0/+242 |
* | test and fix for pr74048, unused private warnings for aspect types. | acolyer | 2005-09-01 | 1 | -0/+8 |
* | tests and fix for pr107858, inline field access in argument to proceed with t... | acolyer | 2005-08-31 | 1 | -1/+1 |
* | tests for pr108454, 'Waving' crash on a 1.5 java generics? | acolyer | 2005-08-31 | 1 | -3/+12 |
* | fix for pr107953, @AfterThrowing with no formal | acolyer | 2005-08-30 | 1 | -0/+38 |
* | no longer call genericTypeSignature on a LocalTypeBinding as it has unintende... | acolyer | 2005-08-26 | 1 | -2/+4 |
* | hopefully this really is the very very last we'll see of can't find type $Loc... | acolyer | 2005-08-25 | 1 | -2/+4 |
* | fix for pr82752: ProgramElement.getSourceSignature returns "public" for "pri... | acolyer | 2005-08-24 | 2 | -3/+25 |
* | with the fix to ensure the methodverifier in the compiler retrieves any inher... | aclement | 2005-08-24 | 1 | -4/+20 |
* | last piece of the $Local$ fix | acolyer | 2005-08-24 | 1 | -1/+15 |
* | organized imports. | aclement | 2005-08-23 | 2 | -2/+0 |