summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* test and fix for pr111481: varargs ITD ctors. Patch from Helen Hawkins.aclement2005-10-053-0/+27
|
* itd support in the MAPacolyer2005-10-044-28/+219
|
* test and fix for pr110906: vararg ITDsaclement2005-10-043-1/+35
|
* rebuilt post fix for pr110906: varargs ITDaclement2005-10-047-0/+0
|
* Fix and tests for pr77269: incorrect structure model for inner types. (Patch ↵aclement2005-10-045-0/+193
| | | | from Helen Hawkins).
* completes all of the MAP bar ITDsacolyer2005-10-039-1/+309
|
* pr83717: allows ITD incremental compilation with reweavable. Also commented ↵aclement2005-10-031-6/+2
| | | | some iffy/complex areas of the code
* test for pr84033 promoted from failing suite to real suite.aclement2005-10-036-9/+38
|
* updates to reflection library (largely javadoc, but with a few small tweaks)acolyer2005-09-302-9/+9
|
* bugs bugs bugs: testcases for things on my list.aclement2005-09-302-1/+33
|
* new test programs for bug reports.aclement2005-09-306-0/+127
|
* test fixavasseur2005-09-291-1/+2
|
* tests and fix for enh 108118, completes @SuppressAjWarnings implementationacolyer2005-09-295-2/+57
|
* #108488 @AspectJ perthis(..) was broken for some pointcut issueavasseur2005-09-291-0/+2
| | | | checks for @AfterXX fixed
* #108488 @AspectJ perthis(..) was broken for some pointcut issueavasseur2005-09-292-5/+4
| | | | checks for @AfterXX fixed
* tests and fix for pr100195, local var debug info not preserved when inlining ↵acolyer2005-09-293-0/+71
| | | | around advice
* perclause resolvingacolyer2005-09-291-0/+1
|
* pr110927: testcase and fixaclement2005-09-283-7/+29
|
* pr110927: testcaseaclement2005-09-281-0/+18
|
* temp comment out for CC, update for #107953 fixavasseur2005-09-282-2/+3
|
* test for Adrian, #108488 - note: other test are commented outavasseur2005-09-282-3/+36
|
* pr110788: testcasesaclement2005-09-286-7/+69
|
* tests for pr102933, array clone in -1.4, -1.5 vs -1.3acolyer2005-09-273-0/+30
|
* tests and fix for pr88900, unneccessary warningacolyer2005-09-274-0/+164
|
* pr110307: test cases.aclement2005-09-272-0/+90
|
* tests and fix for 109283.acolyer2005-09-223-4/+40
|
* attempt to create the right classpath for running org.aspectj.weaver.tools ↵acolyer2005-09-221-1/+1
| | | | tests on the build machine...
* tests for pr76374 - missing type warning on declare parentsacolyer2005-09-213-1/+17
|
* tests and fix for pr102210 - not descending into branches when pulling up ↵acolyer2005-09-211-1/+2
| | | | disjunctions during pointcut rewriting.
* test for annotation binding bug when target type in bytecode != declaring ↵acolyer2005-09-211-0/+37
| | | | type (1.4)
* tests and implementation for 108120 - runtime pointcut parsing and matching.acolyer2005-09-217-1/+67
|
* pr109728: testcaseaclement2005-09-193-0/+20
|
* test for pr102210aclement2005-09-143-1/+50
|
* test and fix for pr109486: bcel exception when expecting compiler error for ↵aclement2005-09-143-0/+9
| | | | final abstract class.
* rebuilt due to attribute modifications.aclement2005-09-137-0/+0
|
* test and fix for pr106554: staticinitialization and PTWaclement2005-09-132-0/+13
|
* test and fix for pr106554: staticinitialization and PTWaclement2005-09-131-0/+24
|
* tests and a fix for the bug with no name, in which Pooh gets carried away ↵acolyer2005-09-124-0/+67
| | | | and tries to create raw types all the time, but Christopher Robin kindly explains that raw types should only be created in -1.5 mode.
* tests and fix for pr105181, implicit cast of itd field type on return from ↵acolyer2005-09-122-7/+14
| | | | generic collection erroneously casting to aspect (declaring) type, not owning (target) type.
* Test and fix for PR103740: Compiler failure on @annotationaclement2005-09-123-2/+29
|
* tests and fix for pr108903 - MUST process from super aspect to sub aspect ↵acolyer2005-09-127-2/+74
| | | | when finding declares
* added test for pr105181acolyer2005-09-113-0/+37
|
* tests and fix for pr108826, not correctly converting from T[] to ResolvedType.acolyer2005-09-095-1/+40
|
* tests and fix for pr109124, not correctly recognizing synthetic fields under 1.5acolyer2005-09-093-0/+47
|
* tests and fix for pr108886, result of having no source location for resolved ↵acolyer2005-09-082-0/+3
| | | | members representing methods in EclipseSourceTypes
* tests and fix for pr109042, unusedArgument warning on aj synthetic argsacolyer2005-09-083-0/+175
|
* tests and fix for pr108902 and pr108903acolyer2005-09-087-0/+107
|
* tests and fix for pr108816, args with binding with .. at join point with ↵acolyer2005-09-063-1/+29
| | | | synthetic arguments
* tests for pr108818, private pointcuts overridden inadvertantlyacolyer2005-09-063-0/+34
|
* tests for pr87530, final modifier on interface itdmacolyer2005-09-054-1/+65
|