Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fixes bug in test case caught by improved error messages in compiler | acolyer | 2005-07-21 | 1 | -1/+1 | |
| | ||||||
* | generics: fixes for decp testcases involving generic types targeted by ↵ | aclement | 2005-07-21 | 2 | -3/+7 | |
| | | | | parameterized decps. Type variables now persist in the system for longer... also LazyClassGen generates correct generic signatures for modified types. | |||||
* | tidy up after a run... | aclement | 2005-07-21 | 1 | -0/+5 | |
| | ||||||
* | fix in ltw log + test + some doc on custom message handler is evil | avasseur | 2005-07-21 | 9 | -0/+239 | |
| | ||||||
* | generics: testcase for decp'ing parameterized type onto a generic type that ↵ | aclement | 2005-07-20 | 1 | -0/+18 | |
| | | | | implements a parameterized type using a type variable type parameter ;) | |||||
* | ltw reweavable test for Mattew bug, fix some wrong getCoreType that makes ↵ | avasseur | 2005-07-18 | 6 | -0/+145 | |
| | | | | some stderr output when closure are encountered on ltw / dump | |||||
* | fix LTW for JMX stuff, rename messageHolder, some doc on that + dump | avasseur | 2005-07-18 | 4 | -4/+4 | |
| | ||||||
* | @DeclareAnnotation and guard to not use it in M3, doc update for M3 | avasseur | 2005-07-18 | 1 | -7/+1 | |
| | ||||||
* | This is the beginning of a significant refactoring needed to cleanly support ↵ | acolyer | 2005-07-15 | 5 | -0/+148 | |
| | | | | generics. We need to be much crisper about when we have an unresolved type (plain old TypeX) and when we have a resolved type. This refactoring renames TypeX to UnresolvedType and ResolvedTypeX to ResolvedType. In addition, it moves a number of methods that were defined on TypeX but which can only be answered by resolved types down onto ResolvedType. At the moment, ResolvedType still extends UnresolvedType - but a ResolvedType is *not* a UnresolvedType and this inheritance of convenience will be broken down the line so that ResolvedType does not extend UnresolvedType. Full signature information can only be known for ResolvedTypes. | |||||
* | more test cases covering generics in pointcut expressions | acolyer | 2005-07-13 | 5 | -0/+87 | |
| | ||||||
* | test that a signature with a generic declaring type does not match on the ↵ | acolyer | 2005-07-12 | 1 | -0/+18 | |
| | | | | erasure of the parameter types | |||||
* | test that a the erasure of a signature matches a parameterized ↵ | acolyer | 2005-07-12 | 1 | -0/+17 | |
| | | | | implementation of a method | |||||
* | fix 83935 where Jp / Pjp is an arg and bound in a formal binding as well as ↵ | avasseur | 2005-07-11 | 2 | -5/+172 | |
| | | | | another (or 2+) used as implicit bindings in @AJ | |||||
* | added one simple test for matching members of a parameterized type. | acolyer | 2005-07-11 | 4 | -0/+39 | |
| | | | | Took me 3 days to get it to pass!!! | |||||
* | generics: decp tests, binary weaving | aclement | 2005-07-08 | 8 | -0/+33 | |
| | ||||||
* | generics: decp tests | aclement | 2005-07-08 | 3 | -0/+34 | |
| | ||||||
* | generics: decp testcases | aclement | 2005-07-04 | 4 | -2/+31 | |
| | ||||||
* | fix source location for @AJ + fix the AsmManager behavior for @AJ (still no ↵ | avasseur | 2005-07-04 | 3 | -1/+170 | |
| | | | | luck in AJDT though) | |||||
* | generics: trivial decp implements. | aclement | 2005-07-04 | 1 | -4/+6 | |
| | ||||||
* | generics decp test. | aclement | 2005-06-21 | 1 | -1/+1 | |
| | ||||||
* | LTW weaver/dump@within option + fix a sout in weaver | avasseur | 2005-06-20 | 4 | -0/+72 | |
| | ||||||
* | update aspectjrt.jar in lib and test cases uses MAP in tests to reflect ↵ | acolyer | 2005-06-20 | 2 | -4/+4 | |
| | | | | introduction of PointcutExpression interface | |||||
* | fixed bug with LTW Xreweavable, fix this reflective issue in ↵ | avasseur | 2005-06-13 | 2 | -1/+2 | |
| | | | | RunAllBeforeCommit (was misnamed..) | |||||
* | @style if test, fixed Ajc that was not having sandbox in cp anymore in some ↵ | avasseur | 2005-06-09 | 5 | -9/+142 | |
| | | | | case (ltw test failed) | |||||
* | Readded test, order fixed via precedence | aclement | 2005-06-09 | 1 | -0/+2 | |
| | ||||||
* | test for if @style - a todo for Adrian | avasseur | 2005-06-09 | 2 | -24/+18 | |
| | ||||||
* | Tests for 98901: annotation copying on public ITDs | aclement | 2005-06-08 | 1 | -0/+46 | |
| | ||||||
* | Tests and fixes for 98901: annotation copying on public ITDs | aclement | 2005-06-08 | 2 | -0/+66 | |
| | ||||||
* | Improved generic ITD tests. | aclement | 2005-06-08 | 3 | -2/+5 | |
| | ||||||
* | finally fixed 75442+78383, impl a visitor pattern in patterns package, ↵ | avasseur | 2005-06-07 | 1 | -0/+1 | |
| | | | | turned on LTWperClause tests (clean up will follow, just want this visitor in for now) | |||||
* | perClause inheritance in @AJ (in ajdt module), fixed FIXME AV | avasseur | 2005-06-03 | 4 | -0/+116 | |
| | ||||||
* | fix some glitches in test cases to ensure that these are legal AspectJ ↵ | acolyer | 2005-06-02 | 4 | -6/+6 | |
| | | | | declarations... | |||||
* | GenericsWork: ITD testcode | aclement | 2005-06-02 | 12 | -0/+136 | |
| | ||||||
* | GenericsWork: new test programs for bug reports. | aclement | 2005-06-01 | 4 | -0/+60 | |
| | ||||||
* | test case fix | avasseur | 2005-05-31 | 2 | -3/+2 | |
| | ||||||
* | @AJ aspect inheritance and static pc ref | avasseur | 2005-05-31 | 3 | -0/+87 | |
| | ||||||
* | #96371 META-INF/aop.xml lookup fix + test | avasseur | 2005-05-30 | 3 | -9/+3 | |
| | ||||||
* | moved bcel things to bcel package in weaver, deow test + fix for @AJ | avasseur | 2005-05-20 | 1 | -0/+41 | |
| | ||||||
* | deow @AJ + @AfterXX annotation warnings + test + JDWP sample for LTW tests + ↵ | avasseur | 2005-05-19 | 2 | -4/+35 | |
| | | | | some AJ5 doc fix | |||||
* | LTW and around inling test for code style | avasseur | 2005-05-17 | 4 | -0/+143 | |
| | ||||||
* | aspects are reweavable by default, fixed issue in (AJC + LTW + Inlining + @AJ) | avasseur | 2005-05-17 | 6 | -73/+107 | |
| | ||||||
* | added test entries instead of autowiredtest for Andy sake, fix 1.4 ↵ | avasseur | 2005-05-13 | 1 | -1/+1 | |
| | | | | dependancies in loadtime module and util module | |||||
* | Fix and tests for pr84312: runtime retention checking. From Andrew Huff. | aclement | 2005-05-12 | 1 | -18/+23 | |
| | ||||||
* | remove bad _IDE folder instead of bin/ that leads to odd side effects, add ↵ | avasseur | 2005-05-11 | 1 | -1/+1 | |
| | | | | tools.jar to tests .classpath module for LTW tests using AntSpec | |||||
* | fix LTW test | avasseur | 2005-05-11 | 2 | -1/+11 | |
| | ||||||
* | fix 75442 thru lateTypeMungers, currently @AJaspectOf and perObject are ↵ | avasseur | 2005-05-10 | 6 | -103/+169 | |
| | | | | lateTypeMungers. new LTW tests, some fix in the LTW test error reporting | |||||
* | tests and fixes for 93345 and static imports. From Andrew Huff. | aclement | 2005-05-09 | 1 | -0/+9 | |
| | ||||||
* | Tests for 87282, 88606 | aclement | 2005-05-06 | 2 | -0/+26 | |
| | ||||||
* | Fix for 91053 (Generics): Generics problem with Set | aclement | 2005-05-06 | 1 | -0/+18 | |
| | ||||||
* | Fix for pr91267 (Generics): NPE at EclipseFactory.java:143 when using ↵ | aclement | 2005-05-06 | 2 | -0/+28 | |
| | | | | generic methods in aspects |