aboutsummaryrefslogtreecommitdiffstats
path: root/org.aspectj.matcher/src
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-3110-117/+162
|\
| * Updates to better cope with future JDKsAndy Clement2017-11-091-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The version handling in LangUtil has been overhauled to cope better with post 1.8 releases (JDK9 and JDK10 or 18.3 or whatever they call it). As part of this moved to treating JDK9 as '9' rather than '1.9'. Also removed duplicate version processing logic and had that defer to the one place in LangUtil where we now deal with it. Includes some generics tidyup in ajdoc. More ajdoc work is necessary for Java10 because it removes the standard doclet (old style). However trying to invoke the internal Javadoc handler in Java10 is failing due to module visibility rules.
| * fix typoAndy Clement2017-10-231-1/+1
| |
| * Fix 525972 - java.lang.ArrayIndexOutOfBoundsException: 2 (at ↵Andy Clement2017-10-231-2/+28
| | | | | | | | org.aspectj.weaver.ResolvedType.getMemberParameterizationMap(ResolvedType.java:970))
| * Fix 526381 - Log-Message for nonReweavableTypeEncountered does not include ↵Andy Clement2017-10-231-1/+1
| | | | | | | | class name
| * Temporarily removing world reuse - needs a bit more thoughtAndy Clement2017-10-201-0/+9
| |
| * Fixes Bug 525293 - Spring AOP could be fasterAndy Clement2017-09-284-110/+104
| | | | | | | | | | | | | | Multiple changes here: - annotation unpacking is smarter and if it only needs runtime retention annotations it uses reflection and doesn't unpack the bytes to discover class level retention annotations. - Reflection worlds are shared if for the same classloader.
| * Added commentary on a strange bit of codeAndy Clement2017-09-271-2/+8
| | | | | | | | I don't want to change that code until I see more evidence of it misbehaving but I'm having trouble working out why it is there!
| * 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
|/ | | | Compile error: ClassCastException thrown: org.aspectj.weaver.MissingResolvedTypeWithKnownSignature cannot be cast to ReferenceType
* 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
|
* 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 ↵Andy Clement2016-02-182-2/+11
| | | | directory structure
* Fix 486612: Can lose a super type bound when weaving a type using generics ↵Andy Clement2016-01-271-6/+8
| | | | in its declaration
* 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
| | | | | | | | | New Xset option generateNewLocalVariableTables defaults to true but can be set to false. In some situations incoming bytecode for weaving doesn't want them adding (e.g. android situations where the bytecode is a bit funky). Issue: https://bugs.eclipse.org/bugs/show_bug.cgi?id=470658
* allow reflection world to resolve generated types (e.g. lambdas)Andy Clement2015-06-085-9/+86
| | | | | | | 1.8.6 release prep 1.8.6 pom updates Fix rogue chars in javadoc rebuilt with javadoc fixes
* 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-0610-5/+30
| | | | | | | | | | | | | | 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.
* 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
|
* Bug408721: sync blocks around collection accessAndy Clement2013-06-261-40/+50
|
* Preserve ordering of declare annotation when removing and adding annotationsAndy Clement2013-06-132-8/+15
| | | | Issue: 407739
* Use class file attributes to find containing classAndy Clement2013-05-313-25/+17
| | | https://bugs.eclipse.org/bugs/show_bug.cgi?id=407494
* 405016: class literals in annotation matchingAndy Clement2013-04-251-1/+12
|
* Fix for 404848Andy Clement2013-04-031-0/+4
|
* fixed 404848Andy Clement2013-04-032-3/+22
|
* genericsAndy Clement2013-04-011-2/+2
|
* Fix for 404594Andy Clement2013-04-011-1/+3
|
* Fix for 404601Andy Clement2013-04-011-0/+11
| | | Added 1.7.3 test suite
* pr318878: synchronized perObjectBindAndy Clement2013-02-251-1/+1
|
* 391384: fixAndy Clement2013-02-053-2/+5
|
* 394535: fixAndy Clement2013-02-051-2/+2
|
* 399590Andy Clement2013-02-041-0/+22
|
* 390269: fix for gc'd raw type refsAndy Clement2013-01-252-13/+17
|
* 325731Andy Clement2012-11-271-5/+7
|
* 395221Andy Clement2012-11-271-0/+2
|