| Commit message (Expand) | Author | Age | Files | Lines |
* | improved and additional signature matching tests | acolyer | 2005-08-04 | 7 | -12/+213 |
* | genericitds: more combinations | aclement | 2005-08-03 | 3 | -0/+84 |
* | genericitds: now we're getting silly.. | aclement | 2005-08-03 | 5 | -0/+132 |
* | genericitds: more combinations | aclement | 2005-08-03 | 4 | -0/+81 |
* | genericitds: the possibilities are endless. | aclement | 2005-07-29 | 8 | -11/+151 |
* | genericitds: using wildcard '? extends Type' and '? extends <TypeVariable>'. ... | aclement | 2005-07-29 | 2 | -3/+46 |
* | genericitds: using wildcard '? extends' with typevariables. | aclement | 2005-07-29 | 1 | -0/+20 |
* | tests for initialization and preinitialization pointcut matching with generics | acolyer | 2005-07-29 | 5 | -6/+155 |
* | genericitds: using wildcard '? extends Type' | aclement | 2005-07-29 | 2 | -0/+41 |
* | genericitds: using wildcard '? extends' with typevariables. | aclement | 2005-07-29 | 2 | -0/+36 |
* | test cases for get, set, staticinitialization, this, target, and within point... | acolyer | 2005-07-29 | 10 | -15/+449 |
* | updates to tests in accordance with generics simplification plan | acolyer | 2005-07-28 | 4 | -27/+29 |
* | fix corrupted test failing on Jrockit, fix a ltw doc, ltw include are ORed as... | avasseur | 2005-07-28 | 1 | -1/+2 |
* | generic decp: now polices you supply the right number of parameters and they ... | aclement | 2005-07-27 | 2 | -13/+21 |
* | changed dumb testcase | aclement | 2005-07-27 | 1 | -4/+5 |
* | genericmethoditd: testcase | aclement | 2005-07-27 | 1 | -0/+4 |
* | rebuilt jars because of resolvedmember serialization change to remember type ... | aclement | 2005-07-27 | 5 | -0/+0 |
* | sick sick sick generic itd tests. | aclement | 2005-07-26 | 3 | -0/+54 |
* | generics: testcase - static generic method ITD | aclement | 2005-07-26 | 1 | -0/+9 |
* | generics: testcase - static generic method ITD | aclement | 2005-07-26 | 1 | -0/+23 |
* | update to expected messages for type pattern matching with generics | acolyer | 2005-07-22 | 2 | -7/+10 |
* | annotated lines that should produce compilation warnings | acolyer | 2005-07-22 | 1 | -4/+4 |
* | changed the serialized form of a WildTypePattern to remember generic info... ... | acolyer | 2005-07-22 | 5 | -0/+0 |
* | fix #104212 very bad bug on static method call jp that has been around since ... | avasseur | 2005-07-22 | 3 | -0/+74 |
* | more tests and refinement of existing tests | acolyer | 2005-07-21 | 2 | -4/+9 |
* | 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 param... | aclement | 2005-07-21 | 4 | -19/+35 |
* | 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 | 11 | -1/+249 |
* | one more passing test... | acolyer | 2005-07-20 | 1 | -6/+3 |
* | generics: testcase for decp'ing parameterized type onto a generic type that i... | aclement | 2005-07-20 | 1 | -0/+18 |
* | commented out debug line... | aclement | 2005-07-20 | 1 | -1/+1 |
* | changes to construction and representation of parameterized types, and enforc... | acolyer | 2005-07-20 | 1 | -1/+1 |
* | ltw reweavable test for Mattew bug, fix some wrong getCoreType that makes som... | avasseur | 2005-07-18 | 8 | -0/+157 |
* | 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 | 2 | -9/+3 |
* | testcases for pr98901 (annotations copied to targets of decannotation). Not ... | aclement | 2005-07-18 | 31 | -0/+1213 |
* | Fix for pr103266: allow for nulls in the visitor (can happen if there are syn... | aclement | 2005-07-18 | 3 | -0/+59 |
* | This is the beginning of a significant refactoring needed to cleanly support ... | acolyer | 2005-07-15 | 7 | -5/+212 |
* | more test cases covering generics in pointcut expressions | acolyer | 2005-07-13 | 7 | -0/+229 |
* | test that a signature with a generic declaring type does not match on the era... | acolyer | 2005-07-12 | 3 | -1/+29 |
* | test that a the erasure of a signature matches a parameterized implementation... | acolyer | 2005-07-12 | 3 | -0/+27 |
* | tests for Huff's fix for 102746 - not hooked up b/c harness manages classpath. | wisberg | 2005-07-11 | 3 | -0/+24 |
* | fix 83935 where Jp / Pjp is an arg and bound in a formal binding as well as a... | avasseur | 2005-07-11 | 4 | -9/+187 |
* | added one simple test for matching members of a parameterized type. | acolyer | 2005-07-11 | 6 | -13/+71 |
* | generics: lots of generic decp tests. | aclement | 2005-07-11 | 2 | -7/+117 |
* | generics: decp tests, binary weaving | aclement | 2005-07-08 | 8 | -0/+33 |
* | generics: decp tests | aclement | 2005-07-08 | 3 | -0/+34 |
* | add offset in MethodDeclarationAttribute for @AJ in AJDT | avasseur | 2005-07-05 | 1 | -2/+2 |
* | generics: simple decp test, woooo ! | aclement | 2005-07-04 | 3 | -4/+51 |