Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mavenized org.aspectj.matcher module - wip | Andy Clement | 2019-01-23 | 96 | -21422/+0 |
| | |||||
* | Dig deeper to find WildTypePattern in DeclareParents | Andy Clement | 2019-01-17 | 2 | -35/+86 |
| | | | | | | | The existing check crudely only checked the top level, failing to find nested WildTypePatterns. Resolves #542682 | ||||
* | better infrastructure for checking pointcuts terminate correctly - inactive ↵ | Andy Clement | 2019-01-09 | 3 | -1/+21 |
| | | | | right now | ||||
* | Fix 541325 - Support is(AbstractType) | Andy Clement | 2018-11-19 | 2 | -0/+5 |
| | |||||
* | 537825: Remove FINAL for cflow related class elements for Java 9+ | Andy Clement | 2018-08-24 | 2 | -8/+5 |
| | |||||
* | Fix some generics warnings, add overrides | Andy Clement | 2018-05-29 | 12 | -16/+69 |
| | |||||
* | Initial cut at bug 535086 - pertypewithin and non vis types | Andy Clement | 2018-05-25 | 1 | -6/+21 |
| | | | | | | | In this version unless you specify an aspect is privileged then the pertypewithin clause will not match types not visible from the aspect (private types or default vis types in another package) Debating whether to change this to not require privileged. | ||||
* | Fix for Bug 531819 - Negative parameter annotation matching not behaving | Andy Clement | 2018-02-28 | 1 | -1/+8 |
| | |||||
* | Various changes to get tests passing on 1.8 and 1.9 | Andy Clement | 2017-09-24 | 1 | -1/+8 |
| | |||||
* | 509327: Minor fixes to improve the situation, wip | Andy Clement | 2016-12-16 | 1 | -2/+1 |
| | |||||
* | Fix 500035: handling target only binding in @AJ pointcut | Andy Clement | 2016-11-18 | 1 | -2/+2 |
| | |||||
* | 456003: == to equals | Andy Clement | 2015-01-07 | 1 | -8/+8 |
| | |||||
* | Fix 449739: support is(FinalType) | Andy Clement | 2014-11-05 | 2 | -0/+7 |
| | |||||
* | Use generics | Andy Clement | 2014-10-08 | 27 | -155/+88 |
| | |||||
* | Fix 436653: conditional aspect activation plus various polish | Andy Clement | 2014-10-06 | 2 | -3/+3 |
| | | | | | | | | | | | | | | Modified test expectation system so it is possible to say the test cares about one particular message and the rest do not matter (prefix message string with '*') - crude but quick. Polished many places to exploit generics Upgraded all the tests to work on Java8 - some serious changes regarding ajdoc on Java8. Hopefully it has stayed backwards compatible with earlier JDK versions (e.g. if using AspectJ 1.8.3+ with a JDK less than 8) but no explicit testing done for this. | ||||
* | Polish 1.8.0 and optimized fastmatch for and/or pointcutV1_8_0RC2 | Andy Clement | 2014-03-20 | 4 | -11/+24 |
| | |||||
* | Use class file attributes to find containing class | Andy Clement | 2013-05-31 | 1 | -1/+1 |
| | | | https://bugs.eclipse.org/bugs/show_bug.cgi?id=407494 | ||||
* | 405016: class literals in annotation matching | Andy Clement | 2013-04-25 | 1 | -1/+12 |
| | |||||
* | 391384: fix | Andy Clement | 2013-02-05 | 1 | -2/+2 |
| | |||||
* | 395221 | Andy Clement | 2012-11-27 | 1 | -0/+2 |
| | |||||
* | 389752: annotation value matching fixes - multiple anno values correctly ↵ | Andy Clement | 2012-09-19 | 1 | -17/+23 |
| | | | | resolved now and enum values compared correctly | ||||
* | 375881 | Andy Clement | 2012-04-02 | 1 | -1/+1 |
| | |||||
* | 374964 | Andy Clement | 2012-03-23 | 1 | -9/+15 |
| | |||||
* | generics | Andy Clement | 2012-03-02 | 1 | -6/+6 |
| | |||||
* | generics | Andy Clement | 2012-03-02 | 3 | -9/+9 |
| | |||||
* | 363979 | aclement | 2011-11-17 | 1 | -2/+19 |
| | |||||
* | 354470 | aclement | 2011-09-14 | 3 | -5/+81 |
| | |||||
* | 357012, 357013, 357019 | aclement | 2011-09-08 | 1 | -0/+3 |
| | |||||
* | 357012/357013 | aclement | 2011-09-07 | 3 | -34/+86 |
| | |||||
* | 239649 and primitives no longer all resolved by default | aclement | 2011-08-12 | 5 | -34/+54 |
| | |||||
* | 352363 | aclement | 2011-07-18 | 1 | -5/+1 |
| | |||||
* | serializing formal name | aclement | 2011-05-31 | 2 | -8/+34 |
| | |||||
* | serializing formal name | aclement | 2011-05-31 | 1 | -9/+24 |
| | |||||
* | pass formal name through | aclement | 2011-05-31 | 1 | -5/+7 |
| | |||||
* | 327867 | aclement | 2011-05-02 | 1 | -0/+1 |
| | |||||
* | refactor | aclement | 2011-04-27 | 1 | -1/+2 |
| | |||||
* | 329925: declare @field remove annotation | aclement | 2010-11-24 | 2 | -2/+26 |
| | |||||
* | https://bugs.eclipse.org/bugs/show_bug.cgi?id=329268 from Nieraj | aclement | 2010-11-22 | 8 | -391/+503 |
| | |||||
* | 328840 | aclement | 2010-10-27 | 1 | -10/+25 |
| | |||||
* | 320468 | aclement | 2010-08-26 | 1 | -12/+13 |
| | |||||
* | improvements to the positions for a type pattern - more to do here no doubt | aclement | 2010-08-20 | 1 | -0/+9 |
| | |||||
* | source locations for declare annos (not persisted) and fqname of handles for ↵ | aclement | 2010-08-18 | 1 | -1/+18 |
| | | | | itds | ||||
* | remove rogue println | aclement | 2010-08-05 | 1 | -1/+0 |
| | |||||
* | 320358: type signature changes | aclement | 2010-07-30 | 1 | -1/+1 |
| | |||||
* | generics | aclement | 2010-07-15 | 4 | -227/+10 |
| | |||||
* | 319190: AND precedence over OR | aclement | 2010-07-07 | 3 | -21/+32 |
| | |||||
* | length checkV1_6_9RC2 | aclement | 2010-06-29 | 1 | -4/+1 |
| | |||||
* | 317743: import handling and type lookup issues | aclement | 2010-06-29 | 3 | -36/+79 |
| | |||||
* | 287613/315820: declare annotation compound patterns and infrastructure for ↵ | aclement | 2010-06-18 | 9 | -143/+682 |
| | | | | declare annotation with multiple annotations | ||||
* | generics | aclement | 2010-06-16 | 1 | -13/+8 |
| |