aboutsummaryrefslogtreecommitdiffstats
path: root/org.aspectj.ajdt.core
Commit message (Expand)AuthorAgeFilesLines
* improve abort handling for AJDTacolyer2005-09-271-0/+1
* a few more tweaks to fix for pr108123 and pr106500 - better diagnostics and e...acolyer2005-09-263-5/+18
* weaver5 addedaclement2005-09-262-1/+5
* fix for pr108123 and pr106500 - better diagnostics and exceptions, plus suppo...acolyer2005-09-2613-14/+202
* 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
* now builds ok under 1.3. Needs a 'drastic' refactor/tidyupaclement2005-09-261-571/+574
* tests and fix for pr77076 - MUCH better toleration of missing types when weav...acolyer2005-09-244-3/+12
* tiny update.aclement2005-09-231-0/+1
* ast support ! (and testcase)aclement2005-09-233-0/+4161
* ast support !aclement2005-09-2327-0/+9276
* AST support - factories for ensuring when the classes in JDT core initialize,...aclement2005-09-233-0/+95
* tests and fix for 109283.acolyer2005-09-222-8/+2
* tests and implementation for 108120 - runtime pointcut parsing and matching.acolyer2005-09-213-4/+47
* was missing two jars - I've added them.aclement2005-09-131-0/+28
* rebuilt due to attribute modifications.aclement2005-09-133-0/+0
* tests and fix for pr105181, implicit cast of itd field type on return from ge...acolyer2005-09-121-0/+5
* tests and fix for pr108903 - MUST process from super aspect to sub aspect whe...acolyer2005-09-122-9/+34
* tests and fix for pr108826, not correctly converting from T[] to ResolvedType.acolyer2005-09-091-0/+7
* tests and fix for pr108886, result of having no source location for resolved ...acolyer2005-09-083-7/+17
* tests and fix for pr109042, unusedArgument warning on aj synthetic argsacolyer2005-09-081-0/+8
* tests and fix for pr108902 and pr108903acolyer2005-09-081-1/+10
* fix for pr87530, final modifier on interface itdmacolyer2005-09-056-18/+100
* test and fix for pr101606, unused privated method warnings incorrectly genera...acolyer2005-09-021-0/+5
* tests and fix for pr1202212 - poor job of testing modifiers on ITD methodsacolyer2005-09-021-0/+66
* Patch files to reapply changes developed in exploring pr107313 should we ever...acolyer2005-09-021-0/+242
* test and fix for pr74048, unused private warnings for aspect types.acolyer2005-09-011-0/+8
* tests and fix for pr107858, inline field access in argument to proceed with t...acolyer2005-08-311-1/+1
* tests for pr108454, 'Waving' crash on a 1.5 java generics?acolyer2005-08-311-3/+12
* fix for pr107953, @AfterThrowing with no formalacolyer2005-08-301-0/+38
* no longer call genericTypeSignature on a LocalTypeBinding as it has unintende...acolyer2005-08-261-2/+4
* hopefully this really is the very very last we'll see of can't find type $Loc...acolyer2005-08-251-2/+4
* fix for pr82752: ProgramElement.getSourceSignature returns "public" for "pri...acolyer2005-08-242-3/+25
* with the fix to ensure the methodverifier in the compiler retrieves any inher...aclement2005-08-241-4/+20
* last piece of the $Local$ fixacolyer2005-08-241-1/+15
* organized imports.aclement2005-08-232-2/+0
* @override fix: previous version didnt cope with abstract ITDs (yuck)aclement2005-08-231-9/+19
* @override support for ITDs. Plus some binary weaving generic ITD tests.aclement2005-08-232-0/+103
* support for anonymous local type registrationacolyer2005-08-232-2/+18
* support for -XhasMemberacolyer2005-08-236-2/+27
* genericitds: simplified!! doesnt need to tell member finder the munger setsaclement2005-08-221-9/+7
* genericitds: simplified!! No crappy fake tvars created. no need to remember...aclement2005-08-221-115/+2
* genericitds: scope can now lookup type variables when referenced via the alia...aclement2005-08-221-0/+27
* genericitds: deleted! Functionality pushed down into ParameterizedFieldBindingaclement2005-08-221-55/+0
* genericitds: modified creation of bindings/resolvedmembers to take into tvar...aclement2005-08-221-8/+26
* genericitds: simplified!! No crappy fake tvars created.aclement2005-08-221-28/+33
* genericitds: An ITD now records the set of aliases used for type variables on...aclement2005-08-221-56/+126
* organized imports.aclement2005-08-221-3/+1
* don't let jdt put out warnings about static overrides for ITDs - we've alread...acolyer2005-08-221-0/+8