aboutsummaryrefslogtreecommitdiffstats
path: root/weaver
Commit message (Expand)AuthorAgeFilesLines
* 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
* modified type parameter check to allow co-dependent generic declare parents t...aclement2005-11-011-1/+10
* organized imports.aclement2005-11-011-3/+2
* #108892 cannot reproduce: hierarchy of aop.xml accross classloader test is fineavasseur2005-10-281-5/+21
* hopefully the last of the array gremlins in the reflection based world...acolyer2005-10-282-12/+16
* test and fix for pr113861aclement2005-10-273-6/+14
* testcode and fixes for pr99191: thanks to Helen.aclement2005-10-271-4/+87
* test and fix for pr113447: from Helen.aclement2005-10-271-10/+12
* pr113630: fixed!aclement2005-10-277-7/+61
* pr113630 - new message.aclement2005-10-272-2/+2
* see pr112105 comment #13: better var nameaclement2005-10-261-2/+2
* see pr112105 comment #13: naughty. made a check configurable.aclement2005-10-261-0/+12
* see pr112105 comment #13: bridge method handling for ITD fields/methodsaclement2005-10-261-38/+146
* see pr112105 comment #13: improved (slightly) code for locating annotation ho...aclement2005-10-261-4/+19
* see pr112105 comment #13: yey! use parameterized mungers when applying ITDsaclement2005-10-261-5/+6
* see pr112105 comment #13: dont forget the tvarsaclement2005-10-261-0/+1
* see pr112105 comment #13: uses new declared sig support inside a munger.aclement2005-10-263-11/+37
* see pr112105 comment #13: copies type vars across and able to create bridge m...aclement2005-10-261-6/+32
* organized importsaclement2005-10-261-3/+1
* organized importsaclement2005-10-261-3/+5
* detects starttWith pattern in aop.xml include/exclude and do fast matchavasseur2005-10-262-13/+50
* fix for #113587: when aop.xml include/exclude is used, javac @Aspect are not ...avasseur2005-10-254-31/+131
* change to override check.aclement2005-10-251-1/+1
* some bridge method testcases and impl for 108101aclement2005-10-251-11/+107
* concrete-aspect impl and doc for LTW - see #95529avasseur2005-10-253-49/+71
* added a test to make sure primitives work (they do), and also tidied up the a...acolyer2005-10-252-3/+10
* ensure that reflection based world can cope when given a java.lang.Class that...acolyer2005-10-244-3/+26
* fix issue in test for -1.5 and @AJ ITD with @annoavasseur2005-10-214-7/+23