summaryrefslogtreecommitdiffstats
path: root/weaver
Commit message (Expand)AuthorAgeFilesLines
...
* switched test around.aclement2005-08-181-1/+1
* tests for Fix 106736 - permitting classes dir as aspect URL (also permitting ...wisberg2005-08-188-4/+169
* Fix 106736 - permitting classes dir as aspect URL (also permitting .zip files)wisberg2005-08-181-1/+3
* comment only on poorly-named but public addLibraryJarFile(..)wisberg2005-08-181-0/+5
* added method to determine which set of lint kinds are suppressed for a member...acolyer2005-08-171-0/+33
* tell Lint which warnings to suppress during specialization of this adviceacolyer2005-08-171-0/+11
* support for @SuppressAjWarningsacolyer2005-08-171-1/+31
* advice remembers the set of lint warnings that are suppressed for it via @Sup...acolyer2005-08-171-0/+2
* fix for bug 98952: @AJ if pointcutacolyer2005-08-171-3/+3
* @AJ PTW polish as per aj$getInstance does not rethrow the exc but return null...avasseur2005-08-171-2/+2
* fix for Bugzilla Bug 107059acolyer2005-08-161-0/+1
* implementation of parameterize with for EllipsisTypePatternacolyer2005-08-161-0/+4
* implementation of parameterize withacolyer2005-08-161-2/+10
* added isAny() to enable easy testing for full wildcardacolyer2005-08-161-0/+3
* fix for 98952 : @AJ if pointcutacolyer2005-08-151-3/+8
* Fix for pr92880: I've removed the exception clause from the declaration of aj...aclement2005-08-151-3/+2
* test case and fix for (.....)+ type pattern parsingacolyer2005-08-121-1/+3
* genericitds: field type mungers now understand a map from type variable names...aclement2005-08-124-4/+29
* remove dependency on 1.5 API and bizarre unwanted importacolyer2005-08-121-3/+6
* initial "parameterizeWith" support for declaresacolyer2005-08-116-6/+47
* early "parameterizeWith" support for type patternsacolyer2005-08-115-15/+68
* early "parameterizeWith" support for pointcutsacolyer2005-08-118-2/+72
* proper handling of type variable signatures ("Txxx;")acolyer2005-08-112-2/+8
* only collect declares from concrete aspectsacolyer2005-08-111-17/+31
* implementation of parameterizeWithacolyer2005-08-111-0/+7
* declares from a parameterized super-aspect are now parameterized before retur...acolyer2005-08-111-4/+26
* fixed completely broken implementation of findAspectDeclaringParents and made...acolyer2005-08-111-12/+16
* when unpacking the generic signature of a nested type, we also need to take i...acolyer2005-08-111-2/+44
* use $ not / to separate nested types in signaturesacolyer2005-08-111-2/+2
* add test for proxy weaving and jit class weaving, update ltw docavasseur2005-08-112-1/+2
* tests and fix for bug pr106461:acolyer2005-08-102-0/+6
* support for binding of parameterized types in after returning().acolyer2005-08-103-3/+49
* now handles resolving of generic wildcards in type patternsacolyer2005-08-091-9/+32
* make sure that "all exact" testing takes into account subtype flagsacolyer2005-08-091-2/+7
* >> and >>> are lexed as tokens by the JDT parser. We always want >,> and >,>,...acolyer2005-08-091-1/+17
* ensure we don't try and insert an instanceof test for a parameterized typeacolyer2005-08-091-3/+6
* I only changed a comment, honestly, I only changed a comment....acolyer2005-08-091-0/+1
* args fully updated for generics and parameterized typesacolyer2005-08-091-4/+38
* don't try and make BcelObjectTypes for parameterized typesacolyer2005-08-091-1/+1
* resolved members never belong to raw types, but the backing generic typeacolyer2005-08-091-0/+1
* added getSimpleName which looks better when used in error and warning messagesacolyer2005-08-091-0/+29
* a type variable reference type should never be treated as a generic wildcardacolyer2005-08-091-0/+3
* a shadow now remembers the resolved version of its signatureacolyer2005-08-091-0/+21
* support for coercion testing with parameterized typesacolyer2005-08-091-2/+88
* added unchecked match warningacolyer2005-08-092-1/+5
* added toGenericStringacolyer2005-08-094-0/+30
* support for coercion testingacolyer2005-08-091-1/+52
* genericitds: 2 big changes here: I've modifed the super/extends stuff so it...aclement2005-08-097-30/+159
* Fix for pr98901: copying annotations to new members created via ITD !!aclement2005-08-083-152/+314
* tests and implementation for calls to bridge methods. This completes the impl...acolyer2005-08-055-23/+23