Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | additional diagnostic info | Andy Clement | 2016-02-25 | 1 | -1/+1 |
| | |||||
* | Fix 487927: ClassFormatException if LocalVariableTable data cannot be fully read | Andy Clement | 2016-02-18 | 9 | -7/+7 |
| | |||||
* | Fix 433351: Declare parents fails on interfaces on the inpath depending on ↵ | Andy Clement | 2016-02-18 | 15 | -15/+98 |
| | | | | directory structure | ||||
* | Fix 487694: Race condition in annotation unpacking can surface through ↵ | Andy Clement | 2016-02-11 | 8 | -9/+22 |
| | | | | Spring AOP | ||||
* | Fix 485583: NullPointerException in ↵ | Andy Clement | 2016-02-10 | 6 | -15/+42 |
| | | | | org.aspectj.ajdt.internal.compiler.ast.PointcutDeclaration | ||||
* | Fix 486612: Can lose a super type bound when weaving a type using generics ↵ | Andy Clement | 2016-01-27 | 6 | -9/+50 |
| | | | | in its declaration | ||||
* | Fixes for compile time overweaving | Andy Clement | 2016-01-20 | 7 | -1/+78 |
| | | | | | | | | | | | | In writing a testcase for 352389 I discovered overweaving just wasn't working for a compile time series of test steps. This was due to a guard preventing secondary calls to addOrReplaceAspect. Without the secondary call the crosscutting collector for the aspect had recorded no mungers from the original aspect because it was still using an EclipseSourceType delegate. Later when it was using the binary BcelObjectType delegate and mungers were available, they weren't collected because of that missing addOrReplaceAspect call. | ||||
* | updated to 1.8.9 | Andy Clement | 2016-01-20 | 1 | -1/+1 |
| | |||||
* | refactoring to use generics, reduce warnings | Andy Clement | 2016-01-20 | 8 | -60/+48 |
| | |||||
* | Fix 486203: NPE in IntelliJ since 1.8.7 | Andy Clement | 2016-01-18 | 7 | -4/+94 |
| | |||||
* | Fix 485448: Building Roo projects NPE in AnnotationDiscoveryVisitor | Andy Clement | 2016-01-08 | 3 | -0/+3 |
| | |||||
* | 1.8.8 readme | Andy Clement | 2016-01-07 | 2 | -1/+42 |
| | |||||
* | Fix 470658: Corrupted Local Variable TableV1_8_8 | Andy Clement | 2016-01-07 | 1 | -0/+10 |
| | |||||
* | Fix 485055: declare @field failing for final String fields (see also Bug 327141) | Andy Clement | 2016-01-05 | 9 | -1/+186 |
| | |||||
* | Fix 484941 - NPE AnnotationDiscoveryVisitor | Andy Clement | 2016-01-05 | 4 | -4/+20 |
| | |||||
* | 482945: obfuscated class file finding outer class | Andy Clement | 2015-12-07 | 1 | -3/+7 |
| | |||||
* | Add 1.8.8 testsuite to 1.8 test list | Andy Clement | 2015-11-25 | 1 | -0/+2 |
| | |||||
* | Fix 482990: throw exception if asm missing at > 1.6 java | Andy Clement | 2015-11-25 | 1 | -3/+6 |
| | |||||
* | Fix 461323: around advice on default methods | Andy Clement | 2015-11-19 | 7 | -21/+94 |
| | |||||
* | Version up'd to 1.8.8 | Andy Clement | 2015-11-18 | 1 | -1/+1 |
| | |||||
* | Fix 478003: declare parents with generic itd npe | Andy Clement | 2015-11-18 | 6 | -3/+204 |
| | |||||
* | Basic 1.8.7 docsV1_8_7 | Andy Clement | 2015-09-08 | 2 | -0/+37 |
| | |||||
* | 458871: dynamically attach agent | Andy Clement | 2015-09-08 | 2 | -2/+10 |
| | | | | Patch from Alexander Kriegisch | ||||
* | 464604: ajdoc SIOOBE on Java7 | Andy Clement | 2015-09-04 | 1 | -0/+5 |
| | |||||
* | 476245: compile error already fixed in 1.8.7 | Andy Clement | 2015-09-04 | 3 | -0/+18 |
| | |||||
* | 307147: missing joinpoints for itds invoking private methods | Andy Clement | 2015-09-03 | 11 | -0/+154 |
| | |||||
* | Bug 475152 - infinite loop during build time weaving when more than 2 ↵ | Andy Clement | 2015-09-02 | 8 | -3/+57 |
| | | | | aspects in hierarchy at org.aspectj.weaver.bcel.BcelAdvice.canInline | ||||
* | 475728, 432874 | Andy Clement | 2015-09-02 | 1 | -0/+5 |
| | |||||
* | Update version to 1.8.7 | Andy Clement | 2015-08-10 | 1 | -1/+1 |
| | |||||
* | Update Asm to pick up fixes for stack map generation | Andy Clement | 2015-08-10 | 6 | -4/+4 |
| | | | | Issue: https://bugs.eclipse.org/bugs/show_bug.cgi?id=452056 | ||||
* | Add option not to generate local variable tables in some scenarios | Andy Clement | 2015-08-10 | 5 | -20/+50 |
| | | | | | | | | | New Xset option generateNewLocalVariableTables defaults to true but can be set to false. In some situations incoming bytecode for weaving doesn't want them adding (e.g. android situations where the bytecode is a bit funky). Issue: https://bugs.eclipse.org/bugs/show_bug.cgi?id=470658 | ||||
* | Support annotation conversion for class annotation values | Andy Clement | 2015-08-06 | 4 | -15/+38 |
| | | | | Issue: https://bugs.eclipse.org/bugs/show_bug.cgi?id=474165 | ||||
* | Fix Bug 473555 - File descriptors leak in ExtensibleURLClassLoader | Andy Clement | 2015-08-05 | 1 | -0/+8 |
| | |||||
* | AspectJ upgraded to Mars compiler | Andy Clement | 2015-06-25 | 41 | -13/+14914 |
| | |||||
* | Doh, forgot 1.8.6 version in this messages file | Andy Clement | 2015-06-08 | 1 | -1/+1 |
| | |||||
* | allow reflection world to resolve generated types (e.g. lambdas) | Andy Clement | 2015-06-08 | 25 | -29/+288 |
| | | | | | | | 1.8.6 release prep 1.8.6 pom updates Fix rogue chars in javadoc rebuilt with javadoc fixes | ||||
* | Bug 467415 - Weaver created bridge methods missing ACC_SYNTHETIC | Andy Clement | 2015-05-15 | 5 | -3/+3 |
| | |||||
* | Do not attach INTERFACE modifier to methods from interfaces | Andy Clement | 2015-05-12 | 3 | -8/+6 |
| | |||||
* | Fix 463926 | Andy Clement | 2015-04-23 | 1 | -0/+1 |
| | |||||
* | weaving generic types | Andy Clement | 2015-04-23 | 1 | -0/+22 |
| | |||||
* | APT and missing declaring type in BTB hierarchy | Andy Clement | 2015-04-23 | 11 | -0/+32 |
| | |||||
* | 464749: Fix, remove Play class | Andy Clement | 2015-04-20 | 4 | -79/+0 |
| | |||||
* | 406167: cope with rogue generic inner type signatures | Andy Clement | 2015-04-01 | 2 | -21/+58 |
| | |||||
* | 462146: -parameters option on iajc | Andy Clement | 2015-03-26 | 1 | -0/+4 |
| | |||||
* | 462821: invokedynamic detection in hierarchy of aspects | Andy Clement | 2015-03-23 | 9 | -6/+192 |
| | |||||
* | 1.8.5 readmeV1_8_5 | Andy Clement | 2015-01-28 | 2 | -0/+37 |
| | |||||
* | 458660 | Andy Clement | 2015-01-28 | 2 | -0/+0 |
| | |||||
* | 450634: support Windows 8 when computing best batch file format | Andy Clement | 2015-01-08 | 2 | -1/+1 |
| | |||||
* | 456374: == to equals | Andy Clement | 2015-01-07 | 1 | -1/+1 |
| | |||||
* | 456003: == to equals | Andy Clement | 2015-01-07 | 1 | -8/+8 |
| |