summaryrefslogtreecommitdiffstats
path: root/ajde/src
Commit message (Collapse)AuthorAgeFilesLines
* genericsaclement2011-08-166-525/+505
|
* 271201: inpath handlesaclement2009-04-061-1/+2
|
* 251277: making asmmanager non-singletonaclement2008-10-205-246/+241
|
* removing unused codeaclement2008-08-312-228/+172
|
* formatter chewed on itaclement2008-08-281-379/+375
|
* findbugs/eclipse warnings fixedaclement2008-08-2717-78/+67
|
* eclipse: unnecessary castaclement2008-08-231-1/+1
|
* incorrectly removed this code - although it needs changing, it needs null ↵aclement2008-08-221-15/+30
| | | | checks, not instanceof checks
* removed unnecessary codeaclement2008-08-221-30/+15
|
* 231396: moved ConfigParser out of weaver jaraclement2008-05-094-4/+4
|
* 148190#35aclement2007-01-1511-0/+1093
|
* 148190#32aclement2007-01-1525-871/+272
|
* 148190#32aclement2007-01-153-489/+8
|
* 148190#32aclement2007-01-153-36/+24
|
* 148190#32aclement2007-01-158-1178/+42
|
* 148190#32aclement2007-01-1512-1100/+437
|
* 148190: reworked code to cope with new module ajde.coreaclement2007-01-111-0/+1
|
* patches from 148190 #22aclement2007-01-111-290/+0
|
* test and fix for 166580: multiple output locations and incremental compilationaclement2007-01-092-0/+21
|
* test and fix for 168840: incremental compilation and inpathaclement2006-12-211-0/+3
|
* 164288 (Jdeveloper) - fixes and tests inaclement2006-11-172-6/+15
|
* tests and fixes for pr164384aclement2006-11-174-4/+66
|
* fix for 155213: made using date formatter lazy.aclement2006-08-251-1/+1
|
* 141556#13 - messagehandler pulled out of CompilerAdapter and changed to have ↵aclement2006-08-252-25/+72
| | | | nothing to do with holders (since it doesnt need to store messages)
* 141556#11 - reworked messagehandler with 'ignore' function! (wooo) - hope ↵aclement2006-08-251-12/+7
| | | | Matthew doesnt complain.
* 112098: checkRtJar removed.aclement2006-08-231-7/+0
|
* 141556: lint message sort out and memory leak resolutionaclement2006-08-181-1/+1
|
* for AJDT dont store messages - waste of space!aclement2006-08-181-1/+1
|
* test and initial patches for 141556aclement2006-08-032-0/+8
|
* fix annoying stacktrace that comes out when running all testsaclement2006-07-261-1/+3
|
* pr145689 - telling AJDT through the progress monitor (rather than a debug ↵aclement2006-07-244-3/+7
| | | | interface) whether the build was full or incremental.
* 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 ↵acolyer2006-05-164-0/+94
| | | | folders)
* Completed: Improve ajc memory usageacolyer2006-02-241-0/+1
| | | | ensure that AjState is in incremental mode when used by AJDT
* this commit eliminates all bar 2 of the 60 odd compilation warnings in the ↵acolyer2005-11-2432-170/+225
| | | | ajde module
* 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
| | | | to be used in place of the default if so desired.
* New compat level added to help people who want to pull AspectJ builds into ↵aclement2005-06-011-0/+1
| | | | AJDT themselves.
* MultiIncrementalSupport: the key change - looks in the ↵aclement2005-04-261-5/+31
| | | | IncrementalStateManager to see if it can locate state for a particular config
* 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 ↵aclement2005-04-071-0/+8
| | | | way in AJDT.
* 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
| | | | add support for compiling in 1.5 mode to AJDE APIs and AJBrowser
* Get enum value fields to work in the ASM. Plus test reorg as we are now ↵aclement2005-01-201-0/+3
| | | | adding tests that will only run on 1.5
* Applied patch for bug#77799 "NullPointerException in StructureSearchManager"mkersten2004-11-041-1/+1
|