aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix section on annotation inheritance matchingacolyer2005-12-131-6/+5
|
* fix for 113257 - modified rewriter - not perfect but passes the latest problems.aclement2005-12-133-15/+163
|
* fix for pr120693acolyer2005-12-132-6/+13
|
* testcode for 113257aclement2005-12-133-0/+32
|
* tests and fix for ITDS in AjTypeSystemacolyer2005-12-137-2/+502
|
* added skip test check to tolerate funny build machine behaviouracolyer2005-12-131-0/+24
|
* 1.5 -> 1.3acolyer2005-12-131-1/+1
|
* unused import.aclement2005-12-131-1/+0
|
* permit extensions to pointcut designator set when using weaver tools APIacolyer2005-12-1318-70/+749
|
* fix for 120543 - from Matthew - includes datestamp in weaver info message on ↵aclement2005-12-132-0/+3
| | | | LTW startup.
* darn build machine.aclement2005-12-131-1/+1
|
* test and fix for 119749aclement2005-12-135-12/+35
|
* fix for120521aclement2005-12-132-1/+7
|
* test for 120521aclement2005-12-133-0/+23
|
* AST fixes: 110465 - from helen.aclement2005-12-132-0/+12
|
* fix for build prob - rogue warningaclement2005-12-131-1/+1
|
* fix for 120474 ($Proxy)aclement2005-12-135-2/+12
|
* fixes and tests for 119570 (member type subaspect)aclement2005-12-125-17/+43
|
* 119749 test program.aclement2005-12-121-0/+33
|
* fix bug 120401 - adding signature to identify exception message sourcewisberg2005-12-121-1/+1
|
* linux fix.aclement2005-12-121-2/+2
|
* fixes for 120363 : from matthew (include/exclude problems for LTW)aclement2005-12-126-21/+61
|
* updates for 116679 (targetting old runtimes)aclement2005-12-123-5/+25
|
* fixes for 119539aclement2005-12-126-41/+93
|
* more tests for 119570 and a fix for a silly warning that comes out.aclement2005-12-123-2/+30
|
* more tests for 119570aclement2005-12-126-0/+108
|
* tests and fixes for 119657. from matthew.aclement2005-12-128-99/+236
|
* tests for 119657. from matthew.aclement2005-12-1211-0/+145
|
* #120351 cflowbelow @AJ and bindingavasseur2005-12-126-9/+136
|
* Some updates for 118754. The various places that were checking for ↵aclement2005-12-0941-86/+215
| | | | 'MISSING' now call 'isMissing' if they can. I think this negates some work Adrian did with introducing MissingWithKnownSignature - but we have to make this change for LTW to work properly. Someone with a bit of time on their hands should go through all the places isMissing() is now called and see if the check should be 'isReallyMissing()' which would allow the MissingWithKnownSignature to get through. I will raise an enhancement to cover this.
* test and fix for 119451aclement2005-12-093-2/+5
|
* test from 119570aclement2005-12-095-1/+66
|
* delegates modified to return the same thing as BCEL. Ctors have the name ↵aclement2005-12-093-5/+55
| | | | <init> and a return type of 'void'. Fix for 119353
* fixes for 119210 - allows for autoboxing with around advice.aclement2005-12-082-3/+36
|
* testcode for 119210aclement2005-12-086-2/+83
|
* test and fix for 109614aclement2005-12-084-2/+30
|
* fix for 119543, from Helen.aclement2005-12-071-1/+1
|
* test for 119539,119543aclement2005-12-071-0/+28
|
* test for 119539aclement2005-12-073-0/+67
|
* test for 119543aclement2005-12-072-0/+22
|
* addressing 118877aclement2005-12-071-6/+10
|
* hmmm, misbehaving in the suite.aclement2005-12-071-1/+1
|
* tests and fix for pr119352acolyer2005-12-062-2/+12
|
* organized importsaclement2005-12-061-2/+0
|
* fixes for 118715 from Matthew.aclement2005-12-0615-22/+220
|
* fix for pr117854 - first part, broken switch statement.aclement2005-12-063-5/+5
|
* first part of 117854aclement2005-12-063-0/+20
|
* workaround for jrockit potential bug (see pr1054290acolyer2005-12-062-1/+2
|
* tests and fix for pr118149acolyer2005-12-064-0/+37
|
* fixes getGenericXXX methods in Reflection-based resolved member impl, ↵acolyer2005-12-0613-95/+484
| | | | GenericSignatureInformationProvider allows this to work across both 1.4 and 1.5