aboutsummaryrefslogtreecommitdiffstats
path: root/org.aspectj.ajdt.core
Commit message (Expand)AuthorAgeFilesLines
* 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
* For build machine - fixed classpath to include built jars.aclement2005-06-292-0/+2
* Fixed classpath for build machine.aclement2005-06-241-0/+8
* Classpath set for running tests on build machineaclement2005-06-231-11/+17
* Some refactoring to try and come up with better type names!aclement2005-06-214-8/+11
* Fix and tests for bug 100227: [generics][itds] inner class with generic enclo...aclement2005-06-161-7/+12
* Fix for Bugzilla Bug 98320: [generics][itds] intertype with nested generic ty...aclement2005-06-141-3/+3
* Fix for 99168: [generics][itds] ITD on generic inner class crashes ajc. Allo...aclement2005-06-141-1/+8
* unused imports (only)wisberg2005-06-091-2/+0
* update to binary format as part of generics workacolyer2005-06-093-0/+0
* @style if test, fixed Ajc that was not having sandbox in cp anymore in some c...avasseur2005-06-091-1/+1
* test broken by last commit, fixed by adding lib/out.jar back into classpath f...acolyer2005-06-091-1/+1
* More aspectjrt.jar finder fixeswisberg2005-06-084-31/+20
* package roll-up, mainly for Ant JUnit gatherwisberg2005-06-081-0/+34
* Adding aspectjrt.jar to classpath when n/a to avoid brittle error-checking t...wisberg2005-06-081-1/+43
* use suite() for new package testswisberg2005-06-081-1/+1
* Prevent info messages coming out when on the command line (regression)aclement2005-06-071-5/+5
* perClause inheritance in @AJ (in ajdt module), fixed FIXME AVavasseur2005-06-032-19/+113
* Andrew Huff's patch for the -log optionacolyer2005-06-022-6/+51
* Patch for 81846: Submitted by Attila Lendvai. Seems to just be hiding a prob...aclement2005-06-011-2/+2
* ignore bintest directoriesacolyer2005-05-311-0/+1
* empty test case for Ant junitwisberg2005-05-211-0/+1
* empty pseudo-test required by ant junitwisberg2005-05-211-1/+1