aboutsummaryrefslogtreecommitdiffstats
path: root/org.aspectj.matcher
Commit message (Expand)AuthorAgeFilesLines
* Add module tests back in - but streamlinedAndy Clement2019-02-011-0/+56
* tweak matcher for weaver module requirementsAndy Clement2019-01-254-1/+20
* mavenized org.aspectj.matcher - finishedAndy Clement2019-01-236-94/+4
* mavenized org.aspectj.matcher module - wipAndy Clement2019-01-23302-45/+47
* 543657: overweaving declare parents fixAndy Clement2019-01-211-1/+1
* 389678: Better support for overweavingAndy Clement2019-01-213-9/+36
* Dig deeper to find WildTypePattern in DeclareParentsAndy Clement2019-01-172-35/+86
* Diagnostics for https://bugs.eclipse.org/bugs/show_bug.cgi?id=543023Andy Clement2019-01-111-1/+6
* better infrastructure for checking pointcuts terminate correctly - inactive r...Andy Clement2019-01-094-2/+22
* Fix 541325 - Support is(AbstractType)Andy Clement2018-11-192-0/+5
* 537825: Remove FINAL for cflow related class elements for Java 9+Andy Clement2018-08-243-12/+6
* Fix some generics warnings, add overridesAndy Clement2018-05-2912-16/+69
* Initial cut at bug 535086 - pertypewithin and non vis typesAndy Clement2018-05-255-10/+83
* Bug#531694: generate more optional thisJoinPoint construction codeAndy Clement2018-03-093-8/+56
* Fix for Bug 531819 - Negative parameter annotation matching not behavingAndy Clement2018-02-281-1/+8
* JDT Upgrade for 1.9.0.rc3Andy Clement2018-02-051-0/+5
* mergedAndy Clement2018-01-3111-117/+163
|\
| * Updates to better cope with future JDKsAndy Clement2017-11-091-0/+3
| * fix typoAndy Clement2017-10-231-1/+1
| * Fix 525972 - java.lang.ArrayIndexOutOfBoundsException: 2 (at org.aspectj.weav...Andy Clement2017-10-231-2/+28
| * Fix 526381 - Log-Message for nonReweavableTypeEncountered does not include cl...Andy Clement2017-10-231-1/+1
| * Temporarily removing world reuse - needs a bit more thoughtAndy Clement2017-10-201-0/+9
| * Added automatic module nameAndy Clement2017-10-201-0/+1
| * Fixes Bug 525293 - Spring AOP could be fasterAndy Clement2017-09-284-110/+104
| * Added commentary on a strange bit of codeAndy Clement2017-09-271-2/+8
| * per singleton field no longer final to satisfy 1.9 verificationAndy Clement2017-09-271-1/+1
| * Various changes to get tests passing on 1.8 and 1.9Andy Clement2017-09-241-1/+8
* | Fixes Bug 526594Andy Clement2017-10-301-0/+3
|/
* 509327: Minor fixes to improve the situation, wipAndy Clement2016-12-161-2/+1
* Fix 500035: handling target only binding in @AJ pointcutAndy Clement2016-11-181-2/+2
* Upgraded to new JDT compiler - neon.1 and a bitAndy Clement2016-11-071-8/+5
* Fixing generics warningsAndy Clement2016-10-283-33/+10
* Code polishing and extra diagnostics around types and parameterized typesAndy Clement2016-05-122-7/+7
* Fix 488216: Load-time weaver loses class changes of preceding -javaagentAndy Clement2016-03-083-83/+92
* additional diagnostic infoAndy Clement2016-02-251-1/+1
* Fix 433351: Declare parents fails on interfaces on the inpath depending on di...Andy Clement2016-02-182-2/+11
* Fix 486612: Can lose a super type bound when weaving a type using generics in...Andy Clement2016-01-271-6/+8
* 482945: obfuscated class file finding outer classAndy Clement2015-12-071-3/+7
* Add option not to generate local variable tables in some scenariosAndy Clement2015-08-101-0/+13
* allow reflection world to resolve generated types (e.g. lambdas)Andy Clement2015-06-085-9/+86
* 456003: == to equalsAndy Clement2015-01-071-8/+8
* 456457: unresolvable member fix. Testcode for 456801,455608Andy Clement2015-01-071-2/+2
* Fix 449739: support is(FinalType)Andy Clement2014-11-052-0/+7
* Support for @RequiredTypes and abstract aspectsAndy Clement2014-10-211-11/+39
* Use genericsAndy Clement2014-10-0827-155/+88
* Fix 436653: conditional aspect activation plus various polishAndy Clement2014-10-0615-11/+37
* 433351: first fix. inpath weaving of decp on generic interfaceAndy Clement2014-06-191-0/+6
* ASM 5.0.1 plus polish/formattingAndy Clement2014-04-011-5/+3
* Polish 1.8.0 and optimized fastmatch for and/or pointcutV1_8_0RC2Andy Clement2014-03-206-150/+263
* merging 1.7.4 fixes into 1.8.0Andy Clement2014-03-182-0/+28