summaryrefslogtreecommitdiffstats
path: root/tests/src
Commit message (Collapse)AuthorAgeFilesLines
...
* removing test that builds into the src tree rather than the sandboxaclement2008-05-071-1/+2
|
* 230134: tests and fixes - move cflow caches from static state to ↵aclement2008-05-052-3/+13
| | | | crosscuttingmembers for the aspect, fixing their lifecycle.
* sp mistakeaclement2008-05-021-1/+1
|
* 229910 - dont generate bad code for around advice on fieldset for an ↵aclement2008-05-022-1/+8
| | | | inherited field
* rest of fix for 228980 - annotations bundled in with Notsaclement2008-04-262-6/+12
|
* 228980: tests and partial fixaclement2008-04-262-2/+24
|
* 226567: test and fix - generic return types and overridden methodsaclement2008-04-246-0/+77
|
* 225916: test and fix: when pipelining use the binding to determine anonymityaclement2008-04-072-0/+9
|
* 221427: optimizing project rebuildsaclement2008-04-013-4/+56
|
* remove array class cast test, fix is not in!aclement2008-03-241-4/+4
|
* 214994: generic itds alias NPE: tests and fixaclement2008-03-242-0/+8
|
* 223605: itd on generic type: test and fixaclement2008-03-242-0/+9
|
* temporarily removed, see 223446aclement2008-03-202-6/+10
|
* 164356: test and fix: ajdocaclement2008-03-202-0/+25
|
* 173602 : testcode and fix for duplicate ITDs and NPEaclement2008-03-192-0/+11
|
* 223094 - test caseaclement2008-03-182-0/+13
|
* 145018 - moved testcode to 16aclement2008-03-184-15/+15
|
* 167197: Make array a subclass of referencetype and not resolvedtypeaclement2008-03-171-2/+4
|
* 167197: test codeaclement2008-03-171-1/+10
|
* 167197: moved test code to 1.6aclement2008-03-172-5/+0
|
* 180264 - testcaseaclement2008-03-162-4/+11
|
* 221427: improved outputaclement2008-03-111-0/+2
|
* 221427: improved outputaclement2008-03-111-2/+4
|
* 201748: new testcase, currently commented outaclement2008-03-112-0/+7
|
* 221427 testcode: commented outaclement2008-03-061-0/+58
|
* 221558: test and fix: incorrect abstract method error with generics and ITDsaclement2008-03-052-1/+13
|
* testcode - incorrect message with itd of default implementation using ↵aclement2008-03-052-0/+6
| | | | generic types
* annotation value matching in decpaclement2008-03-032-0/+17
|
* testcode for 211146 and hasMethod semantics - commented out right nowaclement2008-02-261-1/+6
|
* testcode for 211146 and hasMethod semantics - commented out right nowaclement2008-02-262-2/+19
|
* 220255: testcodeaclement2008-02-261-0/+12
|
* annoValMatch: implementationaclement2008-02-251-0/+1
|
* annoValMatch: testcodeaclement2008-02-252-0/+157
|
* annotation value matching: testcodeaclement2008-02-221-0/+46
|
* 209831: testcodeaclement2008-02-212-0/+14
|
* 214559: tests and fix: cope with varying orderings for interdependant ↵aclement2008-02-202-1/+19
| | | | declare parents statements.
* 216311: testcodeaclement2008-02-202-0/+6
|
* 204505: testcode and fix: poorly documented method in ResolvedMemberImpl now ↵aclement2008-02-192-1/+15
| | | | creates a sig based on the erasure of the type variable rather than using the type variable itself. Passes this case but could be related situations that fail...
* 219298: new error message comes outaclement2008-02-191-0/+1
|
* 219298: testcodeaclement2008-02-192-1/+13
|
* 218167: test and fix: compiler crash on multiple dec @fieldsaclement2008-02-072-0/+7
|
* remove unwanted xlint for parameter annotationsaclement2008-02-062-0/+6
|
* trigger buildaclement2008-01-261-1/+1
|
* paramannos: lists outstanding work items on thisaclement2008-01-251-13/+1
|
* paramannos: ResolvedType can hold 'temporary annotations' during a match ↵aclement2008-01-251-0/+1
| | | | (parameter annos). PatternParser supports distinction between parameter and type annos.
* paramannos: testcodeaclement2008-01-252-0/+225
|
* unused importaclement2008-01-251-1/+0
|
* pr206911: tests and fix: generic super itdaclement2008-01-224-1/+53
|
* support weaving of java. and javax. in ltw - risky businessaclement2008-01-213-0/+63
|
* AspectJ6: removed due to bad implementation of generic itds that the new ↵aclement2008-01-172-10/+14
| | | | compiler has revealed. Should be added back in for final