| Commit message (Expand) | Author | Age | Files | Lines |
* | Set version to 1.9.9-SNAPSHOT | Alexander Kriegisch | 2022-02-11 | 1 | -1/+1 |
* | Set version to 1.9.8V1_9_8 | Alexander Kriegisch | 2022-02-11 | 1 | -1/+1 |
* | Reduce empty array allocations | Andrey Turbanov | 2021-12-18 | 1 | -6/+7 |
* | Replace uses of StringBuffer with StringBuilder. | Andrey Turbanov | 2021-11-20 | 2 | -3/+3 |
* | Set version to 1.9.8-SNAPSHOT | Andy Clement | 2021-06-24 | 1 | -1/+1 |
* | 1.9.7 releaseV1_9_7 | Andy Clement | 2021-06-24 | 1 | -1/+1 |
* | Upgrade license from CPLv1/EPLv1 to EPLv2 | Alexander Kriegisch | 2021-06-04 | 23 | -133/+133 |
* | Use canonical snapshot version 1.9.7-SNAPSHOT | Alexander Kriegisch | 2021-05-23 | 1 | -1/+1 |
* | Replace use of ASM-renamed by original ASM | Alexander Kriegisch | 2021-05-16 | 1 | -2/+2 |
* | Remove redundant 'name' and 'packaging' tags from POMs | Alexander Kriegisch | 2021-04-15 | 1 | -2/+0 |
* | Clean up Maven dependencies using 'dependency:analyze' goal | Alexander Kriegisch | 2021-04-12 | 1 | -47/+5 |
* | Remove JRockit LTW support, particularly JRockitAgent | Alexander Kriegisch | 2021-04-10 | 6 | -375/+0 |
* | Move lib/ext/jrockit to just lib/jrockit | Alexander Kriegisch | 2021-04-10 | 2 | -2/+2 |
* | Replace Ant and Xerces system-scopes libraries by normal dependencies | Alexander Kriegisch | 2021-03-29 | 1 | -15/+12 |
* | Fix JRockitAgentTest.testJrockitRecursionProtection for JVM 9+ | Alexander Kriegisch | 2021-03-28 | 1 | -14/+1 |
* | Fix some deprecated Java and JUnit warnings by using newer API calls | Alexander Kriegisch | 2021-03-21 | 4 | -11/+8 |
* | Fix 'ajdoc' tests for Java 15 build | Alexander Kriegisch | 2021-03-14 | 1 | -3/+3 |
* | Fix misplaced or incorrect javadoc tags | Jerry James | 2020-09-14 | 1 | -1/+1 |
* | Fix misplaced or incorrectly nested HTML tags | Jerry James | 2020-09-14 | 3 | -3/+3 |
* | Fix incorrect HTML entities in javadoc comments | Jerry James | 2020-09-14 | 1 | -2/+2 |
* | Revert to 1.9.7.BUILD-SNAPSHOT | Andy Clement | 2020-08-21 | 1 | -1/+1 |
* | 1.9.7 milestone 1 published | Andy Clement | 2020-08-21 | 1 | -1/+1 |
* | debug for test failure under github action | Andy Clement | 2020-08-16 | 2 | -25/+32 |
* | debug for test failure under github action | Andy Clement | 2020-08-16 | 1 | -0/+2 |
* | debug for test failure under github action | Andy Clement | 2020-08-16 | 1 | -10/+11 |
* | Merge pull request #10 from larsgrefer/cleanup/pom | Andy Clement | 2020-08-16 | 1 | -1/+0 |
|\ |
|
| * | Remove project.parent.relative path as ../pom.xml is already the default | Lars Grefer | 2020-08-15 | 1 | -1/+0 |
* | | Merge branch 'master' into feature/collection-performance | Andy Clement | 2020-08-15 | 3 | -3/+0 |
|\ \ |
|
| * | | Cleanup unused imports | Lars Grefer | 2020-08-16 | 3 | -3/+0 |
| |/ |
|
* / | Collection.toArray() call style | Lars Grefer | 2020-08-15 | 1 | -2/+1 |
|/ |
|
* | Merge branch 'master' of github.com:eclipse/org.aspectj into remove-old-versi... | Lars Grefer | 2020-08-14 | 1 | -1/+1 |
|\ |
|
| * | Fix JRockitAgentTest for Java 9 and 10 | Lars Grefer | 2020-08-13 | 1 | -1/+1 |
* | | Remove checks for old Java Versions | Lars Grefer | 2020-08-13 | 1 | -1/+1 |
|/ |
|
* | Use the diamond operator where possible | Lars Grefer | 2020-08-13 | 4 | -34/+34 |
* | 'String.indexOf()' expression is replaceable with 'contains()' | Lars Grefer | 2020-08-08 | 3 | -6/+6 |
* | 'for' loop replaceable with enhanced 'for' loop | Lars Grefer | 2020-08-08 | 5 | -127/+117 |
* | Rev to 1.9.7.BUILD-SNAPSHOT | Andy Clement | 2020-07-22 | 1 | -1/+1 |
* | AspectJ 1.9.6 final bitsV1_9_6 | Andy Clement | 2020-07-22 | 1 | -1/+1 |
* | polish | Andy Clement | 2019-11-29 | 8 | -18/+16 |
* | Move to 1.9.6.BUILD-SNAPSHOT version | Andy Clement | 2019-11-28 | 1 | -1/+1 |
* | 1.9.5 release versions in pomsV1_9_5 | Andy Clement | 2019-11-28 | 1 | -1/+1 |
* | fix comment | Andy Clement | 2019-11-28 | 1 | -24/+23 |
* | Update to 1.9.5.BUILD-SNAPSHOT in poms | Andy Clement | 2019-06-03 | 1 | -1/+1 |
* | 1.9.4 POMS | Andy Clement | 2019-05-10 | 1 | -1/+1 |
* | pushed versions to 1.9.4.BUILD-SNAPSHOT | Andy Clement | 2019-04-17 | 1 | -1/+1 |
* | fixes for tests on windows | Andy Clement | 2019-03-04 | 1 | -2/+3 |
* | tidyup | Andy Clement | 2019-02-08 | 3 | -72/+110 |
* | Add module tests back in - but streamlined | Andy Clement | 2019-01-31 | 2 | -37/+46 |
* | Merged loadtime5 into loadtime | Andy Clement | 2019-01-28 | 5 | -0/+194 |
* | mavenizing loadtime - wip | Andy Clement | 2019-01-28 | 7 | -62/+28 |