summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* updates to reflection library (largely javadoc, but with a few small tweaks)acolyer2005-09-3036-210/+831
* for all the good it will do - i've updated the javadoc to prevent others fall...aclement2005-09-301-1/+2
* avoid unpleasant NPE (see pr110307)aclement2005-09-301-2/+2
* bugs bugs bugs: testcases for things on my list.aclement2005-09-302-1/+33
* new test programs for bug reports.aclement2005-09-306-0/+127
* refreshed versions of .txt files for comparisonacolyer2005-09-304-15/+15
* test fixavasseur2005-09-291-1/+2
* Using JRE15_LIB to permit default JRE to be 1.3 (see aspectj5rt and loadtime5)wisberg2005-09-291-1/+1
* tests and fix for enh 108118, completes @SuppressAjWarnings implementationacolyer2005-09-297-12/+91
* give compilation context on compiler crashes during test case runsacolyer2005-09-291-0/+28
* couple of small generic signature tidiesacolyer2005-09-292-7/+7
* #108488 @AspectJ perthis(..) was broken for some pointcut issueavasseur2005-09-291-0/+2
* #108488 @AspectJ perthis(..) was broken for some pointcut issueavasseur2005-09-296-18/+11
* tests and fix for pr100195, local var debug info not preserved when inlining ...acolyer2005-09-294-2/+85
* perclause resolvingacolyer2005-09-292-1/+10
* final bcel fix for 101047acolyer2005-09-283-1/+4
* pr110927: testcase and fixaclement2005-09-284-7/+30
* pr110927: testcaseaclement2005-09-281-0/+18
* temp comment out for CC, update for #107953 fixavasseur2005-09-282-2/+3
* #107953 @AfterThrowing/Returning checks when extra formal is not boundavasseur2005-09-282-19/+33
* test for Adrian, #108488 - note: other test are commented outavasseur2005-09-282-3/+36
* pr110788: fix - better analysis of type hierarchyaclement2005-09-281-33/+46
* organized importsaclement2005-09-281-2/+0
* pr110788: testcasesaclement2005-09-286-7/+69
* organized importsaclement2005-09-283-9/+12
* Bit of shuffling to keep the build machine happy. Basically the PointcutExpr...aclement2005-09-283-6/+563
* organized importsaclement2005-09-281-5/+0
* restoring original behaviour in LocalVariableGen - not happy with my change f...acolyer2005-09-283-8/+2
* fix for pr101407 - weaver produces wrong local variable table bytecode.acolyer2005-09-275-105/+136
* tests for pr102933, array clone in -1.4, -1.5 vs -1.3acolyer2005-09-273-0/+30
* improve abort handling for AJDTacolyer2005-09-272-7/+12
* tests and fix for pr88900, unneccessary warningacolyer2005-09-275-1/+169
* give context in can't find type messagesacolyer2005-09-271-9/+14
* pr110307: test cases.aclement2005-09-272-0/+90
* trick the build machine into compiling our code !aclement2005-09-272-0/+1
* a few more tweaks to fix for pr108123 and pr106500 - better diagnostics and e...acolyer2005-09-266-16/+34
* include weaver5aclement2005-09-261-1/+1
* imports organized.aclement2005-09-262-10/+8
* doh!aclement2005-09-261-0/+6
* updated for weaver5aclement2005-09-262-92/+25
* weaver5 addedaclement2005-09-262-1/+5
* depending on weaver5 will keep the packaging happy...aclement2005-09-261-40/+11
* java5 related folders have gone.aclement2005-09-261-2/+0
* no longer required with new weaver5 project.aclement2005-09-261-12/+0
* moved to weaver5aclement2005-09-263-744/+0
* weaver5 split out so weaver can continue to be built with Java1.3aclement2005-09-269-0/+833
* fix for pr108123 and pr106500 - better diagnostics and exceptions, plus suppo...acolyer2005-09-2628-23/+726
* avoid using IdentityHashMap - that doesnt exist < 1.4aclement2005-09-261-3/+3
* avoid 'illegal forward reference' problem when compiling with 1.3aclement2005-09-261-2/+3
* Ensure tests run if no aj-build folder exists.aclement2005-09-262-1/+3