Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | wip 1.9.2 readme | Andy Clement | 2018-10-15 | 2 | -0/+36 | |
| | ||||||
* | Merge changes for 536782 | Andy Clement | 2018-10-15 | 6 | -10/+23 | |
| | | | | 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 javadoc | Andy Clement | 2018-10-15 | 1 | -12/+12 | |
| | ||||||
* | typo reported by Emmanuel Bourg | Andy Clement | 2018-10-15 | 1 | -1/+1 | |
| | ||||||
* | polish | Andy Clement | 2018-10-15 | 1 | -5/+2 | |
| | ||||||
* | better handling for 1.8 modules | Andy Clement | 2018-10-15 | 2 | -15/+22 | |
| | ||||||
* | polish | Andy Clement | 2018-10-15 | 10 | -59/+92 | |
| | ||||||
* | 537678: Lazy initialization of jrt filesystem | Andy Clement | 2018-10-11 | 1 | -2/+21 | |
| | ||||||
* | Change the mehtod name "containsField" to "findsField". | Kui Liu | 2018-10-11 | 1 | -1/+1 | |
| | | | | | | | The method implements finding a field object in the 'fieldsList' with a given name. If found, return the found field object, otherwise return null. Thus, rename the method as "findsField" should be more clear than "containsField" since "containsField" is prone to ask whether the "fieldsFile" contains a field or not and return true or false. Signed-off-by: Kui Liu <brucekuiliu@gmail.com> | |||||
* | Remove class used for debugging | Andy Clement | 2018-10-11 | 1 | -6784/+0 | |
| | ||||||
* | polish | Andy Clement | 2018-10-11 | 2 | -7/+10 | |
| | ||||||
* | polish | Andy Clement | 2018-10-11 | 5 | -34/+165 | |
| | ||||||
* | 513528: Fix use of lambda in ITD | Andy Clement | 2018-10-10 | 8 | -1/+78 | |
| | ||||||
* | Reverse default - behave like 1.5 (support annotations) by default | Andy Clement | 2018-10-10 | 35 | -1113/+1087 | |
| | ||||||
* | Up'd commit hash to correct one for 1.9.2.rc2 | Andy Clement | 2018-10-01 | 1 | -1/+1 | |
| | ||||||
* | More fixes for 1.9.2V1_9_2_RC2 | Andy Clement | 2018-10-01 | 31 | -64/+527 | |
| | | | | | | - update to more recent JDT to pickup Nestmates fix - bcel updated for NestMembers/NestHost attributes - testcases for nestmates | |||||
* | 1.9.2.RC1 changesV1_9_2_RC1 | Andy Clement | 2018-09-29 | 54 | -91/+757 | |
| | ||||||
* | Generalized exception that might occur | Andy Clement | 2018-08-29 | 1 | -1/+1 | |
| | ||||||
* | Fix 538393: Allow for toString() to fail on some classloaders | Andy Clement | 2018-08-29 | 1 | -1/+6 | |
| | ||||||
* | 537825: Remove FINAL for cflow related class elements for Java 9+ | Andy Clement | 2018-08-24 | 6 | -16/+59 | |
| | ||||||
* | Fix some generics warnings, add overrides | Andy Clement | 2018-05-29 | 12 | -16/+69 | |
| | ||||||
* | testcode for 535086 | Andy Clement | 2018-05-25 | 9 | -0/+224 | |
| | ||||||
* | Initial cut at bug 535086 - pertypewithin and non vis types | Andy Clement | 2018-05-25 | 8 | -15/+101 | |
| | | | | | | | In this version unless you specify an aspect is privileged then the pertypewithin clause will not match types not visible from the aspect (private types or default vis types in another package) Debating whether to change this to not require privileged. | |||||
* | Rebuilt as a DEVELOPMENT version | Andy Clement | 2018-05-25 | 1 | -0/+0 | |
| | ||||||
* | Working towards 1.9.1V1_9_1 | Andy Clement | 2018-04-20 | 8 | -3/+227 | |
| | ||||||
* | Support Java10 | Andy Clement | 2018-04-18 | 39 | -82/+369 | |
| | ||||||
* | tweak titleV1_9_0 | Andy Clement | 2018-04-02 | 1 | -1/+1 | |
| | ||||||
* | Fixed release date to 2-Apr for 1.9.0 | Andy Clement | 2018-04-02 | 1 | -1/+1 | |
| | ||||||
* | Updated readme for 1.9.0 release | Andy Clement | 2018-04-02 | 1 | -28/+34 | |
| | ||||||
* | Updated to 1.9.0 final | Andy Clement | 2018-04-02 | 1 | -1/+1 | |
| | ||||||
* | 533038: Clear some generated class entries during class redefinition | Andy Clement | 2018-04-02 | 4 | -28/+52 | |
| | ||||||
* | Fix 514062 - Failure duing stackmap generation of @Around | Andy Clement | 2018-03-21 | 1 | -2/+15 | |
| | ||||||
* | docs for new code generation and factory methods | Andy Clement | 2018-03-12 | 1 | -0/+32 | |
| | ||||||
* | Add checking for env variable ASPECTJ_OPTS in addition to sys prop | Andy Clement | 2018-03-12 | 1 | -1/+9 | |
| | ||||||
* | 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 | 34 | -34/+1104 | |
| | | | | | | | 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). | |||||
* | Fix for Bug 531819 - Negative parameter annotation matching not behaving | Andy Clement | 2018-02-28 | 9 | -1/+35 | |
| | ||||||
* | Updates for 1.9.0.RC4 - latest JDTV1_9_0_RC4 | Andy Clement | 2018-02-21 | 12 | -18/+134 | |
| | ||||||
* | oops, really remove dodgy test | Andy Clement | 2018-02-14 | 1 | -1/+1 | |
| | ||||||
* | temporarily remove dodgy test | Andy Clement | 2018-02-14 | 1 | -2/+3 | |
| | ||||||
* | add generics | Andy Clement | 2018-02-14 | 1 | -17/+26 | |
| | ||||||
* | Remove modules from 'full classpath' for now | Andy Clement | 2018-02-14 | 1 | -2/+2 | |
| | ||||||
* | Fix Bug 531179 - Add compiler arg support to iajc task | Andy Clement | 2018-02-14 | 3 | -26/+111 | |
| | ||||||
* | add generics | Andy Clement | 2018-02-14 | 1 | -13/+15 | |
| | ||||||
* | more tests around module options | Andy Clement | 2018-02-14 | 12 | -20/+147 | |
| | ||||||
* | 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 | |
| | ||||||
* | more generics and missing @Overrides | Andy Clement | 2018-02-14 | 3 | -14/+24 | |
| | ||||||
* | New simple tests for buildconfig | Andy Clement | 2018-02-14 | 2 | -1/+206 | |
| |