summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed 3 bugs reported in bug#82340, including correct use of visibility modif...mkersten2005-01-137-104/+184
* Updated to support running on JDK 1.5, and fixed related bug#82218mkersten2005-01-136-26/+78
* Updated to include source location offset.mkersten2005-01-131-3/+6
* Fixes for 78021, 79554 - both to do with us breaking the exception table for ...aclement2005-01-1112-41/+189
* Fix for Bug 82134: AspectJ 5 M2 should implement backwards compatibility for ...aclement2005-01-0770-151/+316
* rebuilt with 2.0 weaver version attribute (aj1.2.1 had version 1.0)aclement2005-01-0714-0/+0
* All jars rebuilt with rev'd weaver version number 2.0 that we will use for As...aclement2005-01-0719-0/+0
* Testcode for migration testingaclement2005-01-077-0/+73
* Removed warning that no longer comes out for this test. We were putting out ...aclement2005-01-071-1/+1
* test was failing because a message was coming out twice - once when applying ...aclement2005-01-062-2/+2
* Removing 'run' calls from the testcases for now ... to get a build through !aclement2005-01-061-5/+5
* BWD: One extra check.aclement2005-01-051-1/+2
* BWD: Improved source loc stuff and helper methodsaclement2005-01-051-0/+20
* Changed order processing for weaving to match the recent changes in source or...aclement2005-01-051-17/+68
* BWD: Main part of the implementation, checks all the rules before allowing th...aclement2005-01-051-11/+292
* BWD: improved source loc creationaclement2005-01-051-0/+15
* BWD: Improvements in source location handling allow us to now include a line ...aclement2005-01-051-1/+1
* BWD: New error checking catches one more error in this testcase.aclement2005-01-051-0/+1
* Recent changes seem to have made some messages come out in a different order !aclement2005-01-052-6/+8
* BWD: Updated - now type processing order is sensible for applying decp, we do...aclement2005-01-051-5/+9
* BWD: test casesaclement2005-01-052-0/+495
* BWD: Use new API on sourcetypebinding to remember original type hierarchy and...aclement2005-01-051-12/+15
* Binary Weaving Decp: Two changes: In SourceTypeBinding we can now remember th...aclement2005-01-052-0/+0
* test cases and fix for Bugzilla Bug 81863acolyer2005-01-0511-26/+56
* Binary Weaving Decp: test codeaclement2005-01-0558-0/+362
* extra test resources for within(@Foo *) testsacolyer2005-01-052-0/+41
* Binary Weaving Decp: helper methods and bug fix for unnecessary suid warning.aclement2005-01-051-1/+10
* Binary Weaving Decp: another helper method..aclement2005-01-051-0/+51
* switch from string comparison to a more robust RPN format for testing pointcu...acolyer2005-01-051-8/+88
* temporarily taken out a periodically misbehaving test caseacolyer2005-01-051-1/+2
* organized imports.aclement2005-01-051-6/+5
* Very very first simple helper bits of binary weaving decpaclement2005-01-042-0/+22
* Fix for Bug 82062: WeaveMessage should provide more informationaclement2005-01-045-11/+58
* organized imports.aclement2005-01-045-21/+40
* Hopefully fixes disappearance of decsofts in AJDT. The addition of the offse...aclement2004-12-202-4/+4
* Fix for Bug 80916: In some cases the structure model doesn't contain the "mat...aclement2004-12-201-0/+3
* incorporate tim peierls suggestion from mailing listacolyer2004-12-171-20/+11
* forgot to check in this updated java 5 jar for test casesacolyer2004-12-161-0/+0
* more ambiguous bindings testingacolyer2004-12-164-0/+121
* disambiguating bindingsacolyer2004-12-1610-1/+151
* it is now safe to short-circuit in and/or pc matching (all side-effects removed)acolyer2004-12-164-17/+20
* payback time for all the "kinding" work - only ever generate and matchacolyer2004-12-1640-334/+278
* just tidying up a few unused importsacolyer2004-12-157-12/+0
* partial fix for bug 61568.acolyer2004-12-1550-156/+1794
* Support for 'offset' in source locations - enabling AJDT improvements. Not p...aclement2004-12-1011-17/+63
* Updates for AJDK1.5.0aclement2004-12-102-2/+2
* Autoboxing and decp restrictionsaclement2004-12-1015-16/+248
* check errors/xlints for decp'ing on annos/enumsaclement2004-12-102-13/+54
* Autoboxing tests - not checked in as need 1.5 JVM to run.aclement2004-12-101-0/+155
* autoboxing for return valuesaclement2004-12-101-0/+31