summaryrefslogtreecommitdiffstats
path: root/tests/src
Commit message (Collapse)AuthorAgeFilesLines
* tests for pr108050, signature matching in multiple override scenarioV1_5_0M3aacolyer2005-08-262-1/+13
|
* tests for pr108104acolyer2005-08-262-0/+9
|
* tests for pr107898 and pr72668acolyer2005-08-252-0/+19
|
* Fixes for 82989 and 91381 - they can now be closed.aclement2005-08-243-0/+15
|
* generic itd bridge tests - not all activated yet.aclement2005-08-242-6/+47
|
* bridge method tests - commented out right now...aclement2005-08-241-1/+13
|
* new @override test plus genericitd bridge method tests.aclement2005-08-241-0/+57
|
* @override support for ITDs. Plus some binary weaving generic ITD tests.aclement2005-08-232-26/+62
|
* has member tests + tests and fix for pr107486acolyer2005-08-234-10/+42
|
* genericitds: activating more tests - including "uberaspects - U" - please ↵aclement2005-08-222-14/+20
| | | | dont look at it...
* genericitds: tests moved around and activated in GenericsTestsaclement2005-08-222-28/+371
|
* hasmember (hasmethod / hasfield) tests - not linked into main suite at this ↵acolyer2005-08-211-0/+57
| | | | point in time
* tests for pr83377acolyer2005-08-212-10/+62
|
* tests for pr78314 and pr80571acolyer2005-08-202-1/+30
|
* fix and test case for pr79523: BCException: illegal change to pointcut ↵acolyer2005-08-192-1/+12
| | | | declaration: calls(<nothing>)
* test for pr104529, @SuppressWarnings("unchecked") not being honoredacolyer2005-08-192-0/+11
|
* fix for pr86057, overriding of final pointcutacolyer2005-08-192-0/+10
|
* tests for pr78261, field patterns with a void field typeacolyer2005-08-192-1/+11
|
* tests for pr91114, (before - after) expressionacolyer2005-08-192-1/+10
|
* tests for pr78707, before returning and before throwing adviceacolyer2005-08-192-0/+11
|
* tests for pr 64568 and 74562acolyer2005-08-192-0/+20
|
* wording changed in some JDT compiler messagesacolyer2005-08-191-5/+4
|
* collection of really basic tests to use when bringing up a new version of ↵acolyer2005-08-192-0/+53
| | | | the JDT compiler (these are not linked into the main test suite). Fortunately I didn't need too many in here this time round...
* tests for pr107059 and generics chapter of ajdkacolyer2005-08-183-1/+73
|
* Andrews test for pr93356aclement2005-08-181-0/+4
|
* test for pr93356 and generic binary weaving itdsaclement2005-08-181-0/+57
|
* added ajdk generics tests and test for annotation matching on intermediate ↵acolyer2005-08-173-0/+116
| | | | type in hierarchy
* re-enabling tests with @AJ processing in ajc since these now pass.acolyer2005-08-171-6/+4
|
* @AJ PTW polish as per aj$getInstance does not rethrow the exc but return ↵avasseur2005-08-171-4/+4
| | | | null #92880
* test for declare soft with type varsacolyer2005-08-161-0/+3
|
* tests for pr106130 and pr107059acolyer2005-08-161-0/+8
|
* ajc-test drivers for 106130, 107059, and declare soft in generic aspectacolyer2005-08-161-4/+29
|
* updated message text...acolyer2005-08-161-1/+1
|
* test cases for generic aspects can now be included in main suiteacolyer2005-08-121-1/+7
|
* test case and fix for (.....)+ type pattern parsingacolyer2005-08-122-0/+15
|
* genericitds: field type mungers now understand a map from type variable ↵aclement2005-08-121-21/+36
| | | | names to positions (for generic itds). Some changes to assignable rules to support the new possibilities.
* genericitds: Using target type variables in your ITD field declarations.aclement2005-08-121-0/+85
|
* test case for pr106634 :acolyer2005-08-112-3/+39
| | | | regression: argument causes BcelGenericSignatureToTypeXConverter.java:203
* add test for proxy weaving and jit class weaving, update ltw docavasseur2005-08-112-2/+9
|
* tests and fix for bug pr106461:acolyer2005-08-102-0/+10
| | | | "org.aspectj.weaver.patterns.WildTypePattern.maybeGetCleanName(WildTypePattern.java:500)"
* test cases for after throwing and after returning with generic and ↵acolyer2005-08-102-1/+134
| | | | parameterized types.
* tests for args - this completes the implementation of generic and ↵acolyer2005-08-092-33/+191
| | | | parameterized type matching for ALL pointcuts in AspectJ 5. yay.
* genericitds: 2 big changes here: I've modifed the super/extends stuff so ↵aclement2005-08-092-40/+80
| | | | its only in one place (UnresolvedType) - making it available through the type hierarchy. I've modified the TypeMap in the World to avoid putting entries in the type map which might confuse us later. This fix stops us putting parameterized types that are parameterized by type variables from a generic member into the typemap, since we may look them up later for another member that happened to use the same variable name but had different bounds specified. I'm sure its not perfect yet, but it is definetly improved. things like Enum<E> still go in the typemap since E is not a generic member type variable.
* genericitds: test programs for ITDs targetting the different kinds of type.aclement2005-08-081-0/+22
|
* Fix for pr98901: copying annotations to new members created via ITD !!aclement2005-08-081-0/+1
|
* genericitds:aclement2005-08-082-22/+32
|
* generic itds:aclement2005-08-081-0/+45
|
* tests and implementation for calls to bridge methods. This completes the ↵acolyer2005-08-052-2/+14
| | | | implementation of the call pointcut for generic and parameterized types.
* tests and fix for call pointcut matching with various generic and ↵acolyer2005-08-052-10/+69
| | | | parameterized types
* genericitds: lots of new support for recursive type variables and ITD ctors.aclement2005-08-042-11/+105
|