Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix 433351: Declare parents fails on interfaces on the inpath depending on ↵ | Andy Clement | 2016-02-18 | 7 | -0/+61 |
| | | | | directory structure | ||||
* | Fix 485583: NullPointerException in ↵ | Andy Clement | 2016-02-10 | 2 | -0/+12 |
| | | | | 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 | 2 | -0/+24 |
| | | | | in its declaration | ||||
* | Fixes for compile time overweaving | Andy Clement | 2016-01-20 | 4 | -0/+16 |
| | | | | | | | | | | | | 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. | ||||
* | Fix 486203: NPE in IntelliJ since 1.8.7 | Andy Clement | 2016-01-18 | 1 | -0/+14 |