Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixes for 78021, 79554 - both to do with us breaking the exception table for ↵ | aclement | 2005-01-11 | 6 | -37/+54 | |
| | | | | a method on weaving *if* finally blocks are involved. | |||||
* | Fix for Bug 82134: AspectJ 5 M2 should implement backwards compatibility for ↵ | aclement | 2005-01-07 | 68 | -151/+256 | |
| | | | | binary aspect form | |||||
* | rebuilt with 2.0 weaver version attribute (aj1.2.1 had version 1.0) | aclement | 2005-01-07 | 14 | -0/+0 | |
| | ||||||
* | BWD: One extra check. | aclement | 2005-01-05 | 1 | -1/+2 | |
| | ||||||
* | BWD: Improved source loc stuff and helper methods | aclement | 2005-01-05 | 1 | -0/+20 | |
| | ||||||
* | Changed order processing for weaving to match the recent changes in source ↵ | aclement | 2005-01-05 | 1 | -17/+68 | |
| | | | | order processing. Before weaving decp on type A, we look at supertypes and superinterfaces of A. | |||||
* | BWD: Main part of the implementation, checks all the rules before allowing ↵ | aclement | 2005-01-05 | 1 | -11/+292 | |
| | | | | the DECP to proceed. | |||||
* | BWD: improved source loc creation | aclement | 2005-01-05 | 1 | -0/+15 | |
| | ||||||
* | test cases and fix for Bugzilla Bug 81863 | acolyer | 2005-01-05 | 7 | -11/+33 | |
| | | | | Annotation matching using within() PCD doesn't appear to be working. | |||||
* | Binary Weaving Decp: helper methods and bug fix for unnecessary suid warning. | aclement | 2005-01-05 | 1 | -1/+10 | |
| | ||||||
* | Binary Weaving Decp: another helper method.. | aclement | 2005-01-05 | 1 | -0/+51 | |
| | ||||||
* | switch from string comparison to a more robust RPN format for testing ↵ | acolyer | 2005-01-05 | 1 | -8/+88 | |
| | | | | pointcut expression equality | |||||
* | Very very first simple helper bits of binary weaving decp | aclement | 2005-01-04 | 2 | -0/+22 | |
| | ||||||
* | Fix for Bug 82062: WeaveMessage should provide more information | aclement | 2005-01-04 | 4 | -8/+17 | |
| | | | | (Bug and fix from Martin Lippert) | |||||
* | organized imports. | aclement | 2005-01-04 | 2 | -2/+0 | |
| | ||||||
* | Hopefully fixes disappearance of decsofts in AJDT. The addition of the ↵ | aclement | 2004-12-20 | 2 | -4/+4 | |
| | | | | offset to the source location caused problems because a declare soft was being assigned 2 diff offsets in different parts of the weaver. First source location was the offset of the 'declare', second location was the offset for the declares pointcut expression. Now resolved so offset is always position of the 'declare'. | |||||
* | Fix for Bug 80916: In some cases the structure model doesn't contain the ↵ | aclement | 2004-12-20 | 1 | -0/+3 | |
| | | | | "matches declare" relationship | |||||
* | 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 | |
| | | | | against shadows that we know might be matched. | |||||
* | 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 | |
| | | | | | | | | | | | | | | | | | These changes are both (a) a performance optimization, and (b) an improvement on the binding across || rules that we implemented in 1.2.1. Instead of saying the the first binding in a left-to-right traversal of the pointcuts DNF is the one that you get (too much to ask users to do DNF rewriting in their heads), this version implements the rule that every || branch in the DNF must bind all formals, and if two || branches can have any join points in common (can match join points of the same kind), then both must bind all formals identically. So it allows things like execution(* *(..)) && args(x) || call(* *(..)) && this(x) which previously we used to forbid. But primarily it turned out to be a performance optimization. | |||||
* | Support for 'offset' in source locations - enabling AJDT improvements. Not ↵ | aclement | 2004-12-10 | 3 | -11/+23 | |
| | | | | perfect - really the whole ISourceLocation thing needs sorting out ... | |||||
* | 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 | |
| |