summaryrefslogtreecommitdiffstats
path: root/ajde/src
Commit message (Expand)AuthorAgeFilesLines
* pr145689 - telling AJDT through the progress monitor (rather than a debug int...aclement2006-07-244-3/+7
* update license to EPLacolyer2006-06-0176-153/+153
* final implementation and tests for 101983: allow separate output foldersacolyer2006-05-193-10/+11
* progress on enh 101983 (allow separate output folders for separate source fol...acolyer2006-05-164-0/+94
* Completed: Improve ajc memory usageacolyer2006-02-241-0/+1
* this commit eliminates all bar 2 of the 60 odd compilation warnings in the aj...acolyer2005-11-2432-170/+225
* omitting incremental as broken for now.wisberg2005-10-121-20/+20
* improve abort handling for AJDTacolyer2005-09-271-7/+11
* Fix for Bug #109016: NullPointerException when building configurationmkersten2005-09-081-5/+7
* fix for pr102479, allow clients to provide a custom message handler / holder ...acolyer2005-09-012-9/+22
* New compat level added to help people who want to pull AspectJ builds into AJ...aclement2005-06-011-0/+1
* MultiIncrementalSupport: the key change - looks in the IncrementalStateManage...aclement2005-04-261-5/+31
* MultiIncrementalSupport: reports build kind when claiming success.aclement2005-04-261-5/+11
* Useful guard method - prevents asking for properties twice through ajde.aclement2005-04-261-0/+4
* Configure weaver to behave in 1.5 way if Java compiler is configured that way...aclement2005-04-071-0/+8
* new icons for annotation/enum, 'borrowed' from JDT UIaclement2005-03-243-1/+7
* Performance optimization - use stringbuffer (found using xray)aclement2005-02-081-3/+4
* Fix for Bug 3897mkersten2005-01-282-13/+40
* Get enum value fields to work in the ASM. Plus test reorg as we are now addin...aclement2005-01-201-0/+3
* Applied patch for bug#77799 "NullPointerException in StructureSearchManager"mkersten2004-11-041-1/+1
* Change to prevent "uses-pointcut" nodes from appearing by defaultmkersten2004-10-151-9/+13
* Fix for Bugzilla Bug 73334aclement2004-09-061-2/+2
* Part of fix for AJDT bug 72671aclement2004-09-061-3/+26
* FindBugs: fixes.aclement2004-08-235-16/+20
* cant find type/organize imports (and hopefully fix the build)aclement2004-08-061-3/+0
* The BIG commit. aclement2004-08-033-10/+86
* fix for Bugzilla Bug 40206acolyer2004-07-292-6/+4
* set default warning values correctly when passed in 'null'acolyer2004-06-081-32/+51
* Minor non-disruptive ASM API cleanup.mkersten2004-03-292-5/+5
* Fix for Bugzilla Bug 40192 aclement2004-03-181-1/+8
* Moved clearning of relationship map to AjBuildManager in order to make mkersten2004-03-111-3/+0
* Minor cleanup of build cancelling.mkersten2004-03-102-5/+8
* Removed stale ajworkingdir option from project properties interface.mkersten2004-02-181-1/+1
* new icons for declare precendencemkersten2004-01-303-0/+0
* eliminated a dependency on org.eclipse.core.runtime that had crept acolyer2004-01-231-5/+5
* spring cleaning in advance of 1.2 enhancements: acolyer2004-01-2322-284/+284
* move to Eclipse 3.0 M6 JDT core (v_396). Also makes 1.4 the acolyer2004-01-131-6/+7
* Andy Clement's patch for enh 46347: "-inpath"acolyer2003-11-113-2/+12
* Fixed part III of bug#43783mkersten2003-10-221-13/+21
* Made model generation optional.mkersten2003-09-053-4/+11
* deleted a rogue import of com.sum.crypto... that mik must have added by accid...acolyer2003-08-161-2/+0
* Fixed AJDT bug with truncation of labels (there was a weird substring call in...mkersten2003-08-168-9/+38
* Added declare error/warning relationships to model.mkersten2003-08-164-39/+13
* Ported inline annotation support to new ASM API. Ported aspect visualizer. ...mkersten2003-08-151-0/+2
* Improved declare relationships. Implemented batch-build relationship clearin...mkersten2003-08-141-0/+3
* Updated org.aspectj.asm relationship model to string-handle-based API in orde...mkersten2003-08-149-56/+63
* Added support for multiple relationships for a single program element. Renam...mkersten2003-08-137-29/+32
* Minor improvements to structure model generation, clean up of test suite outp...mkersten2003-08-127-44/+89
* Got advice relationships working.mkersten2003-08-0820-180/+265
* First pass at new relationship API support.mkersten2003-08-085-34/+34