summaryrefslogtreecommitdiffstats
path: root/org.aspectj.ajdt.core
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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