| Commit message (Expand) | Author | Age | Files | Lines |
* | changes to construction and representation of parameterized types, and enforc... | acolyer | 2005-07-20 | 5 | -11/+32 |
* | method name in weaver refactored. | aclement | 2005-07-18 | 1 | -1/+1 |
* | Fix for pr103266: allow for nulls in the visitor (can happen if there are syn... | aclement | 2005-07-18 | 1 | -0/+5 |
* | makes fromBinding in EclipseFactory an instance rather than static method. Th... | acolyer | 2005-07-15 | 16 | -58/+67 |
* | This is the beginning of a significant refactoring needed to cleanly support ... | acolyer | 2005-07-15 | 25 | -199/+197 |
* | added an additional message operation to tidy up weaver code | acolyer | 2005-07-13 | 1 | -0/+5 |
* | Variant of Huff's fix for 102746 - untested hypothesis | wisberg | 2005-07-11 | 1 | -17/+22 |
* | changed EclipseFactory.makeResolvedMember from static to non-static member an... | acolyer | 2005-07-11 | 10 | -48/+55 |
* | generics: ask for the appropriate TypeX depending on the binding | aclement | 2005-07-11 | 1 | -1/+6 |
* | beginnings of proper type variable support in Eclipse type world | acolyer | 2005-07-11 | 2 | -9/+38 |
* | dummy implementation of getTypeVariables | acolyer | 2005-07-08 | 1 | -0/+6 |
* | generics: more accurate generic type test. | aclement | 2005-07-08 | 1 | -5/+5 |
* | simple implementation of isGeneric | acolyer | 2005-07-08 | 1 | -0/+5 |
* | add offset in MethodDeclarationAttribute for @AJ in AJDT | avasseur | 2005-07-05 | 3 | -11/+15 |
* | On the build machine, code to test is in jars, not in 'bin' folders - so the ... | aclement | 2005-07-05 | 2 | -0/+2 |
* | generics: implementation of getDeclaredGenericSignature() | aclement | 2005-07-04 | 1 | -1/+4 |
* | generics: Going from eclipse type bindings to AspectJ TypeXs (and back again)... | aclement | 2005-07-04 | 1 | -16/+51 |
* | generics: comments added to indicate whats gone wrong *should* there be an NP... | aclement | 2005-07-04 | 1 | -1/+9 |
* | make weaveradapter available to tests... | aclement | 2005-07-04 | 2 | -0/+2 |
* | fix source location for @AJ + fix the AsmManager behavior for @AJ (still no l... | avasseur | 2005-07-04 | 3 | -22/+92 |
* | For build machine - fixed classpath to include built jars. | aclement | 2005-06-29 | 2 | -0/+2 |
* | Fixed classpath for build machine. | aclement | 2005-06-24 | 1 | -0/+8 |
* | Classpath set for running tests on build machine | aclement | 2005-06-23 | 1 | -11/+17 |
* | Some refactoring to try and come up with better type names! | aclement | 2005-06-21 | 4 | -8/+11 |
* | Fix and tests for bug 100227: [generics][itds] inner class with generic enclo... | aclement | 2005-06-16 | 1 | -7/+12 |
* | Fix for Bugzilla Bug 98320: [generics][itds] intertype with nested generic ty... | aclement | 2005-06-14 | 1 | -3/+3 |
* | Fix for 99168: [generics][itds] ITD on generic inner class crashes ajc. Allo... | aclement | 2005-06-14 | 1 | -1/+8 |
* | unused imports (only) | wisberg | 2005-06-09 | 1 | -2/+0 |
* | update to binary format as part of generics work | acolyer | 2005-06-09 | 3 | -0/+0 |
* | @style if test, fixed Ajc that was not having sandbox in cp anymore in some c... | avasseur | 2005-06-09 | 1 | -1/+1 |
* | test broken by last commit, fixed by adding lib/out.jar back into classpath f... | acolyer | 2005-06-09 | 1 | -1/+1 |
* | More aspectjrt.jar finder fixes | wisberg | 2005-06-08 | 4 | -31/+20 |
* | package roll-up, mainly for Ant JUnit gather | wisberg | 2005-06-08 | 1 | -0/+34 |
* | Adding aspectjrt.jar to classpath when n/a to avoid brittle error-checking t... | wisberg | 2005-06-08 | 1 | -1/+43 |
* | use suite() for new package tests | wisberg | 2005-06-08 | 1 | -1/+1 |
* | Prevent info messages coming out when on the command line (regression) | aclement | 2005-06-07 | 1 | -5/+5 |
* | perClause inheritance in @AJ (in ajdt module), fixed FIXME AV | avasseur | 2005-06-03 | 2 | -19/+113 |
* | Andrew Huff's patch for the -log option | acolyer | 2005-06-02 | 2 | -6/+51 |
* | Patch for 81846: Submitted by Attila Lendvai. Seems to just be hiding a prob... | aclement | 2005-06-01 | 1 | -2/+2 |
* | ignore bintest directories | acolyer | 2005-05-31 | 1 | -0/+1 |
* | empty test case for Ant junit | wisberg | 2005-05-21 | 1 | -0/+1 |
* | empty pseudo-test required by ant junit | wisberg | 2005-05-21 | 1 | -1/+1 |
* | newbuild.xml replacing build.xml, with Alex ok | wisberg | 2005-05-19 | 2 | -72/+3 |
* | dump the problem in the case when we are about to abort... | aclement | 2005-05-18 | 1 | -2/+4 |
* | aspects are reweavable by default, fixed issue in (AJC + LTW + Inlining + @AJ) | avasseur | 2005-05-17 | 1 | -1/+1 |
* | Fix and tests for pr84312: runtime retention checking. From Andrew Huff. | aclement | 2005-05-12 | 1 | -1/+1 |
* | avoid harness ajcore files - ensure Dump message holder is not null for clien... | wisberg | 2005-05-12 | 2 | -3/+4 |
* | Reduced duplication of vm checking logic. | aclement | 2005-05-12 | 1 | -12/+0 |
* | Andrew's patch for: bug#82755 update ajdoc to support Java 5 language features | mkersten | 2005-05-12 | 1 | -3/+4 |
* | remove bad _IDE folder instead of bin/ that leads to odd side effects, add to... | avasseur | 2005-05-11 | 2 | -24/+5 |