| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | generics: decp testcases | aclement | 2005-07-04 | 4 | -2/+31 |
* | testcase | aclement | 2005-07-04 | 1 | -2/+2 |
* | fix source location for @AJ + fix the AsmManager behavior for @AJ (still no l... | avasseur | 2005-07-04 | 6 | -8/+186 |
* | 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 | 6 | -0/+84 |
* | update aspectjrt.jar in lib and test cases uses MAP in tests to reflect intro... | acolyer | 2005-06-20 | 2 | -4/+4 |
* | Tests and fixes for bug 100260: methods inherited from a generic parent | aclement | 2005-06-16 | 3 | -1/+32 |
* | Test for bug 83311 - dreaded clone() method being ITDd | aclement | 2005-06-16 | 1 | -0/+22 |
* | Fix and tests for bug 100227: [generics][itds] inner class with generic enclo... | aclement | 2005-06-16 | 3 | -3/+49 |
* | generics bugs testcases. | aclement | 2005-06-14 | 1 | -9/+6 |
* | Altered classpath calculating logic to hopefully work on the build machine | aclement | 2005-06-14 | 1 | -3/+4 |
* | Tests for 98320, 99228, 99089: [generics][itds] | aclement | 2005-06-14 | 5 | -5/+74 |
* | fixed bug with LTW Xreweavable, fix this reflective issue in RunAllBeforeComm... | avasseur | 2005-06-13 | 3 | -8/+10 |
* | unused imports (only) | wisberg | 2005-06-09 | 1 | -1/+0 |
* | update to binary format as part of generics work, plus remove needless duplic... | acolyer | 2005-06-09 | 5 | -5/+5 |
* | update to binary format as part of generics work | acolyer | 2005-06-09 | 5 | -0/+0 |