aboutsummaryrefslogtreecommitdiffstats
path: root/weaver
Commit message (Expand)AuthorAgeFilesLines
* fix for reading in pointcuts with argument binding in reflective world - reme...acolyer2005-11-218-15/+44
* 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 pars...acolyer2005-11-1916-79/+463
* 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
* test and fix for pr114436aclement2005-11-154-1/+18
* allow for missing type (again) - see pr116305aclement2005-11-151-1/+2
* improved bridging code gen - can cope with lazymethodgens that have no backin...aclement2005-11-141-6/+17
* fix for comment #1 in 113368aclement2005-11-141-0/+1
* fixes for pr115788 - primitive handling.aclement2005-11-142-0/+13
* tests and fixes for 115235: stackoverflow on concretizing pointcuts (patch fr...aclement2005-11-142-1/+6
* fix for parser crash on erroneous perthis() - see pr115788aclement2005-11-141-1/+7
* removed 1.5 api (doh!)aclement2005-11-121-1/+1
* fix for pr113531aclement2005-11-111-2/+12
* Fix for 113118 - use the right method to get a signature for the attribute.aclement2005-11-111-1/+2
* Matthews patches from 95529aclement2005-11-111-6/+16
* YES! Bridge method code all in !! hurrah!! See pr108101aclement2005-11-112-79/+158
* fixes for pr113447 - dont do bindings check at each shadow.aclement2005-11-118-85/+33
* fix getPackageName() to cope with parameterized types.aclement2005-11-101-0/+3
* fixes and some helper methods added.aclement2005-11-101-4/+27
* fix for binary weaving declare parents that involve parameterized times when ...aclement2005-11-101-17/+16
* fixes for pr91859aclement2005-11-092-22/+16
* testcode and fix for pr114005: copying annotations to ITDfs on interfaces.aclement2005-11-081-3/+13
* For bridge method support - make backing generic member accessible.aclement2005-11-083-0/+19
* canBeBoundTo fix for isAssignable.aclement2005-11-071-1/+2
* moved 1.5 dependency to 1.5 module!aclement2005-11-041-2/+2
* fix for pr73050 :- support for isAnonymous and name pattern matching that now...acolyer2005-11-047-10/+37
* testcode and fix for pr112476: binary weaving decpaclement2005-11-041-1/+1
* fix for 103741 - use of java 5 specific language features now policed at < 1....acolyer2005-11-0413-1/+83
* new Lint warning for pr62606 - warns when an ITDC does not contain an explici...acolyer2005-11-032-2/+6
* test and fix for 86903aclement2005-11-033-10/+21
* possibly useful method being added ... investigating using it for 86903aclement2005-11-031-0/+15
* fixing a problem that services in the debugger when toString fails NPE!aclement2005-11-031-1/+1
* fix for latest variant of 114343 (see comment #5): around advice on method r...aclement2005-11-034-7/+25
* pr93253: lazytjp the defaultaclement2005-11-014-19/+95
* pr105479: fix. And so it begins ... the dreaded complex bridge method mechan...aclement2005-11-011-2/+194
* helpersaclement2005-11-011-0/+14
* test and fix for pr114343aclement2005-11-013-1/+17