aboutsummaryrefslogtreecommitdiffstats
path: root/org.aspectj.matcher/src
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Add a debug flag to workaround issue until we can sort it (565713)Andy Clement2020-08-101-15/+35
* | Unnecessary unboxingLars Grefer2020-08-085-13/+13
* | Unnecessary boxingLars Grefer2020-08-086-17/+18
* | 'String.indexOf()' expression is replaceable with 'contains()'Lars Grefer2020-08-0810-14/+14
* | 'while' loop replaceable with enhanced 'for' loopLars Grefer2020-08-081-3/+2
* | 'for' loop replaceable with enhanced 'for' loopLars Grefer2020-08-0854-430/+382
|/
* PolishAndy Clement2020-07-223-59/+73
* Fix 550705: tricky intermittent verify errorAndy Clement2020-04-291-11/+24
* polishAndy Clement2019-11-281-31/+28
* Debug for 551732Andy Clement2019-11-281-9/+14
* Fix 550494Andy Clement2019-11-271-8/+11
* Fix Bug 550290 - Lack of TypeSafeEnum#hashCode may lead to non-deterministic ...Andy Clement2019-09-092-27/+43
* polish for 1.9.3V1_9_3Andy Clement2019-04-041-4/+5
* 333274: more tests and fixes: nested @Around advice with proceedAndy Clement2019-02-193-1/+28
* Adding ProceedingJoinPoint built in typeAndy Clement2019-02-191-1/+1
* Fix version tagging for info stringsAndy Clement2019-02-111-1/+1