summaryrefslogtreecommitdiffstats
path: root/org.aspectj.ajdt.core
Commit message (Expand)AuthorAgeFilesLines
* 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
* newbuild.xml replacing build.xml, with Alex okwisberg2005-05-192-72/+3
* dump the problem in the case when we are about to abort...aclement2005-05-181-2/+4
* aspects are reweavable by default, fixed issue in (AJC + LTW + Inlining + @AJ)avasseur2005-05-171-1/+1
* Fix and tests for pr84312: runtime retention checking. From Andrew Huff.aclement2005-05-121-1/+1
* avoid harness ajcore files - ensure Dump message holder is not null for clien...wisberg2005-05-122-3/+4
* Reduced duplication of vm checking logic.aclement2005-05-121-12/+0
* Andrew's patch for: bug#82755 update ajdoc to support Java 5 language featuresmkersten2005-05-121-3/+4
* remove bad _IDE folder instead of bin/ that leads to odd side effects, add to...avasseur2005-05-112-24/+5
* prospective replacements for {module}/build.xml - will move there once valida...wisberg2005-05-111-0/+6
* Add loadtime into the classpath so it can find the message handler.aclement2005-05-112-1/+5
* fix 75442 thru lateTypeMungers, currently @AJaspectOf and perObject are lateT...avasseur2005-05-101-2/+3
* Fix for 91053 (Generics): Generics problem with Setaclement2005-05-061-11/+21
* Fix for pr91267 (Generics): NPE at EclipseFactory.java:143 when using generic...aclement2005-05-061-2/+26
* Fix for 44155: TODO tasks miscategorized as warnings (fixed by Andrew Huff)aclement2005-05-051-1/+10
* Can check vm level now.aclement2005-05-051-0/+13
* enable compilation of @AfterReturning(pointcut="...")acolyer2005-05-044-47/+82
* LTW modules + AntSpec to test LTW in the sandbox + code cleanup in my FIXME +...avasseur2005-05-044-5/+32
* Go back to this old form of .classpath file.aclement2005-05-031-57/+13
* it's a whole new compiler in there...acolyer2005-04-2920-231/+326
* More bullet proof and with added diagnostics.aclement2005-04-291-2/+19
* Fix for timing problem in multiincrementalproject tests.aclement2005-04-281-2/+2
* MultiIncrementalSupport: moved weaver/world into the state object and changed...aclement2005-04-261-43/+91
* MultiIncrementalSupport: state that was scattered across the hierarchy has be...aclement2005-04-261-13/+99
* MultiIncrementalSupport: reports build kind when claiming success.aclement2005-04-261-1/+1
* MultiIncrementalSupport: manages state for multiple projects.aclement2005-04-261-0/+72
* organized importsaclement2005-04-262-4/+0
* Improved toString for debugging !aclement2005-04-261-0/+6
* Another useful callback method added.aclement2005-04-261-0/+2
* fix some build. Move AspectJrt5 test to AllTest15. Add weaver checks for @AJ ...avasseur2005-04-262-2/+20
* support in ajc for parsing and error reporting of @AspectJ style aspect defin...acolyer2005-04-2519-62/+1147
* Workaround/fix for Wes' problem with the compiler building his article code. ...aclement2005-04-221-1/+3
* this set of commits teaches the TypeX world about parameterized types. it han...acolyer2005-04-201-11/+37
* fix for Bugzilla Bug 91858acolyer2005-04-201-1/+3
* first half of Andrew Huff's patch for 59636 (-log option not producing output...acolyer2005-04-201-0/+22
* From branch: method to check if a source type is @AJ styleaclement2005-04-191-0/+13
* Adds JUnit to the classpath (so it is available for test material to use)aclement2005-04-192-3/+6
* organized importsaclement2005-04-191-3/+4
* From branch: New build scripts that Alex uses under IntelliJ - can be run ind...aclement2005-04-191-0/+69
* bug#82171 Created sepereate handle provider to enable ASM use of IDE-specific...mkersten2005-04-142-4/+4
* See pr90806 - change to harness so fast machines don't fail incremental tests.aclement2005-04-131-0/+12
* Fix for problem introduced when checking contents of dirs on the classpath fo...aclement2005-04-052-10/+56
* make deca labels 'declare @xxx' rather than 'declare at_xxx'aclement2005-03-241-1/+3
* fix for Bugzilla Bug 84333acolyer2005-03-231-0/+7
* fix for Bug 84122 - Allow aspectPath to contain directoriesacolyer2005-03-233-7/+25
* Ensures on multiple compiles the method generated for a declare statement alw...aclement2005-03-113-19/+31
* Declare annotation: source weaving of declare @type. Includes (commented out...aclement2005-03-101-15/+318