| Commit message (Expand) | Author | Age | Files | Lines |
* | disambiguating bindings | acolyer | 2004-12-16 | 10 | -1/+151 |
* | it is now safe to short-circuit in and/or pc matching (all side-effects removed) | acolyer | 2004-12-16 | 2 | -2/+6 |
* | payback time for all the "kinding" work - only ever generate and match | acolyer | 2004-12-16 | 40 | -334/+278 |
* | just tidying up a few unused imports | acolyer | 2004-12-15 | 7 | -12/+0 |
* | partial fix for bug 61568. | acolyer | 2004-12-15 | 45 | -139/+1781 |
* | Support for 'offset' in source locations - enabling AJDT improvements. Not p... | aclement | 2004-12-10 | 3 | -11/+23 |
* | Autoboxing and decp restrictions | aclement | 2004-12-10 | 7 | -15/+196 |
* | annotation/enum xlints | aclement | 2004-12-10 | 1 | -2/+3 |
* | All the new enum/annotation messages | aclement | 2004-12-10 | 2 | -1/+13 |
* | @within, @withincode fixes | acolyer | 2004-12-10 | 3 | -8/+16 |
* | final(?) @args fixes | acolyer | 2004-12-10 | 2 | -4/+6 |
* | more testing, @args support | acolyer | 2004-12-09 | 15 | -44/+239 |
* | updated binary form | acolyer | 2004-12-09 | 14 | -0/+0 |
* | completed @this and @target | acolyer | 2004-12-09 | 2 | -2/+11 |
* | get test instructions ahead of jump test | acolyer | 2004-12-09 | 1 | -5/+6 |
* | who put that there??? | acolyer | 2004-12-09 | 1 | -51/+0 |
* | more @this @target fixes and tests | acolyer | 2004-12-09 | 15 | -21/+317 |
* | Complete varargs support. | aclement | 2004-12-09 | 3 | -2/+15 |
* | fail gracefully when trying to bind in an @pcd | acolyer | 2004-12-09 | 3 | -6/+22 |
* | @within, @withincode impl (non-binding) | acolyer | 2004-12-08 | 5 | -41/+181 |
* | lots of pointcut parsing test cases for @xxx pcds | acolyer | 2004-12-08 | 9 | -9/+209 |
* | update to new @pat syntax | acolyer | 2004-12-08 | 1 | -2/+2 |
* | Annotation matching. | aclement | 2004-12-08 | 10 | -20/+19 |
* | Annotation matching. | aclement | 2004-12-08 | 9 | -22/+141 |
* | @annotation parsing and matching | acolyer | 2004-12-08 | 3 | -95/+71 |
* | updated binary form | acolyer | 2004-12-08 | 14 | -0/+0 |
* | updated test cases to reflect new parsing | acolyer | 2004-12-08 | 13 | -196/+226 |
* | Annotation matching. | aclement | 2004-12-08 | 6 | -0/+21 |
* | updates to annotation parsing... | acolyer | 2004-12-08 | 9 | -57/+213 |
* | updates to annotation parsing... | acolyer | 2004-12-08 | 1 | -1/+0 |
* | Annotation matching. | aclement | 2004-12-08 | 17 | -21/+351 |
* | more parser test cases and updates | acolyer | 2004-12-07 | 3 | -30/+118 |
* | Rebuilt due to type munger attribute change | aclement | 2004-12-07 | 14 | -0/+0 |
* | Finally ... type mungers now remember where they came from in their attribute... | aclement | 2004-12-07 | 1 | -5/+15 |
* | Annotation Matching - test code | aclement | 2004-12-07 | 4 | -0/+28 |
* | annotation pattern and type pattern parsing and test cases | acolyer | 2004-12-06 | 15 | -162/+495 |
* | work in progress.... annotation pointcuts, parsing, and patterns | acolyer | 2004-12-06 | 2 | -10/+18 |
* | work in progress.... annotation pointcuts, parsing, and patterns | acolyer | 2004-12-06 | 46 | -58/+1800 |
* | 72766 - varargs policing in signature matching | aclement | 2004-12-03 | 3 | -1/+42 |
* | 72766 - avoided another problem to do with asking unresolvable members for th... | aclement | 2004-12-03 | 1 | -5/+19 |
* | 72766 - avoid the potential NPE ! | aclement | 2004-12-03 | 1 | -5/+5 |
* | 72766 - varargs policing in signature matching | aclement | 2004-12-03 | 2 | -2/+6 |
* | integrate new tools tests into suite | acolyer | 2004-12-03 | 2 | -0/+28 |
* | APIs allowing 3rd parties to integrate with AspectJ's pointcut parsing and ma... | acolyer | 2004-12-03 | 21 | -20/+908 |
* | support for 3rd party integration with pointcut parsing /matching | acolyer | 2004-12-02 | 4 | -0/+179 |
* | updated description of tools package to reflect wider scope | acolyer | 2004-12-02 | 1 | -3/+2 |
* | APIs allowing 3rd parties to integrate with AspectJ's pointcut parsing and ma... | acolyer | 2004-12-02 | 19 | -19/+823 |
* | 72766 - more helpers for identifying enums/annotations | aclement | 2004-12-02 | 2 | -0/+38 |
* | 72766 - when *binary weaving* output messages to stop ITDs on enums/annotations | aclement | 2004-12-02 | 1 | -1/+36 |
* | 72766 - helper methods for identifying enums/annotations that call the BCEL s... | aclement | 2004-12-02 | 1 | -0/+8 |