Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use the diamond operator where possible | Lars Grefer | 2020-08-13 | 11 | -38/+38 |
| | | | | Signed-off-by: Lars Grefer <eclipse@larsgrefer.de> | ||||
* | 'String.indexOf()' expression is replaceable with 'contains()' | Lars Grefer | 2020-08-08 | 4 | -7/+7 |
| | | | | | | 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> | ||||
* | 'for' loop replaceable with enhanced 'for' loop | Lars Grefer | 2020-08-08 | 13 | -329/+307 |
| | | | | | | 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> | ||||
* | 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 | 5 | -7/+40 |
| | |||||
* | Update ASM and fix packaging for matcher artifact | Andy Clement | 2020-07-17 | 5 | -11/+51 |
| | |||||
* | Corrected links inside poms | Andy Clement | 2020-04-20 | 4 | -0/+100 |
| | |||||
* | Include JDTCore for Java14 | Andy Clement | 2020-04-20 | 1 | -7/+7 |
| | |||||
* | polish | Andy Clement | 2019-11-28 | 4 | -22/+20 |
| | |||||
* | Move to 1.9.6.BUILD-SNAPSHOT version | Andy Clement | 2019-11-28 | 12 | -306/+325 |
| | |||||
* | 1.9.5 release versions in pomsV1_9_5 | Andy Clement | 2019-11-28 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | Fix path separator for windows | Andy Clement | 2019-03-04 | 1 | -1/+1 |
| | |||||
* | Fix version tagging for info strings | Andy Clement | 2019-02-11 | 1 | -0/+3 |
| | |||||
* | tidyup - last bits of maven stuff | Andy Clement | 2019-02-08 | 1 | -20/+20 |
| | |||||
* | tidyup | Andy Clement | 2019-02-08 | 12 | -33/+252 |
| | |||||
* | Fix getSpecFile() to work with URLs and adjust installer unpacker | Andy Clement | 2019-02-08 | 1 | -8/+32 |
| | |||||
* | mavenizing build - done | Andy Clement | 2019-02-01 | 25 | -12/+23 |
| | |||||
* | mavenizing build - wip | Andy Clement | 2019-02-01 | 37 | -41/+33 |
| | |||||
* | 1.9.3 snapshot updates | Andy Clement | 2019-01-21 | 3 | -3/+3 |
| | |||||
* | better handling for 1.8 modules | Andy Clement | 2018-10-15 | 1 | -15/+22 |
| | |||||
* | reset to 0 size to trigger it getting built | Andy Clement | 2018-03-09 | 1 | -0/+0 |
| | |||||
* | Bug#531694: generate more optional thisJoinPoint construction code | Andy Clement | 2018-03-09 | 2 | -0/+3 |
| | | | | | | | 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). | ||||
* | Updates for 1.9.0.RC4 - latest JDTV1_9_0_RC4 | Andy Clement | 2018-02-21 | 3 | -3/+3 |
| | |||||
* | updated for 2018 | Andy Clement | 2018-02-14 | 1 | -2/+8 |
| | |||||
* | 1.9.0 update | Andy Clement | 2017-10-20 | 1 | -2/+2 |
| | |||||
* | Switched from diamond to specific types | Andy Clement | 2017-10-20 | 3 | -8/+8 |
| | |||||
* | Fix use of diamond and update versions to 1.9 | Andy Clement | 2017-10-20 | 9 | -32/+31 |
| | |||||
* | Update to beta 7 | Andy Clement | 2017-09-27 | 3 | -3/+3 |
| | |||||
* | Bring Java9 branch in line with 1.8.11 progress | Andy Clement | 2017-09-21 | 12 | -145/+151 |
|\ | |||||
| * | reduced min Java version to 1.6 | Andy Clement | 2016-12-16 | 1 | -2/+3 |
| | | |||||
| * | fix warnings in build - support .isJava8 option in buildV1_8_10 | Andy Clement | 2016-12-09 | 1 | -4/+14 |
| | | |||||
| * | Polishing for 1.8.10 release | Andy Clement | 2016-12-08 | 1 | -2/+2 |
| | | | | | | | | | | - reduced build level from 8 to 7 so that the weaver can be used on Java7. - minor readme tweaks | ||||
| * | added 2016/2017 to years | Andy Clement | 2016-12-02 | 1 | -1/+2 |
| | | |||||
| * | Fix 500035: handling target only binding in @AJ pointcut | Andy Clement | 2016-11-18 | 3 | -3/+3 |
| | | |||||
| * | Upgraded to new JDT compiler - neon.1 and a bit | Andy Clement | 2016-11-07 | 12 | -139/+133 |
| | | |||||
* | | Merged post 1.8.5 changes into Java9 branch | Andy Clement | 2017-09-20 | 3 | -3/+3 |
|\| | |||||
| * | allow reflection world to resolve generated types (e.g. lambdas) | Andy Clement | 2015-06-08 | 6 | -6/+6 |
| | | | | | | | | | | | | | | 1.8.6 release prep 1.8.6 pom updates Fix rogue chars in javadoc rebuilt with javadoc fixes | ||||
* | | latest version | Andy Clement | 2017-09-20 | 4 | -4/+4 |
| | | |||||
* | | infra changes for 1.9 builds | Andy Clement | 2016-07-27 | 7 | -8/+12 |
| | | |||||
* | | Up'd version to beta3 | Andy Clement | 2016-01-04 | 3 | -3/+3 |
| | | |||||
* | | very early java9 support - can resolve classes in jimages | Andy Clement | 2015-03-04 | 3 | -3/+3 |
|/ | |||||
* | 450634: support Windows 8 when computing best batch file format | Andy Clement | 2015-01-08 | 1 | -1/+1 |
| | |||||
* | Updated for 1.8.4 | Andy Clement | 2014-11-17 | 3 | -3/+3 |
| | |||||
* | Fix 449401: thisAspectInstance compile problem with -1.8 | Andy Clement | 2014-10-30 | 3 | -3/+3 |
| | |||||
* | updated for 1.8.3 | Andy Clement | 2014-10-21 | 3 | -3/+3 |
| | |||||
* | Updated for 1.8.2 | Andy Clement | 2014-08-14 | 1 | -3/+3 |
| | |||||
* | Update to new eclipse compiler version | Andy Clement | 2014-05-16 | 3 | -3/+3 |
| |