aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src
Commit message (Collapse)AuthorAgeFilesLines
* tests and fix for pr107858, inline field access in argument to proceed with ↵acolyer2005-08-312-0/+11
| | | | too many arguments
* tests for pr104024, inner class constructed inline and passed as argument to ↵acolyer2005-08-314-0/+11
| | | | varargs method
* tests and fix for pr105479, declare parents introducing method override with ↵acolyer2005-08-312-1/+8
| | | | covariance
* test for pr95992acolyer2005-08-312-1/+9
|
* tests for pr108370, enum switch in itd method with target type on the inpathacolyer2005-08-312-1/+15
|
* tests for pr108454, 'Waving' crash on a 1.5 java generics?acolyer2005-08-312-1/+10
|
* fix for pr108377, Verify error on unqualified reference to itd field inside ↵acolyer2005-08-312-0/+12
| | | | itd method.
* tests for pr107953 and newsgroup reported issue of varargs matching with ↵acolyer2005-08-303-2/+24
| | | | type variable vararg
* tests for pr108425 and pr108104acolyer2005-08-302-0/+18
|
* 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.