summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* fixes for 119019aclement2005-12-047-3/+115
|
* fixes for 117882aclement2005-12-042-0/+138
|
* tests for 117882aclement2005-12-042-2/+84
|
* testcode for 119019aclement2005-12-042-0/+25
|
* fixing the unfixable: 117882 incremental dec @type: testcode from Helen.aclement2005-12-029-0/+71
|
* fixing the unfixable: 117882 incremental dec @type: made two methods in ↵aclement2005-12-022-0/+0
| | | | Annotation non-final so they can be overridden.
* fixing the unfixable: 117882 incremental dec @typeaclement2005-12-021-2/+2
|
* removed 1.5 api - adrian needs to look at the proper solution here though.aclement2005-12-021-2/+4
|
* test and fix for 118698aclement2005-12-024-3/+40
|
* support for isNested, and use of that property when splitting names in ↵acolyer2005-12-027-12/+44
| | | | WildTypePattern
* updates to name processing to take into account nesting on $ conversionsacolyer2005-12-023-2/+6
|
* updates to bcel to support isNested test on JavaClassacolyer2005-12-024-10/+33
|
* test and fix for 118781aclement2005-12-016-3/+60
|
* tests for 118599aclement2005-12-012-3/+34
|
* fix for 118599aclement2005-12-011-1/+2
|
* testcode for 118326aclement2005-12-012-0/+16
|
* testcode for 118599aclement2005-12-012-0/+26
|
* fixes for 117209: ensures proceedOnError makes it across in the case of AJDT ↵aclement2005-11-309-1/+88
| | | | (also -Xajruntimetarget...)
* removed unused import.aclement2005-11-301-3/+2
|
* implementation of new xlint: pr111667aclement2005-11-306-2/+75
|
* More fixes for 116679: now copes with the enclosingSP type that we ↵aclement2005-11-307-30/+160
| | | | introduced for 1.5
* helper method for determining target ajruntimeaclement2005-11-301-0/+4
|
* taking out a failing test that fails due to classpath issues on build ↵acolyer2005-11-291-3/+5
| | | | machine that are too complex to resolve. Facility is also covered by unit tests elsewhere. Look into fixing this post 1.5.0 but I don't want to tamper with the build and test scripts now...