aboutsummaryrefslogtreecommitdiffstats
path: root/org.aspectj.matcher/src
Commit message (Expand)AuthorAgeFilesLines
* Remove old '.cvsignore' filesAlexander Kriegisch2023-09-271-2/+0
* NotTypePattern: Fix matching problem for negated type patternsAlexander Kriegisch2023-08-231-1/+6
* Fix Spring issue 27761Alexander Kriegisch2023-08-211-1/+1
* Add method ArrayReferenceType.equals to fix failing testsAlexander Kriegisch2023-06-261-0/+8
* Add null checks for Shadow.getResolvedSignature()Alexander Kriegisch2023-06-131-3/+5
* Add safeguards for And/Or/Not pattern node typesAlexander Kriegisch2023-01-299-15/+30
* Add traverse methods for declare and pattern typesAlexander Kriegisch2023-01-2911-4/+86
* Add traverse methods for pointcut typesAlexander Kriegisch2023-01-2916-0/+130
* Fix PointcutRewriterTest, add LogicalPointcutStructure test helper classAlexander Kriegisch2023-01-152-169/+360
* WildTypePattern: fix hashCode and toString methodsAlexander Kriegisch2023-01-151-4/+11
* Improve array matching for all TypePattern subclassesAlexander Kriegisch2023-01-1513-19/+62
* Handle one- and multi-dimensional array return types correctlyAlexander Kriegisch2023-01-155-6/+33
* Simplify if-else in WildTypePattern.matchesExactlyByNameAlexander Kriegisch2023-01-151-5/+1
* Fix WildTypePattern.isArrayAlexander Kriegisch2023-01-151-1/+1
* Improve code and documentation for #366085 fixAlexander Kriegisch2022-12-281-39/+52
* Fix #366085 concerning declared annotations with source retentionAlexander Kriegisch2022-12-211-0/+4
* Cleanup redundant null check before instanceofAndrey Turbanov2022-04-172-2/+2
* Reduce 'Object' class usageAndrey Turbanov2022-04-152-9/+9
* Remove redundant casts after generics updateAndrey Turbanov2022-04-1216-38/+33
* Cleanup redundant type casts, due to too weak variable type declarationAndrey Turbanov2022-02-263-20/+8
* Improve annotation style if pointcut handlingAndy Clement2022-01-311-6/+32
* polish - typoAndy Clement2022-01-311-1/+1
* Merge pull request #104 from turbanoff/use_generic_instead_of_raw_typesAndy Clement2022-01-1016-36/+36
|\
| * Update org.aspectj.matcher code to use generics.Andrey Turbanov2021-11-2016-36/+36
* | Reduce empty array allocationsAndrey Turbanov2021-12-1810-21/+19
* | Merge pull request #103 from turbanoff/redundant_boxingAndy Clement2021-12-131-1/+1
|\ \
| * | Cleanup redundant boxing.Andrey Turbanov2021-11-201-1/+1
| |/
* | Replace more usages of StringBuffer with StringBuilderAndrey Turbanov2021-12-051-3/+3
* | Merge pull request #102 from turbanoff/trim_trailing_whitespacesAndy Clement2021-11-302-4/+4
|\ \
| * | Trim trailing whitespaces.Andrey Turbanov2021-11-202-4/+4
| |/
* / Replace uses of StringBuffer with StringBuilder.Andrey Turbanov2021-11-2057-102/+102
|/
* Upgrade license from CPLv1/EPLv1 to EPLv2Alexander Kriegisch2021-06-04284-2576/+2576
* Fix some deprecated Java and JUnit warnings by using newer API callsAlexander Kriegisch2021-03-216-11/+19
* Strip down compiler messages to AspectJ-specific onesAlexander Kriegisch2021-03-191-1/+1
* Fix javadoc references to nonexistent fields, classes, or packagesJerry James2020-09-145-11/+11
* Fix misplaced or incorrect javadoc tagsJerry James2020-09-1412-26/+21
* Fix misplaced or incorrectly nested HTML tagsJerry James2020-09-148-25/+24
* Fix incorrect HTML entities in javadoc commentsJerry James2020-09-1418-48/+48
* Remove unnecessary interface modifiersLars Grefer2020-08-1722-388/+388
* polishAndy Clement2020-08-161-7/+6
* Merge branch 'master' into feature/collection-performanceAndy Clement2020-08-1516-18/+0
|\
| * Cleanup unused importsLars Grefer2020-08-1616-18/+0
* | Weaken Collection declarationsLars Grefer2020-08-152-4/+4
* | Redundant Collection.addAll() callLars Grefer2020-08-152-4/+2
* | Collection.toArray() call styleLars Grefer2020-08-159-12/+12
* | Manual array copyLars Grefer2020-08-153-9/+3
* | Manual array to collection copyLars Grefer2020-08-151-6/+3
|/
* Remove checks for old Java VersionsLars Grefer2020-08-135-62/+39
* Use the diamond operator where possibleLars Grefer2020-08-1351-197/+197
* Merge branch 'master' into feature/java5Andy Clement2020-08-121-13/+33
|\