aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Replacing bcel-builder with bcel. Should just export from weaver.wisberg2005-11-181-1/+1
* fixes for pr115237aclement2005-11-174-23/+55
* case4 of Alex's bug ;)aclement2005-11-177-0/+37
* fix for something Sian noticed.aclement2005-11-171-1/+5
* fix for latest part of Alex's bug.aclement2005-11-171-1/+2
* more tests - for 115237 and alexs bug on the list.aclement2005-11-178-1/+78
* next round of fixes for list bug reported by Alexandru.aclement2005-11-1611-5/+42
* committing version with a main() in it!aclement2005-11-161-0/+4
* more tests... binary bridge methods and the one reported via the list which i...aclement2005-11-152-1/+24
* fix for pr116255aclement2005-11-151-2/+19
* optimization - don't put bridge methods on interfaces.aclement2005-11-151-1/+4
* rebuilt for 95517aclement2005-11-151-0/+0
* matthews fixes for 95517aclement2005-11-154-20/+103
* dont put bridge methods in an interface, you fool.aclement2005-11-151-1/+1
* Matthews patches for 115275aclement2005-11-158-3/+101
* test and fix for pr114436aclement2005-11-156-1/+25
* commentaclement2005-11-151-0/+3
* 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
* reported on the list - failing to compile - using ITD to override a parameter...aclement2005-11-144-0/+30
* more binary bridging testcodeaclement2005-11-144-0/+11
* testcode for 114436aclement2005-11-143-0/+25
* fix for comment #1 in 113368aclement2005-11-141-0/+1
* fixes for pr115788 - primitive handling.aclement2005-11-142-0/+13
* Removing 1.5 API String.contains(..)wisberg2005-11-141-1/+4
* tests and fixes for 115235: stackoverflow on concretizing pointcuts (patch fr...aclement2005-11-146-1/+76
* fix for parser crash on erroneous perthis() - see pr115788aclement2005-11-144-1/+18
* removed 1.5 api (doh!)aclement2005-11-121-1/+1
* fix for pr113531aclement2005-11-111-17/+24
* 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-1118-41/+348
* YES! Bridge method code all in !! hurrah!! See pr108101aclement2005-11-113-93/+193
* fixes for pr113447 - dont do bindings check at each shadow.aclement2005-11-118-85/+33
* tests for pr113447 from Helen Hawkins.aclement2005-11-118-7/+240
* more AST stuff: 110465aclement2005-11-1117-134/+169
* more AST stuff: 110465aclement2005-11-112-10/+16
* fix getPackageName() to cope with parameterized types.aclement2005-11-101-0/+3
* organized importsaclement2005-11-101-2/+0
* 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
* more bridge method testcode.aclement2005-11-105-2/+24
* fixes from AST bug: 110465.aclement2005-11-102-10/+19
* fixes for pr91859aclement2005-11-092-22/+16
* fixes for 91859 - enable us to preserve the set of annotations originally dec...aclement2005-11-091-3/+4
* fixes for 91859 - enable us to preserve the set of annotations originally dec...aclement2005-11-092-0/+0
* produce better diagnostics on failure.aclement2005-11-091-2/+4
* tests and fix for pr112756 - use of assert/enum as "identifier" in pointcut e...acolyer2005-11-095-0/+55
* tests for pr104220 - poor toString implementations for adviceexecution join p...acolyer2005-11-083-0/+45
* fix for pr104220 - poor toString implementations for adviceexecution join poi...acolyer2005-11-085-5/+19