| Commit message (Expand) | Author | Age | Files | Lines |
* | Improved fix for #285 | KimmingLau | 2024-03-04 | 1 | -3/+4 |
* | Add implementation note and JDK-8325536 link to Aj.preProcess | Alexander Kriegisch | 2024-02-09 | 1 | -0/+5 |
* | Store only weaved class names in the generatedClasses map | Uri Simchoni | 2024-02-08 | 1 | -15/+2 |
* | Add javadoc links to ClassFileTransformer::transform | Alexander Kriegisch | 2024-02-07 | 1 | -0/+2 |
* | Weaver returns null instead of original bytes for unwoven classes | Alexander Kriegisch | 2024-02-07 | 5 | -17/+30 |
* | Workaround for defining classes during LTW | Alexander Kriegisch | 2024-01-29 | 1 | -145/+228 |
* | Globally fix spelling error "dependancy/dependancies" | Alexander Kriegisch | 2024-01-06 | 1 | -1/+1 |
* | Globally replace HTTP links to eclipse.org by HTTPS | Alexander Kriegisch | 2024-01-06 | 1 | -1/+1 |
* | Do not use String literal as synchronized lock | Andrey Turbanov | 2022-04-15 | 1 | -1/+1 |
* | Reduce 'Object' class usage | Andrey Turbanov | 2022-04-15 | 1 | -5/+6 |
* | 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 |
* | Upgrade license from CPLv1/EPLv1 to EPLv2 | Alexander Kriegisch | 2021-06-04 | 23 | -133/+133 |
* | Remove JRockit LTW support, particularly JRockitAgent | Alexander Kriegisch | 2021-04-10 | 5 | -367/+0 |
* | Move lib/ext/jrockit to just lib/jrockit | Alexander Kriegisch | 2021-04-10 | 1 | -1/+1 |
* | 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 |
* | 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 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 |
* | polish | Andy Clement | 2019-11-29 | 8 | -18/+16 |
* | fix comment | Andy Clement | 2019-11-28 | 1 | -24/+23 |
* | fixes for tests on windows | Andy Clement | 2019-03-04 | 1 | -2/+3 |
* | tidyup | Andy Clement | 2019-02-08 | 2 | -1/+6 |
* | Add module tests back in - but streamlined | Andy Clement | 2019-01-31 | 2 | -37/+46 |
* | Merged loadtime5 into loadtime | Andy Clement | 2019-01-28 | 4 | -0/+182 |
* | mavenizing loadtime - wip | Andy Clement | 2019-01-28 | 6 | -62/+23 |
* | mavenizing loadtime - wip | Andy Clement | 2019-01-25 | 26 | -0/+2175 |
* | On JDK11 call the defineClass variant with a ProtectionDomain param | Andy Clement | 2019-01-11 | 1 | -4/+4 |
* | polishV1_9_2 | Andy Clement | 2018-10-23 | 1 | -4/+0 |
* | polish | Andy Clement | 2018-10-23 | 1 | -2/+0 |
* | Exclude delegation loader on JDK11 too (it has been renamed) | Andy Clement | 2018-10-23 | 1 | -10/+3 |
* | 1.9.2.RC1 changesV1_9_2_RC1 | Andy Clement | 2018-09-29 | 2 | -32/+131 |
* | 533038: Clear some generated class entries during class redefinition | Andy Clement | 2018-04-02 | 3 | -16/+43 |
* | switched from diamond operator | Andy Clement | 2017-10-20 | 1 | -1/+2 |
* | polish - generics | Andy Clement | 2017-09-27 | 1 | -1/+1 |
* | Polish use of Unsafe | Andy Clement | 2017-09-27 | 1 | -80/+63 |