| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove BCEL files from 'lib' module | Alexander Kriegisch | 2024-03-15 | 1 | -4/+8 |
* | Improved fix for #285 | KimmingLau | 2024-03-04 | 1 | -36/+59 |
* | LangUtil: remove methods like 'is11VMOrGreater', 'is1dot5VMOrGreater' | Alexander Kriegisch | 2024-02-19 | 3 | -6/+6 |
* | Globally replace "http:" by "https:" in non-XML files | Alexander Kriegisch | 2024-02-15 | 1 | -1/+1 |
* | Simple regression test unit test for #266 | Alexander Kriegisch | 2023-12-10 | 1 | -0/+51 |
* | Merge pull request #102 from turbanoff/trim_trailing_whitespaces | Andy Clement | 2021-11-30 | 3 | -14/+14 |
|\ |
|
| * | Trim trailing whitespaces. | Andrey Turbanov | 2021-11-20 | 3 | -14/+14 |
* | | 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 | 105 | -1185/+1185 |
* | Make sure to clean up temp-dirs in 'weaver' module | Alexander Kriegisch | 2021-04-09 | 1 | -2/+5 |
* | Fix some deprecated Java and JUnit warnings by using newer API calls | Alexander Kriegisch | 2021-03-21 | 2 | -2/+2 |
* | Add Java 15 class vile version to BCEL constants, adjust test tools etc. | Alexander Kriegisch | 2021-03-16 | 1 | -7/+7 |
* | Fix 'ajdoc' tests for Java 15 build | Alexander Kriegisch | 2021-03-14 | 2 | -28/+28 |
* | Make MoveInstructionsWeaveTestCase.testFancyHello pass when run twice | Alexander Kriegisch | 2021-03-13 | 1 | -9/+14 |
* | Remove unnecessary interface modifiers | Lars Grefer | 2020-08-17 | 1 | -36/+36 |
* | polish | Andy Clement | 2020-08-16 | 3 | -38/+38 |
* | Merge branch 'master' into feature/collection-performance | Andy Clement | 2020-08-15 | 8 | -11/+0 |
|\ |
|
| * | Cleanup unused imports | Lars Grefer | 2020-08-16 | 8 | -11/+0 |
* | | Weaken Collection declarations | Lars Grefer | 2020-08-15 | 1 | -18/+18 |
* | | Redundant Collection.addAll() call | Lars Grefer | 2020-08-15 | 3 | -10/+5 |
|/ |
|
* | Remove checks for old Java Versions | Lars Grefer | 2020-08-13 | 7 | -118/+91 |
* | Merge pull request #3 from larsgrefer/feature/github-actions | Andy Clement | 2020-08-13 | 1 | -6/+8 |
|\ |
|
| * | Fix Testcase | Lars Grefer | 2020-08-13 | 1 | -6/+8 |
* | | Use the diamond operator where possible | Lars Grefer | 2020-08-13 | 12 | -35/+35 |
|/ |
|
* | 'String.indexOf()' expression is replaceable with 'contains()' | Lars Grefer | 2020-08-08 | 4 | -7/+7 |
* | 'for' loop replaceable with enhanced 'for' loop | Lars Grefer | 2020-08-08 | 11 | -83/+79 |
* | Polish | Andy Clement | 2020-04-22 | 2 | -16/+15 |
* | polish | Andy Clement | 2019-11-29 | 37 | -81/+136 |
* | Moved tests around for avoiding weaving switch infrastructure method | Andy Clement | 2019-09-11 | 1 | -11/+11 |
* | - dont't weave synthetic enum helper method for switch | Semyon Danilov | 2019-09-10 | 1 | -1/+1 |
* | Final bits of AspectJ 1.9.4 | Andy Clement | 2019-05-10 | 2 | -1/+215 |
* | Updated with Java12 support | Andy Clement | 2019-04-03 | 1 | -3/+13 |
* | fixing test failures running under eclipse | Andy Clement | 2019-02-11 | 1 | -1/+1 |
* | Fix getSpecFile() to work with URLs and adjust installer unpacker | Andy Clement | 2019-02-08 | 1 | -3/+13 |
* | Add module tests back in - but streamlined | Andy Clement | 2019-02-01 | 5 | -127/+124 |
* | mavenizing weaver - wip | Andy Clement | 2019-01-25 | 109 | -0/+12159 |