Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix up tests and reduce verbosity on J11 | Andy Clement | 2020-08-14 | 2 | -2/+2 |
| | |||||
* | Trying to reduce test verbosity | Andy Clement | 2020-08-13 | 3 | -102/+115 |
| | |||||
* | Use the diamond operator where possible | Lars Grefer | 2020-08-13 | 34 | -159/+159 |
| | | | | Signed-off-by: Lars Grefer <eclipse@larsgrefer.de> | ||||
* | Unnecessary unboxing | Lars Grefer | 2020-08-08 | 3 | -4/+4 |
| | | | | | | Reports "unboxing", e.g. explicit unwrapping of wrapped primitive values. Unboxing is unnecessary under Java 5 and newer, and can be safely removed. Signed-off-by: Lars Grefer <eclipse@larsgrefer.de> | ||||
* | Unnecessary boxing | Lars Grefer | 2020-08-08 | 5 | -8/+8 |
| | | | | | | Reports explicit boxing, i.e. wrapping of primitive values in objects. Explicit manual boxing is unnecessary under Java 5 and newer, and can be safely removed. Signed-off-by: Lars Grefer <eclipse@larsgrefer.de> | ||||
* | 'String.indexOf()' expression is replaceable with 'contains()' | Lars Grefer | 2020-08-08 | 14 | -38/+36 |
| | | | | | | Reports any String.indexOf() expressions which can be replaced with a call to the String.contains() method available in Java 5 and newer. Signed-off-by: Lars Grefer <eclipse@larsgrefer.de> | ||||
* | 'while' loop replaceable with enhanced 'for' loop | Lars Grefer | 2020-08-08 | 1 | -23/+19 |
| | | | | | | Reports while loops which iterate over collections, and can be replaced with an enhanced for loop (i.e. foreach iteration syntax). Signed-off-by: Lars Grefer <eclipse@larsgrefer.de> | ||||
* | 'for' loop replaceable with enhanced 'for' loop | Lars Grefer | 2020-08-08 | 59 | -855/+769 |
| | | | | | | Reports for loops which iterate over collections or arrays, and can be replaced with an enhanced for loop (i.e. the foreach iteration syntax). Signed-off-by: Lars Grefer <eclipse@larsgrefer.de> | ||||
* | Polish | Andy Clement | 2020-07-22 | 2 | -26/+25 |
| | |||||
* | Update ASM and fix packaging for matcher artifact | Andy Clement | 2020-07-17 | 1 | -142/+142 |
| | |||||
* | Fix for 558995: NullPointerException at ↵ | Andy Clement | 2020-04-22 | 1 | -2/+8 |
| | | | | org.aspectj.weaver.ReferenceType.getWeaverState | ||||
* | fix tests running on windows | eli-fin | 2020-04-21 | 1 | -1/+1 |
| | | | | | This caused checkRtJar to return an error, which led to some tests to fail Signed-off-by: Eli Finkel <eyfinkel@gmail.com> | ||||
* | Fix support for -14 on command line - was missing from JDT | Andy Clement | 2020-04-21 | 1 | -7/+10 |
| | |||||
* | Include JDTCore for Java14 | Andy Clement | 2020-04-20 | 2 | -16/+16 |
| | |||||
* | Java 13 support | Andy Clement | 2019-11-25 | 12 | -281/+303 |
| | |||||
* | Fix Bug 551084 - NullPointerException at ↵ | Andy Clement | 2019-09-16 | 1 | -17/+17 |
| | | | | org.aspectj.ajdt.internal.core.builder.AjBuildManager.checkRtJar | ||||
* | make test a bit more reliable | Andy Clement | 2019-09-09 | 1 | -53/+42 |
| | |||||
* | Fix Bug 550290 - Lack of TypeSafeEnum#hashCode may lead to non-deterministic ↵ | Andy Clement | 2019-09-09 | 1 | -10/+11 |
| | | | | bytecode | ||||
* | Update to 1.9.5.BUILD-SNAPSHOT in poms | Andy Clement | 2019-06-03 | 1 | -10/+10 |
| | |||||
* | polish for 1.9.3V1_9_3 | Andy Clement | 2019-04-04 | 1 | -7/+14 |
| | |||||
* | Updated with Java12 support | Andy Clement | 2019-04-03 | 3 | -5/+4 |
| | |||||
* | 1.9.3.RC1 final bitsV1_9_3RC1 | Andy Clement | 2019-03-07 | 1 | -1/+8 |
| | |||||
* | remove unnecessary classpath entries | Andy Clement | 2019-03-06 | 1 | -9/+2 |
| | |||||
* | improved test harnesses for working with runtime | Andy Clement | 2019-02-19 | 1 | -1/+4 |
| | |||||
* | Fix version tagging for info strings | Andy Clement | 2019-02-11 | 4 | -10/+10 |
| | |||||
* | Add module tests back in - but streamlined | Andy Clement | 2019-02-01 | 3 | -47/+62 |
| | |||||
* | various polish to previously mavenized projects to support newer ones | Andy Clement | 2019-01-31 | 4 | -61/+25 |
| | |||||
* | mavenizing org.aspectj.ajdt.core - wip | Andy Clement | 2019-01-29 | 213 | -0/+11888 |
| | |||||
* | Merge changes for 536782 | Andy Clement | 2018-10-15 | 1 | -2/+5 |
| | | | | Changes contributed by Manfred under https://github.com/eclipse/org.aspectj/pull/5/commits | ||||
* | adjust to allow clean merge - attempt 1 | Andy Clement | 2018-10-15 | 1 | -1/+1 |
| | |||||
* | polish | Andy Clement | 2018-10-15 | 1 | -5/+2 |
| | |||||
* | polish | Andy Clement | 2018-10-11 | 1 | -5/+8 |
| | |||||
* | polish | Andy Clement | 2018-10-11 | 1 | -4/+35 |
| | |||||
* | Reverse default - behave like 1.5 (support annotations) by default | Andy Clement | 2018-10-10 | 2 | -25/+12 |
| | |||||
* | Up'd commit hash to correct one for 1.9.2.rc2 | Andy Clement | 2018-10-01 | 1 | -1/+1 |
| | |||||
* | 1.9.2.RC1 changesV1_9_2_RC1 | Andy Clement | 2018-09-29 | 4 | -10/+13 |
| | |||||
* | Working towards 1.9.1V1_9_1 | Andy Clement | 2018-04-20 | 1 | -2/+2 |
| | |||||
* | Support Java10 | Andy Clement | 2018-04-18 | 5 | -7/+22 |
| | |||||
* | Updated to 1.9.0 final | Andy Clement | 2018-04-02 | 1 | -1/+1 |
| | |||||
* | Add checking for env variable ASPECTJ_OPTS in addition to sys prop | Andy Clement | 2018-03-12 | 1 | -1/+9 |
| | |||||
* | Bug#531694: generate more optional thisJoinPoint construction code | Andy Clement | 2018-03-09 | 2 | -1/+23 |
| | | | | | | | This commit introduces some new methods into the runtime Factory class and modifies code generation to use them (and to use the form of the LDC bytecode that loads class constants). | ||||
* | Remove modules from 'full classpath' for now | Andy Clement | 2018-02-14 | 1 | -2/+2 |
| | |||||
* | better handling of modules | Andy Clement | 2018-02-14 | 3 | -13/+67 |
| | |||||
* | Fixed up path handling, including implicit jmod inclusion | Andy Clement | 2018-02-14 | 1 | -52/+63 |
| | |||||
* | Add missing Overrides | Andy Clement | 2018-02-14 | 1 | -0/+6 |
| | |||||
* | Add missing key for invalidModuleName | Andy Clement | 2018-02-14 | 1 | -0/+1 |
| | |||||
* | avoid <> for now until build changes made to jump to right java versionV1_9_0_RC3 | Andy Clement | 2018-02-05 | 3 | -10/+10 |
| | |||||
* | JDT Upgrade for 1.9.0.rc3 | Andy Clement | 2018-02-05 | 12 | -67/+132 |
| | |||||
* | remove rogue println | Andy Clement | 2018-01-03 | 1 | -1/+0 |
| | |||||
* | bump compiler.name for rc2earlyJava9 | Andy Clement | 2017-11-09 | 1 | -1/+1 |
| |