summaryrefslogtreecommitdiffstats
path: root/org.aspectj.ajdt.core
Commit message (Expand)AuthorAgeFilesLines
* 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
* fixing the versioning problem. Up until now if we found no version in a clas...aclement2005-07-262-0/+21
* removed erroneous "s" from method nameacolyer2005-07-231-2/+2
* also support superinterfaces when converting an Eclipse TypeParameter into a ...acolyer2005-07-221-2/+10
* changed the serialized form of a WildTypePattern to remember generic info... ...acolyer2005-07-223-0/+0
* changes to construction and representation of parameterized types, and enforc...acolyer2005-07-205-11/+32
* method name in weaver refactored.aclement2005-07-181-1/+1
* Fix for pr103266: allow for nulls in the visitor (can happen if there are syn...aclement2005-07-181-0/+5
* makes fromBinding in EclipseFactory an instance rather than static method. Th...acolyer2005-07-1516-58/+67
* This is the beginning of a significant refactoring needed to cleanly support ...acolyer2005-07-1525-199/+197
* added an additional message operation to tidy up weaver codeacolyer2005-07-131-0/+5
* Variant of Huff's fix for 102746 - untested hypothesiswisberg2005-07-111-17/+22
* changed EclipseFactory.makeResolvedMember from static to non-static member an...acolyer2005-07-1110-48/+55
* generics: ask for the appropriate TypeX depending on the bindingaclement2005-07-111-1/+6
* beginnings of proper type variable support in Eclipse type worldacolyer2005-07-112-9/+38
* dummy implementation of getTypeVariablesacolyer2005-07-081-0/+6
* generics: more accurate generic type test.aclement2005-07-081-5/+5
* simple implementation of isGenericacolyer2005-07-081-0/+5
* add offset in MethodDeclarationAttribute for @AJ in AJDTavasseur2005-07-053-11/+15
* On the build machine, code to test is in jars, not in 'bin' folders - so the ...aclement2005-07-052-0/+2
* generics: implementation of getDeclaredGenericSignature()aclement2005-07-041-1/+4
* generics: Going from eclipse type bindings to AspectJ TypeXs (and back again)...aclement2005-07-041-16/+51
* generics: comments added to indicate whats gone wrong *should* there be an NP...aclement2005-07-041-1/+9
* make weaveradapter available to tests...aclement2005-07-042-0/+2
* fix source location for @AJ + fix the AsmManager behavior for @AJ (still no l...avasseur2005-07-043-22/+92