summaryrefslogtreecommitdiffstats
path: root/tests/src
Commit message (Collapse)AuthorAgeFilesLines
* tests for 133532 - also tidied up the statelistener codeaclement2006-04-043-7/+55
|
* more tests for @DeclareParents - building it in pieces.aclement2006-03-292-0/+35
|
* test and fix for @DeclareParents problem where the target was "@Coloured *" ↵aclement2006-03-292-1/+43
| | | | - fix was to resolve the typepattern
* test and fix for 126560 (@AJ types resolved in 'current package') and test ↵aclement2006-03-282-0/+28
| | | | for 132349
* fix for 133298aclement2006-03-281-2/+2
|
* test and fixes for 98901, comment 29aclement2006-03-272-2/+24
|
* test and fix for 133307 - funky type variable bounds.aclement2006-03-273-3/+9
|
* better tests for 133298 - yucky bug.aclement2006-03-262-6/+25
|
* test and fix for 132926aclement2006-03-242-0/+33
|
* more tests for how AJDT cross project builds work.aclement2006-03-181-2/+88
|
* test and fix for 132130aclement2006-03-172-6/+74
|
* test and fix for 131932aclement2006-03-162-0/+83
|
* test and fix for 131933aclement2006-03-162-0/+12
|
* test and fix for 131505: keep aspectnames in the state objectaclement2006-03-151-0/+89
|
* helens testcode from 129163 for the recent AJDT integration probs.aclement2006-03-101-0/+53
|
* 101411: -XaddSerialVersionUIDPOST_MEMORY_CHANGESaclement2006-03-093-0/+73
|
* 129163: more bits...: set the compiler correctly for error reporting on inc ↵aclement2006-03-081-0/+15
| | | | builds. (comment #34,35)
* Progress on: Bug 130869: Pointcut resolution fails against type variablesacolyer2006-03-082-0/+27
| | | | | https://bugs.eclipse.org/bugs/show_bug.cgi?id=130869 fix and test case...
* 129163: more bits... recording whether crosscutting members has changed ↵aclement2006-03-071-8/+2
| | | | 'since the last reset'
* 129163: first part: perclause hashcode/equalsaclement2006-03-061-3/+9
|
* fix for 130300: cause the mysterious disappearance of -XnoWeaveaclement2006-03-056-24/+24
|
* test for 129566aclement2006-03-012-1/+14
|
* Completed: Improve ajc memory usageacolyer2006-02-242-0/+19
| | | | incremental tests need to ensure that AjState runs in incremental mode!
* one extra guard.aclement2006-02-221-0/+2
|
* test and fix for 122742 (more @AJ thisJoinPoint problems...)aclement2006-02-212-2/+22
|
* test and fix for 128618 (from helen) - message handling.aclement2006-02-211-0/+18
|
* test and fix for 128237 from Helenaclement2006-02-212-0/+8
|
* test and fix for 128744 (or at least the LTW problem Sian hit whilst ↵aclement2006-02-212-0/+11
| | | | debugging it...)
* testcode for 128655aclement2006-02-212-7/+56
|
* test for 123553wisberg2006-02-172-1/+7
|
* just a comment.aclement2006-02-161-0/+1
|
* test and fix for 122370 (Andy & Helen) - code generated for @Decp busted.aclement2006-02-162-0/+15
|
* test and fix for 121616aclement2006-02-162-0/+10
|
* tests and (slightly reworked) fix for 125699 from Helen. @AJ bug with ↵aclement2006-02-162-3/+17
| | | | inherited advice from code style aspects.
* test and fix for 120527 and test (commented out) for 127299aclement2006-02-152-0/+10
|
* fix for 119882 (from Helen) - similar to fix for 113531aclement2006-02-131-0/+29
|
* Progress on: empty catch block warning - updates to test cases with empty ↵acolyer2006-02-1013-45/+72
| | | | catch blocks
* fix for 120356 - better feedback for DEOW when using @AJ. (from helen)aclement2006-02-102-0/+77
|
* Progress on: Bug 126316: Invalid method signature: ↵acolyer2006-02-032-0/+7
| | | | | | | | Pjava/lang/Enum<Ljava/lang/Object;>; https://bugs.eclipse.org/bugs/show_bug.cgi?id=126316 --> fix and test case
* @AJ around tests for 126167aclement2006-02-023-0/+312
|
* thats better.aclement2006-02-011-4/+4
|
* oopsaclement2006-02-011-4/+4
|
* testcode for 125699 and 125810 from matthew. test for 125699 commented out.aclement2006-02-012-0/+24
|
* testcode for 125475/125480 (from matthew) and for enh 123423 (expose PTW ↵aclement2006-01-301-1/+20
| | | | type) - last one currently commented out.
* testcode for 125475/125480 (from matthew) and for enh 123423 (expose PTW type)aclement2006-01-301-2/+33
|
* fix and test for 123901. test for 125475 (commented out)aclement2006-01-292-0/+12
|
* fix for 121395 - error message on stupid aspectpathaclement2006-01-272-2/+29
|
* fix for 125405 - demote raws to simple on incremental compiles when necessary.aclement2006-01-271-0/+24
|
* helens changes for 125295 - should keep AJDT happy.aclement2006-01-262-0/+28
|
* fix for 122452 - pattern parser for a duff pointcut definition. Also fix ↵aclement2006-01-252-4/+10
| | | | for 125027 (deow length set wrong during parsing). latter fix from Helen.