aboutsummaryrefslogtreecommitdiffstats
path: root/org.aspectj.ajdt.core
Commit message (Expand)AuthorAgeFilesLines
* 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
* added new method, methods() which returns all methods of a type, including it...acolyer2005-08-211-1/+13
* overrides getOwningClass from MethodBinding to ensure correct results in some...acolyer2005-08-191-0/+5
* new JDT compiler uses a Map instead of a Hashtable for CompilationUnit.compil...acolyer2005-08-192-10/+11
* Modified access to onType to be via a get/set pair - enabling me to get in an...aclement2005-08-183-4/+12
* I think that astore at the start of the exception block is the right pattern ...aclement2005-08-181-0/+1
* fix for bug 98952: @AJ if pointcutacolyer2005-08-171-9/+10
* fix for 98952 : @AJ if pointcutacolyer2005-08-151-22/+40
* Fix for pr92880: I've removed the exception clause from the declaration of aj...aclement2005-08-151-3/+3
* genericitds: when the compiler asks for a member that is in fact from an ITD ...aclement2005-08-121-10/+123
* genericitds: loads of checks added for when specifying a generic target type ...aclement2005-08-121-13/+81
* genericitds: tells the member finder to remember the munger so it can correct...aclement2005-08-121-2/+3
* genericitds: dont lookup those type variables ...aclement2005-08-121-2/+8
* genericitds: on first construction of the ITD, it builds some 'placeholder' t...aclement2005-08-121-2/+25
* genericitds: fields using target types tvars: New parameterization class that...aclement2005-08-121-0/+55
* a declare parents in an abstract aspect has no effect unless at least one con...acolyer2005-08-111-0/+6
* check that only abstract aspects can have type parameters, and that a generic...acolyer2005-08-111-0/+14
* ensure that the generic signature information for advice is retainedacolyer2005-08-101-1/+3
* genericitds: 2 big changes here: I've modifed the super/extends stuff so it...aclement2005-08-091-11/+14
* updated rules that allow ITDs on generic types using type parametersacolyer2005-08-081-0/+19
* Fix for pr98901: copying annotations to new members created via ITD !!aclement2005-08-081-2/+9
* genericitds: lots of new support for recursive type variables and ITD ctors.aclement2005-08-043-85/+143
* changed Member to be an interface with impl MemberImpl. changed ResolvedMembe...acolyer2005-08-048-14/+17
* genericitds: using wildcard '? extends Type' and '? extends <TypeVariable>'. ...aclement2005-07-291-8/+51
* ...aclement2005-07-281-1/+1
* ajh02 initials removed !aclement2005-07-281-1/+1
* genericmethoditd: uses different ctor so tvariables arent lostaclement2005-07-271-5/+23
* genericmethoditd: keep a note of rank/declaringelement in tvariableaclement2005-07-271-1/+4
* genericmethoditd: helper methods for going to/from resolvedmembers/methodbind...aclement2005-07-271-2/+88
* genericmethoditd: forces Resolvedmember to remember typevariablesaclement2005-07-271-0/+2
* rebuilt jars because of resolvedmember serialization change to remember type ...aclement2005-07-273-0/+0
* minor versioning improvement. dont add the version attribute if someone else...aclement2005-07-261-1/+14