Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 259416: preliminary workparamAnnotationBinding | Andy Clement | 2016-12-02 | 32 | -54/+809 |
| | |||||
* | Fix 500035: handling target only binding in @AJ pointcut | Andy Clement | 2016-11-18 | 46 | -233/+486 |
| | |||||
* | Fix 502119: InterTypeFieldBinding.java:122 - NullPointerException | Andy Clement | 2016-11-10 | 1 | -0/+3 |
| | |||||
* | Fix 404345: another occurence of broken annotation building in JDT | Andy Clement | 2016-11-10 | 14 | -52/+107 |
| | |||||
* | Fix 500796: Allow for kotlin creating 'synthetic' local variable table entries | Andy Clement | 2016-11-07 | 16 | -31/+41 |
| | |||||
* | Upgraded to new JDT compiler - neon.1 and a bit | Andy Clement | 2016-11-07 | 37 | -196/+236 |
| | |||||
* | Fixing generics warnings | Andy Clement | 2016-10-28 | 6 | -71/+46 |
| | |||||
* | Fix ambiguous binding problem on anonymous types | Andy Clement | 2016-07-29 | 5 | -1/+39 |
| | | | | | | | | | | | | | | | | | | If an anonymous class calls a method ITD'd onto one of its own supertypes (e.g. new A() { xx(null); }) then it can be reported as an ambiguous method invocation on Java8. There is different handling for Java8 that is revealing an issue. The intertype method declarations are recorded in a member finder attached to the target type (A in this case). When the local type binding is built it gets all the methods from supertypes added to it - this unfortunately includes the ITD method. Then later when something asks for all 'xx' methods on A, it finds the ITD method from when A was constructed and an additional copy from the member finder. The quick fix is for the member finder to use a set rather than list when answering 'what are the xx methods'. If this proves a problem down the line the deeper fix would be to avoid including ITDs when the local type binding is built. | ||||
* | Code polishing and extra diagnostics around types and parameterized types | Andy Clement | 2016-05-12 | 4 | -52/+44 |
| | |||||
* | Fix 493554 - Missing InnerClasses attribute for nested interfaces created by ↵ | Andy Clement | 2016-05-12 | 9 | -35/+214 |
| | | | | AspectJ | ||||
* | generics | Andy Clement | 2016-05-12 | 1 | -4/+3 |
| | |||||
* | Fix 490315 - InvokeDynamic.java:126 there is no classname for invokedynamic | Andy Clement | 2016-03-29 | 17 | -2/+229 |
| | |||||
* | Corrected version for 1.8.9 | Andy Clement | 2016-03-14 | 1 | -1/+1 |
| | |||||
* | 1.8.9 docsV1_8_9 | Andy Clement | 2016-03-14 | 2 | -0/+36 |
| | |||||
* | added logging | Andy Clement | 2016-03-14 | 1 | -43/+41 |
| | |||||
* | Fix 489596 - upgrade jdt to mars.2 | Andy Clement | 2016-03-14 | 2 | -0/+0 |
| | |||||
* | Fix 488216: Load-time weaver loses class changes of preceding -javaagent | Andy Clement | 2016-03-08 | 5 | -131/+137 |
| | |||||
* | 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 |
| |