aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* wip 1.9.2 readmeAndy Clement2018-10-152-0/+36
|
* Merge changes for 536782Andy Clement2018-10-156-10/+23
| | | | Changes contributed by Manfred under https://github.com/eclipse/org.aspectj/pull/5/commits
* adjust to allow clean merge - attempt 1Andy Clement2018-10-151-1/+1
|
* polish javadocAndy Clement2018-10-151-12/+12
|
* typo reported by Emmanuel BourgAndy Clement2018-10-151-1/+1
|
* polishAndy Clement2018-10-151-5/+2
|
* better handling for 1.8 modulesAndy Clement2018-10-152-15/+22
|
* polishAndy Clement2018-10-1510-59/+92
|
* 537678: Lazy initialization of jrt filesystemAndy Clement2018-10-111-2/+21
|
* Change the mehtod name "containsField" to "findsField".Kui Liu2018-10-111-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 debuggingAndy Clement2018-10-111-6784/+0
|
* polishAndy Clement2018-10-112-7/+10
|
* polishAndy Clement2018-10-115-34/+165
|
* 513528: Fix use of lambda in ITDAndy Clement2018-10-108-1/+78
|
* Reverse default - behave like 1.5 (support annotations) by defaultAndy Clement2018-10-1035-1113/+1087
|
* Up'd commit hash to correct one for 1.9.2.rc2Andy Clement2018-10-011-1/+1
|
* More fixes for 1.9.2V1_9_2_RC2Andy Clement2018-10-0131-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_RC1Andy Clement2018-09-2954-91/+757
|
* Generalized exception that might occurAndy Clement2018-08-291-1/+1
|
* Fix 538393: Allow for toString() to fail on some classloadersAndy Clement2018-08-291-1/+6
|
* 537825: Remove FINAL for cflow related class elements for Java 9+Andy Clement2018-08-246-16/+59
|
* Fix some generics warnings, add overridesAndy Clement2018-05-2912-16/+69
|
* testcode for 535086Andy Clement2018-05-259-0/+224
|
* Initial cut at bug 535086 - pertypewithin and non vis typesAndy Clement2018-05-258-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 versionAndy Clement2018-05-251-0/+0
|
* Working towards 1.9.1V1_9_1Andy Clement2018-04-208-3/+227
|
* Support Java10Andy Clement2018-04-1839-82/+369
|
* tweak titleV1_9_0Andy Clement2018-04-021-1/+1
|
* Fixed release date to 2-Apr for 1.9.0Andy Clement2018-04-021-1/+1
|
* Updated readme for 1.9.0 releaseAndy Clement2018-04-021-28/+34
|
* Updated to 1.9.0 finalAndy Clement2018-04-021-1/+1
|
* 533038: Clear some generated class entries during class redefinitionAndy Clement2018-04-024-28/+52
|
* Fix 514062 - Failure duing stackmap generation of @AroundAndy Clement2018-03-211-2/+15
|
* docs for new code generation and factory methodsAndy Clement2018-03-121-0/+32
|
* Add checking for env variable ASPECTJ_OPTS in addition to sys propAndy Clement2018-03-121-1/+9
|
* reset to 0 size to trigger it getting builtAndy Clement2018-03-091-0/+0
|
* Bug#531694: generate more optional thisJoinPoint construction codeAndy Clement2018-03-0934-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 behavingAndy Clement2018-02-289-1/+35
|
* Updates for 1.9.0.RC4 - latest JDTV1_9_0_RC4Andy Clement2018-02-2112-18/+134
|
* oops, really remove dodgy testAndy Clement2018-02-141-1/+1
|
* temporarily remove dodgy testAndy Clement2018-02-141-2/+3
|
* add genericsAndy Clement2018-02-141-17/+26
|
* Remove modules from 'full classpath' for nowAndy Clement2018-02-141-2/+2
|
* Fix Bug 531179 - Add compiler arg support to iajc taskAndy Clement2018-02-143-26/+111
|
* add genericsAndy Clement2018-02-141-13/+15
|
* more tests around module optionsAndy Clement2018-02-1412-20/+147
|
* better handling of modulesAndy Clement2018-02-143-13/+67
|
* Fixed up path handling, including implicit jmod inclusionAndy Clement2018-02-141-52/+63
|
* more generics and missing @OverridesAndy Clement2018-02-143-14/+24
|
* New simple tests for buildconfigAndy Clement2018-02-142-1/+206
|