Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 164288 (Jdeveloper) - fixes and tests in | aclement | 2006-11-17 | 2 | -6/+15 |
| | |||||
* | tests and fixes for pr164384 | aclement | 2006-11-17 | 4 | -4/+66 |
| | |||||
* | fix for 155213: made using date formatter lazy. | aclement | 2006-08-25 | 1 | -1/+1 |
| | |||||
* | 141556#13 - messagehandler pulled out of CompilerAdapter and changed to have ↵ | aclement | 2006-08-25 | 2 | -25/+72 |
| | | | | nothing to do with holders (since it doesnt need to store messages) | ||||
* | 141556#11 - reworked messagehandler with 'ignore' function! (wooo) - hope ↵ | aclement | 2006-08-25 | 1 | -12/+7 |
| | | | | Matthew doesnt complain. | ||||
* | 112098: checkRtJar removed. | aclement | 2006-08-23 | 1 | -7/+0 |
| | |||||
* | 141556: lint message sort out and memory leak resolution | aclement | 2006-08-18 | 1 | -1/+1 |
| | |||||
* | for AJDT dont store messages - waste of space! | aclement | 2006-08-18 | 1 | -1/+1 |
| | |||||
* | test and initial patches for 141556 | aclement | 2006-08-03 | 2 | -0/+8 |
| | |||||
* | fix annoying stacktrace that comes out when running all tests | aclement | 2006-07-26 | 1 | -1/+3 |
| | |||||
* | pr145689 - telling AJDT through the progress monitor (rather than a debug ↵ | aclement | 2006-07-24 | 4 | -3/+7 |
| | | | | interface) whether the build was full or incremental. | ||||
* | update license to EPL | acolyer | 2006-06-01 | 76 | -153/+153 |
| | |||||
* | final implementation and tests for 101983: allow separate output folders | acolyer | 2006-05-19 | 3 | -10/+11 |
| | |||||
* | progress on enh 101983 (allow separate output folders for separate source ↵ | acolyer | 2006-05-16 | 4 | -0/+94 |
| | | | | folders) | ||||
* | Completed: Improve ajc memory usage | acolyer | 2006-02-24 | 1 | -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 ↵ | acolyer | 2005-11-24 | 32 | -170/+225 |
| | | | | ajde module | ||||
* | omitting incremental as broken for now. | wisberg | 2005-10-12 | 1 | -20/+20 |
| | |||||
* | improve abort handling for AJDT | acolyer | 2005-09-27 | 1 | -7/+11 |
| | |||||
* | Fix for Bug #109016: NullPointerException when building configuration | mkersten | 2005-09-08 | 1 | -5/+7 |
| | |||||
* | fix for pr102479, allow clients to provide a custom message handler / holder ↵ | acolyer | 2005-09-01 | 2 | -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 ↵ | aclement | 2005-06-01 | 1 | -0/+1 |
| | | | | AJDT themselves. | ||||
* | MultiIncrementalSupport: the key change - looks in the ↵ | aclement | 2005-04-26 | 1 | -5/+31 |
| | | | | IncrementalStateManager to see if it can locate state for a particular config | ||||
* | MultiIncrementalSupport: reports build kind when claiming success. | aclement | 2005-04-26 | 1 | -5/+11 |
| | |||||
* | Useful guard method - prevents asking for properties twice through ajde. | aclement | 2005-04-26 | 1 | -0/+4 |
| | |||||
* | Configure weaver to behave in 1.5 way if Java compiler is configured that ↵ | aclement | 2005-04-07 | 1 | -0/+8 |
| | | | | way in AJDT. | ||||
* | new icons for annotation/enum, 'borrowed' from JDT UI | aclement | 2005-03-24 | 3 | -1/+7 |
| | |||||
* | Performance optimization - use stringbuffer (found using xray) | aclement | 2005-02-08 | 1 | -3/+4 |
| | |||||
* | Fix for Bug 3897 | mkersten | 2005-01-28 | 2 | -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 ↵ | aclement | 2005-01-20 | 1 | -0/+3 |
| | | | | adding tests that will only run on 1.5 | ||||
* | Applied patch for bug#77799 "NullPointerException in StructureSearchManager" | mkersten | 2004-11-04 | 1 | -1/+1 |
| | |||||
* | Change to prevent "uses-pointcut" nodes from appearing by default | mkersten | 2004-10-15 | 1 | -9/+13 |
| | | | | within the structure views. | ||||
* | Fix for Bugzilla Bug 73334 | aclement | 2004-09-06 | 1 | -2/+2 |
| | | | | Avoid clashes in the org.eclipse namespace by renaming our duplicates. | ||||
* | Part of fix for AJDT bug 72671 | aclement | 2004-09-06 | 1 | -3/+26 |
| | | | | Bootclasspath specification for compiling is not possible | ||||
* | FindBugs: fixes. | aclement | 2004-08-23 | 5 | -16/+20 |
| | |||||
* | cant find type/organize imports (and hopefully fix the build) | aclement | 2004-08-06 | 1 | -3/+0 |
| | |||||
* | The BIG commit. | aclement | 2004-08-03 | 3 | -10/+86 |
| | | | | | | | | | - Enhanced structure model support. - *Incremental* structure model support written and tested (currently switched off, see incModelTests.xml) - -showWeaveInfo compiler option - existence of a 'runtimetest' surfaced through relationships - UI can determine if errors/warnings came from DEOWs. - Code to enable type mungers to remember source locations written (currently switched off) | ||||
* | fix for Bugzilla Bug 40206 | acolyer | 2004-07-29 | 2 | -6/+4 |
| | | | | need common isAspectJSourceFile() method | ||||
* | set default warning values correctly when passed in 'null' | acolyer | 2004-06-08 | 1 | -32/+51 |
| | |||||
* | Minor non-disruptive ASM API cleanup. | mkersten | 2004-03-29 | 2 | -5/+5 |
| | |||||
* | Fix for Bugzilla Bug 40192 | aclement | 2004-03-18 | 1 | -1/+8 |
| | | | | build cancel during weaving | ||||
* | Moved clearning of relationship map to AjBuildManager in order to make | mkersten | 2004-03-11 | 1 | -3/+0 |
| | | | | repeated invocations with -emacssym work (refer to Matthew's patch in 41181). | ||||
* | Minor cleanup of build cancelling. | mkersten | 2004-03-10 | 2 | -5/+8 |
| | |||||
* | Removed stale ajworkingdir option from project properties interface. | mkersten | 2004-02-18 | 1 | -1/+1 |
| | |||||
* | new icons for declare precendence | mkersten | 2004-01-30 | 3 | -0/+0 |
| | |||||
* | eliminated a dependency on org.eclipse.core.runtime that had crept | acolyer | 2004-01-23 | 1 | -5/+5 |
| | | | | | into this source - only the org.eclipse.jdt.core project should contain links to other portions of eclipse source. | ||||
* | spring cleaning in advance of 1.2 enhancements: | acolyer | 2004-01-23 | 22 | -284/+284 |
| | | | | | removed unused imports, local variables, and private methods (still there, just commented out). | ||||
* | move to Eclipse 3.0 M6 JDT core (v_396). Also makes 1.4 the | acolyer | 2004-01-13 | 1 | -6/+7 |
| | | | | default mode (inherited behaviour from JDT). | ||||
* | Andy Clement's patch for enh 46347: "-inpath" | acolyer | 2003-11-11 | 3 | -2/+12 |
| | |||||
* | Fixed part III of bug#43783 | mkersten | 2003-10-22 | 1 | -13/+21 |
| | |||||
* | Made model generation optional. | mkersten | 2003-09-05 | 3 | -4/+11 |
| |