| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | @style if test, fixed Ajc that was not having sandbox in cp anymore in some c... | avasseur | 2005-06-09 | 8 | -11/+154 |
* | Tests for pr99089 - commented out in Ajc150Tests.java | aclement | 2005-06-09 | 4 | -1/+22 |
* | Readded test, order fixed via precedence | aclement | 2005-06-09 | 2 | -4/+5 |
* | test for if @style - a todo for Adrian | avasseur | 2005-06-09 | 4 | -29/+29 |
* | removing junitModules - use ant test in each module or run-all-junit-tests mo... | wisberg | 2005-06-09 | 1 | -515/+0 |
* | disabled test that assumes advice between unrelated aspects is ordered. | wisberg | 2005-06-08 | 1 | -3/+4 |
* | These fail and were not included in JUnit suite gather, but are caught up in ... | wisberg | 2005-06-08 | 1 | -14/+36 |
* | To run compiler tests, just `cd tests; ant test` | wisberg | 2005-06-08 | 1 | -94/+3 |
* | testsrc/TestsModulesTests for consistency. Now to run compiler tests, just `... | wisberg | 2005-06-08 | 2 | -0/+43 |
* | @style if support, parser support for if() / if(true)/ if(false) [might lead ... | avasseur | 2005-06-08 | 1 | -1/+1 |
* | 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 | 3 | -0/+78 |
* | Tests for 98901: annotation copying on public ITDs | aclement | 2005-06-08 | 1 | -11/+29 |
* | Two more generics testcases working. | aclement | 2005-06-08 | 1 | -8/+12 |
* | tests for pr84260: static imports | aclement | 2005-06-08 | 5 | -0/+39 |
* | Improved generic ITD tests. | aclement | 2005-06-08 | 3 | -2/+5 |
* | Fix and tests for PR94167: NPE in reflection API. Fix submitted by Ron Bodkin. | aclement | 2005-06-07 | 3 | -1/+36 |
* | finally fixed 75442+78383, impl a visitor pattern in patterns package, turned... | avasseur | 2005-06-07 | 2 | -7/+8 |
* | perClause inheritance in @AJ (in ajdt module), fixed FIXME AV | avasseur | 2005-06-03 | 8 | -22/+159 |
* | Fix for LTW tests, can now find the ant locator for running the tests. | aclement | 2005-06-02 | 1 | -0/+1 |
* | temporary test removal until Alex can get synchronized. | aclement | 2005-06-02 | 1 | -3/+4 |
* | 4 additional tests passing... | acolyer | 2005-06-02 | 1 | -12/+12 |
* | fix some glitches in test cases to ensure that these are legal AspectJ declar... | acolyer | 2005-06-02 | 4 | -6/+6 |
* | GenericsWork: ITD testcases, commented out - needs parser work first. | aclement | 2005-06-02 | 2 | -3/+149 |
* | GenericsWork: ITD testcode | aclement | 2005-06-02 | 12 | -0/+136 |
* | GenericsWork: testcase | aclement | 2005-06-02 | 1 | -0/+7 |
* | GenericsWork: 5 new generics tests. | aclement | 2005-06-01 | 2 | -0/+53 |
* | GenericsWork: new test programs for bug reports. | aclement | 2005-06-01 | 4 | -0/+60 |
* | ignore bintest directories | acolyer | 2005-05-31 | 1 | -0/+1 |
* | test case fix | avasseur | 2005-05-31 | 3 | -10/+6 |
* | @AJ aspect inheritance and static pc ref | avasseur | 2005-05-31 | 5 | -0/+99 |
* | #96371 META-INF/aop.xml lookup fix + test | avasseur | 2005-05-30 | 3 | -9/+3 |
* | pure binary weaving example | wisberg | 2005-05-20 | 1 | -1/+37 |
* | pure binary weaving example | wisberg | 2005-05-20 | 3 | -1/+28 |
* | moved bcel things to bcel package in weaver, deow test + fix for @AJ | avasseur | 2005-05-20 | 3 | -0/+52 |
* | deow @AJ + @AfterXX annotation warnings + test + JDWP sample for LTW tests + ... | avasseur | 2005-05-19 | 4 | -7/+43 |
* | Getting tests to run properly on 1.3 - modified vmlevel in AjcTest and put gu... | aclement | 2005-05-18 | 1 | -0/+10 |
* | LTW and around inling test for code style | avasseur | 2005-05-17 | 8 | -0/+163 |
* | aspects are reweavable by default, fixed issue in (AJC + LTW + Inlining + @AJ) | avasseur | 2005-05-17 | 10 | -103/+199 |
* | Fix and tests for PR94086 (multiple if PCDs in a pointcut causes massive slow... | aclement | 2005-05-16 | 3 | -0/+85 |
* | added test entries instead of autowiredtest for Andy sake, fix 1.4 dependanci... | avasseur | 2005-05-13 | 5 | -11/+103 |
* | LTW test commented out due to 75442 just rollbacked... | avasseur | 2005-05-12 | 1 | -1/+2 |
* | Fix and tests for pr84312: runtime retention checking. From Andrew Huff. | aclement | 2005-05-12 | 2 | -21/+27 |
* | harness LTW support - untested | wisberg | 2005-05-12 | 3 | -13/+161 |
* | Reduced duplication of vm checking logic. | aclement | 2005-05-12 | 1 | -1/+2 |
* | Fix and tests for pr86832, pr92163. NPE in detectHierarchyCycle | aclement | 2005-05-12 | 3 | -0/+12 |
* | Reverting - duplicate tools.jar entry | wisberg | 2005-05-11 | 1 | -1/+0 |