| Commit message (Expand) | Author | Age | Files | Lines |
* | Release version to 1.9.8.RC1V1_9_8_RC1 | Alexander Kriegisch | 2021-10-08 | 1 | -1/+1 |
* | 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 | 12 | -162/+162 |
* | 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 |
* | Provision libraries in 'lib' automatically | Alexander Kriegisch | 2021-05-05 | 1 | -0/+6 |
* | 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 | -10/+2 |
* | Improve 2 tests do delete temporary files | Alexander Kriegisch | 2021-04-09 | 1 | -12/+13 |
* | Replace Ant and Xerces system-scopes libraries by normal dependencies | Alexander Kriegisch | 2021-03-29 | 1 | -12/+9 |
* | Fix AjcTaskTest regarding Ajc output | Alexander Kriegisch | 2021-03-21 | 1 | -3/+3 |
* | Fix some deprecated Java and JUnit warnings by using newer API calls | Alexander Kriegisch | 2021-03-21 | 2 | -4/+4 |
* | Add Java 15 class vile version to BCEL constants, adjust test tools etc. | Alexander Kriegisch | 2021-03-16 | 1 | -3/+3 |
* | Fix javadoc references to nonexistent fields, classes, or packages | Jerry James | 2020-09-14 | 3 | -7/+6 |
* | Fix misplaced or incorrect javadoc tags | Jerry James | 2020-09-14 | 2 | -6/+3 |
* | Fix misplaced or incorrectly nested HTML tags | Jerry James | 2020-09-14 | 3 | -4/+5 |
* | Fix incorrect HTML entities in javadoc comments | Jerry James | 2020-09-14 | 1 | -1/+1 |
* | 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 |
* | Remove unnecessary interface modifiers | Lars Grefer | 2020-08-17 | 1 | -30/+30 |
* | 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 | -4/+0 |
|\ \ |
|
| * | | Cleanup unused imports | Lars Grefer | 2020-08-16 | 4 | -5/+0 |
| |/ |
|
* | | Weaken Collection declarations | Lars Grefer | 2020-08-15 | 2 | -2/+3 |
* | | Redundant Collection.addAll() call | Lars Grefer | 2020-08-15 | 2 | -4/+2 |
* | | Collection.toArray() call style | Lars Grefer | 2020-08-15 | 1 | -1/+1 |
|/ |
|
* | Use the diamond operator where possible | Lars Grefer | 2020-08-13 | 3 | -12/+12 |
* | Unnecessary unboxing | Lars Grefer | 2020-08-08 | 2 | -6/+6 |
* | 'String.indexOf()' expression is replaceable with 'contains()' | Lars Grefer | 2020-08-08 | 3 | -8/+8 |
* | 'while' loop replaceable with enhanced 'for' loop | Lars Grefer | 2020-08-08 | 1 | -9/+7 |
* | 'for' loop replaceable with enhanced 'for' loop | Lars Grefer | 2020-08-08 | 8 | -156/+154 |
* | 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 |
* | Include JDTCore for Java14 | Andy Clement | 2020-04-20 | 1 | -105/+105 |
* | 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 |
* | Java 13 support | Andy Clement | 2019-11-25 | 2 | -94/+93 |
* | 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 |
* | Updated with Java12 support | Andy Clement | 2019-04-03 | 1 | -3/+3 |
* | 1.9.3.RC1 final bitsV1_9_3RC1 | Andy Clement | 2019-03-07 | 1 | -0/+3 |
* | move aspectjTaskdefs.properties into src/main/resources | Andy Clement | 2019-02-07 | 1 | -0/+0 |
* | Add module tests back in - but streamlined | Andy Clement | 2019-02-01 | 1 | -0/+28 |
* | mavenizing taskdefs - done | Andy Clement | 2019-01-30 | 2 | -64/+0 |
* | mavenizing taskdefs - wip | Andy Clement | 2019-01-30 | 21 | -44/+60 |
* | 1.9.2.RC1 changesV1_9_2_RC1 | Andy Clement | 2018-09-29 | 1 | -3/+3 |
* | Support Java10 | Andy Clement | 2018-04-18 | 1 | -3/+3 |