aboutsummaryrefslogtreecommitdiffstats
path: root/weaver
Commit message (Collapse)AuthorAgeFilesLines
...
* fixes getGenericXXX methods in Reflection-based resolved member impl, ↵acolyer2005-12-067-2/+179
| | | | GenericSignatureInformationProvider allows this to work across both 1.4 and 1.5
* fixes for 117882aclement2005-12-041-0/+81
|
* removed 1.5 api - adrian needs to look at the proper solution here though.aclement2005-12-021-2/+4
|
* support for isNested, and use of that property when splitting names in ↵acolyer2005-12-027-12/+44
| | | | WildTypePattern
* test and fix for 118781aclement2005-12-011-2/+5
|
* removed unused import.aclement2005-11-301-3/+2
|
* implementation of new xlint: pr111667aclement2005-11-304-0/+72
|
* More fixes for 116679: now copes with the enclosingSP type that we ↵aclement2005-11-302-24/+43
| | | | introduced for 1.5
* helper method for determining target ajruntimeaclement2005-11-301-0/+4
|
* elimination of compilation warningsacolyer2005-11-291-10/+12
|
* elimination of unused variable warningacolyer2005-11-292-6/+6
|
* fix for pr118337acolyer2005-11-291-1/+1
|
* code for 116679: targetting a 1.2.1 runtimeaclement2005-11-293-1/+26
|
* Further changes for 118192aclement2005-11-282-18/+6
|
* horrible work around for the fact that the build machine runs tests on a 1.5 ↵acolyer2005-11-285-5/+150
| | | | vm without all the 1.5 aj libs present
* fixes for 118192aclement2005-11-282-2/+87
|
* tests for pr11280, update to reflection api to get classloading right for ↵acolyer2005-11-281-5/+4
| | | | test suite etc.
* organized importsaclement2005-11-281-1/+0
|
* updated tests and fix for pr116229acolyer2005-11-277-40/+99
|
* Matthews changes - enabling us to see bytecode before and after LTW (bug 117854)aclement2005-11-261-1/+44
|
* tests and fix for pr115251acolyer2005-11-255-14/+70
|
* ensure this test works on non-windows machines too!acolyer2005-11-251-0/+9
|
* fixes and improved tests for 117622aclement2005-11-253-2/+21
|
* organized importsaclement2005-11-257-10/+0
|
* fix for pr117614 + changes to make cantFindType a lint warning (default to ↵acolyer2005-11-2411-43/+99
| | | | error) so that it is user controllable in binary weave scenarios.
* hopefully the last word on parameterizing pointcuts in all their various ↵acolyer2005-11-243-3/+21
| | | | glorious flavours
* fix for parameterizing reference pointcuts with bindingsacolyer2005-11-243-23/+60
|
* tests and fix for pr114495acolyer2005-11-233-18/+18
|
* some fixes for 117622aclement2005-11-231-15/+37
|
* tests and fix for pr114054 (erroneous handling of negation in per-object ↵acolyer2005-11-231-5/+8
| | | | perclauses)
* test and fixes for 117681aclement2005-11-231-0/+4
|
* tests and fix for pr103157acolyer2005-11-232-1/+17
|
* 117189: patch from Ron, tidied up by Matthew: reduce overhead when no ↵aclement2005-11-231-10/+11
| | | | aspects defined
* fix for reading in pointcuts with argument binding in reflective world - ↵acolyer2005-11-218-15/+44
| | | | remember string representation before binding screws it up!
* pr115250: allows for parameterized advice and works with the generic form.aclement2005-11-211-3/+8
|
* pr115250: doesnt attempt to create invoke calls on parameterized types!aclement2005-11-211-1/+5
|
* pr115250: allows for parameterized advice.aclement2005-11-211-1/+5
|
* pr115250: changed parameterizeWith() signature for shadowmungers.aclement2005-11-214-6/+22
|
* pr115250: copy params across to variant that we buildaclement2005-11-211-0/+1
|
* no chained exceptions under 1.3...acolyer2005-11-211-2/+3
|
* tests and fix for pr116229 and pr116755. Also adds support and tests for ↵acolyer2005-11-1916-79/+463
| | | | parseTypePattern in PointcutParser.
* fixes for 115252 from Helen (xlint on incorrect annotation usage in signatures)aclement2005-11-1810-3/+311
|
* fix for 115204, 116890 NPE in WildAnnotationTypePatternaclement2005-11-181-3/+5
|
* fix for 116949aclement2005-11-181-6/+10
|
* test and fix for 116626 from Matthew.aclement2005-11-181-4/+6
|
* fix for latest part of Alex's bug.aclement2005-11-171-1/+2
|
* next round of fixes for list bug reported by Alexandru.aclement2005-11-161-1/+3
|
* optimization - don't put bridge methods on interfaces.aclement2005-11-151-1/+4
|
* dont put bridge methods in an interface, you fool.aclement2005-11-151-1/+1
|
* Matthews patches for 115275aclement2005-11-153-0/+10
|