summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* synchronization joinpoints: testcodeaclement2006-05-2466-0/+3263
|
* expose -Xjoinpoints: from Antaclement2006-05-231-1/+7
|
* test and fix for first part of 126355aclement2006-05-236-7/+42
|
* fix for 142466aclement2006-05-2313-21/+223
|
* fix for 137568: dreaded generics signatureaclement2006-05-223-28/+38
|
* test and fix for pr132349: itds on inner type of generic typeaclement2006-05-223-1/+58
|
* test for 128443aclement2006-05-223-0/+93
|
* moved pr132349 from 151 to 152aclement2006-05-226-13/+50
|
* final implementation and tests for 101983: allow separate output foldersacolyer2006-05-1915-136/+295
|
* first cut at what a basic incremental suite should cover...acolyer2006-05-181-34/+51
|
* testcode for 129408 - cant be switched on yetaclement2006-05-182-0/+14
|
* testcode for 129408 - dont print out AbortException stack traces!!aclement2006-05-181-1/+2
|
* testcode for 129408aclement2006-05-183-0/+28
|
* fix for 125480aclement2006-05-181-1/+14
|
* tests moved to 152aclement2006-05-185-47/+0
|
* tests moved to 125480aclement2006-05-182-11/+1
|
* tests for 125480aclement2006-05-182-0/+25
|
* proper testcode for 125480aclement2006-05-1810-0/+112
|
* testcode for 134425aclement2006-05-183-0/+23
|
* fix for 138171 - error if we can't copy a resource over rather than crashing.aclement2006-05-181-4/+13
|
* possible test for 138171 - i worry about it failing on some configurations ↵aclement2006-05-182-3/+45
| | | | tho.. (linux/mac...)
* testcode for 138171aclement2006-05-183-0/+7
|
* sick and tired of checking these classes out of CVS and hacking debug ON. ↵aclement2006-05-173-2/+15
| | | | The only time I want debug off is when running RunTheseBeforeYouCommitTests. So now debug is hard coded ON and I've checked in a launch config for running the tests with debug off.
* test update and fix for 138223: funky annotation matchingaclement2006-05-174-29/+63
|
* proper testcode for 135865aclement2006-05-175-17/+50
|
* test and fix for 141956aclement2006-05-176-3/+57
|
* fix for 142165: LTWaclement2006-05-174-4/+18
|
* testcode for 135865 and 142165aclement2006-05-179-0/+180
|
* progress on enh 101983 (allow separate output folders for separate source ↵acolyer2006-05-1611-2/+176
| | | | folders)
* tests and fix for pr130722, 138219acolyer2006-05-1614-27/+109
|
* fix for pr141945, misleading message re. aop.xmlacolyer2006-05-162-2/+2
|
* for 82570 - add linenumbertable for generated methods (aspectOf/etc)aclement2006-05-162-2/+2
|
* tests and fix for 135068: verifyerror for @AJaclement2006-05-1616-0/+214
|
* recover from crash whilst crashing...aclement2006-05-151-2/+16
|
* work in progress - beginnings of a document defining what we should have in ↵acolyer2006-05-121-0/+94
| | | | a comprehensive incremental compilation test suite
* test and fix for 133117: dont spam the user with noGuardForLazyTjp messages.aclement2006-05-126-14/+94
|
* tests and fix for 136026: cflow verifyerror in non trivial combination of ↵aclement2006-05-121-13/+14
| | | | cflow pointcuts: include kind of usage (stack/counter) in key for cache
* tests and fix for 136026: cflow verifyerror in non trivial combination of ↵aclement2006-05-124-0/+168
| | | | cflow pointcuts.
* longhand of recent Java API *sigh*aclement2006-05-121-1/+8
|
* test and fix for 129704: broken @annotation for methods in generic typesaclement2006-05-124-3/+33
|
* test and fix for 138384: woven methods being >64k in code sizeaclement2006-05-126-2/+501
|
* fixes for missing error messages (pr132314)aclement2006-05-113-1/+10
|
* 134471 - incremental structure model repair code overhaul - the key new ↵aclement2006-05-111-0/+14
| | | | behaviour. At the start of weaving we remove relationships.
* 134471 - incremental structure model repair code overhaul - some new tests ↵aclement2006-05-111-106/+370
| | | | for incremental structure model repairs.
* 134471 - incremental structure model repair code overhaul - different ↵aclement2006-05-111-113/+370
| | | | strategy for tidying up relationships.
* 134471 - incremental structure model repair code overhaul - consider whether ↵aclement2006-05-111-1/+1
| | | | we are doing sloc comparisons.
* 134471 - incremental structure model repair code overhaul - compare source ↵aclement2006-05-112-2/+6
| | | | locations (for now) until handles are location independent.
* 134471 - incremental structure model repair code overhaul - so we don't ↵aclement2006-05-111-0/+22
| | | | unnecessarily recompile if a decw changes.
* 134471 - incremental structure model repair code overhaul - if we don't know ↵aclement2006-05-111-2/+3
| | | | the location, don't pretend we do
* 134471 - incremental structure model repair code overhaul - slight ↵aclement2006-05-111-1/+1
| | | | improvement for duff slocs (@AJ...)