Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | test for 119539 | aclement | 2005-12-07 | 3 | -0/+67 | |
| | ||||||
* | test for 119543 | aclement | 2005-12-07 | 2 | -0/+22 | |
| | ||||||
* | addressing 118877 | aclement | 2005-12-07 | 1 | -6/+10 | |
| | ||||||
* | hmmm, misbehaving in the suite. | aclement | 2005-12-07 | 1 | -1/+1 | |
| | ||||||
* | tests and fix for pr119352 | acolyer | 2005-12-06 | 2 | -2/+12 | |
| | ||||||
* | organized imports | aclement | 2005-12-06 | 1 | -2/+0 | |
| | ||||||
* | fixes for 118715 from Matthew. | aclement | 2005-12-06 | 15 | -22/+220 | |
| | ||||||
* | fix for pr117854 - first part, broken switch statement. | aclement | 2005-12-06 | 3 | -5/+5 | |
| | ||||||
* | first part of 117854 | aclement | 2005-12-06 | 3 | -0/+20 | |
| | ||||||
* | workaround for jrockit potential bug (see pr1054290 | acolyer | 2005-12-06 | 2 | -1/+2 | |
| | ||||||
* | tests and fix for pr118149 | acolyer | 2005-12-06 | 4 | -0/+37 | |
| | ||||||
* | fixes getGenericXXX methods in Reflection-based resolved member impl, ↵ | acolyer | 2005-12-06 | 13 | -95/+484 | |
| | | | | GenericSignatureInformationProvider allows this to work across both 1.4 and 1.5 | |||||
* | fixes for 119019 | aclement | 2005-12-04 | 7 | -3/+115 | |
| | ||||||
* | fixes for 117882 | aclement | 2005-12-04 | 2 | -0/+138 | |
| | ||||||
* | tests for 117882 | aclement | 2005-12-04 | 2 | -2/+84 | |
| | ||||||
* | testcode for 119019 | aclement | 2005-12-04 | 2 | -0/+25 | |
| | ||||||
* | fixing the unfixable: 117882 incremental dec @type: testcode from Helen. | aclement | 2005-12-02 | 9 | -0/+71 | |
| | ||||||
* | fixing the unfixable: 117882 incremental dec @type: made two methods in ↵ | aclement | 2005-12-02 | 2 | -0/+0 | |
| | | | | Annotation non-final so they can be overridden. | |||||
* | fixing the unfixable: 117882 incremental dec @type | aclement | 2005-12-02 | 1 | -2/+2 | |
| | ||||||
* | removed 1.5 api - adrian needs to look at the proper solution here though. | aclement | 2005-12-02 | 1 | -2/+4 | |
| | ||||||
* | test and fix for 118698 | aclement | 2005-12-02 | 4 | -3/+40 | |
| | ||||||
* | support for isNested, and use of that property when splitting names in ↵ | acolyer | 2005-12-02 | 7 | -12/+44 | |
| | | | | WildTypePattern | |||||
* | updates to name processing to take into account nesting on $ conversions | acolyer | 2005-12-02 | 3 | -2/+6 | |
| | ||||||
* | updates to bcel to support isNested test on JavaClass | acolyer | 2005-12-02 | 4 | -10/+33 | |
| | ||||||
* | test and fix for 118781 | aclement | 2005-12-01 | 6 | -3/+60 | |
| | ||||||
* | tests for 118599 | aclement | 2005-12-01 | 2 | -3/+34 | |
| | ||||||
* | fix for 118599 | aclement | 2005-12-01 | 1 | -1/+2 | |
| | ||||||
* | testcode for 118326 | aclement | 2005-12-01 | 2 | -0/+16 | |
| | ||||||
* | testcode for 118599 | aclement | 2005-12-01 | 2 | -0/+26 | |
| | ||||||
* | fixes for 117209: ensures proceedOnError makes it across in the case of AJDT ↵ | aclement | 2005-11-30 | 9 | -1/+88 | |
| | | | | (also -Xajruntimetarget...) | |||||
* | removed unused import. | aclement | 2005-11-30 | 1 | -3/+2 | |
| | ||||||
* | implementation of new xlint: pr111667 | aclement | 2005-11-30 | 6 | -2/+75 | |
| | ||||||
* | More fixes for 116679: now copes with the enclosingSP type that we ↵ | aclement | 2005-11-30 | 7 | -30/+160 | |
| | | | | introduced for 1.5 | |||||
* | helper method for determining target ajruntime | aclement | 2005-11-30 | 1 | -0/+4 | |
| | ||||||
* | taking out a failing test that fails due to classpath issues on build ↵ | acolyer | 2005-11-29 | 1 | -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... | |||||
* | elimination of compilation warnings | acolyer | 2005-11-29 | 1 | -10/+12 | |
| | ||||||
* | elimination of unused variable warning | acolyer | 2005-11-29 | 2 | -6/+6 | |
| | ||||||
* | a way to run the pointcut parser tests under 1.5 and have the weaver5 types ↵ | acolyer | 2005-11-29 | 1 | -0/+28 | |
| | | | | visible (not linked to main suite...) | |||||
* | tests for parameter name generation in advice annotations | acolyer | 2005-11-29 | 5 | -0/+65 | |
| | ||||||
* | when generating advice annotations, populate the argNames attribute | acolyer | 2005-11-29 | 2 | -15/+63 | |
| | ||||||
* | new versions of aspectjrt.jar with annotation updates in | acolyer | 2005-11-29 | 2 | -0/+0 | |
| | ||||||
* | updates to advice annotations to allow specification (and generation) of ↵ | acolyer | 2005-11-29 | 5 | -0/+49 | |
| | | | | parameter names if needed | |||||
* | fix for pr118337 | acolyer | 2005-11-29 | 1 | -1/+1 | |
| | ||||||
* | more slight changes for 111317: ast (raised visibility of some inner types) | aclement | 2005-11-29 | 2 | -0/+0 | |
| | ||||||
* | code for 116679: targetting a 1.2.1 runtime | aclement | 2005-11-29 | 16 | -1/+104 | |
| | ||||||
* | Further changes for 118192 | aclement | 2005-11-28 | 3 | -18/+22 | |
| | ||||||
* | horrible work around for the fact that the build machine runs tests on a 1.5 ↵ | acolyer | 2005-11-28 | 5 | -5/+150 | |
| | | | | vm without all the 1.5 aj libs present | |||||
* | fixes for 118192 | aclement | 2005-11-28 | 3 | -4/+93 | |
| | ||||||
* | pr93310 now fixed ! | aclement | 2005-11-28 | 2 | -23/+37 | |
| | ||||||
* | test and fix for 112736 | aclement | 2005-11-28 | 6 | -15/+90 | |
| |