| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | organized imports | aclement | 2006-02-13 | 2 | -14/+10 |
* | lessen the cost of hashcode and equals | aclement | 2006-02-13 | 2 | -14/+24 |
* | fix for 119882 (from Helen) - similar to fix for 113531 | aclement | 2006-02-13 | 8 | -0/+89 |
* | Progress on: empty catch block warning - compiler changes to warn on empty ca... | acolyer | 2006-02-10 | 2 | -0/+0 |
* | Progress on: empty catch block warning - option support | acolyer | 2006-02-10 | 1 | -10/+14 |
* | Progress on: empty catch block warning - test cases | acolyer | 2006-02-10 | 2 | -0/+18 |
* | Progress on: empty catch block warning - updates to test cases with empty cat... | acolyer | 2006-02-10 | 13 | -45/+72 |
* | Progress on: empty catch block warning - extra lint message | acolyer | 2006-02-10 | 2 | -0/+4 |
* | define some constants to avoid spreading string literals around | acolyer | 2006-02-10 | 1 | -0/+4 |
* | provide a way to reset dump state to free up memory | acolyer | 2006-02-10 | 1 | -0/+23 |
* | free up memory anchored in static at the end of a run | acolyer | 2006-02-10 | 2 | -1/+8 |
* | I don't think this class is actively used anymore... | acolyer | 2006-02-10 | 1 | -4/+5 |
* | don't hold onto references to AjBuildConfigs | acolyer | 2006-02-10 | 1 | -0/+1 |
* | don't hold eclipse source types in ajstate | acolyer | 2006-02-10 | 2 | -67/+225 |
* | go "back to the source" on an incremental aspect change | acolyer | 2006-02-10 | 1 | -26/+13 |
* | Put compilation-and-weaving-context into multi-thread mode when doing LTW | acolyer | 2006-02-10 | 1 | -0/+3 |
* | don't hold hard references to state in this context. Assume single threaded u... | acolyer | 2006-02-10 | 1 | -11/+37 |
* | comment fix | aclement | 2006-02-10 | 1 | -2/+2 |
* | fix for 120356 - better feedback for DEOW when using @AJ. (from helen) | aclement | 2006-02-10 | 5 | -2/+142 |
* | fix for 123212 - ignoring subversion resources | aclement | 2006-02-10 | 1 | -0/+3 |
* | lazy unpacking of the line number table contents. Only done when required - ... | aclement | 2006-02-07 | 2 | -0/+0 |
* | lazy unpacking of the table contents. Only done when required - usually when... | aclement | 2006-02-07 | 1 | -18/+54 |
* | dont do anything if we dont have to. | aclement | 2006-02-07 | 1 | -0/+2 |
* | not perfect yet - but some I'm using. | aclement | 2006-02-07 | 3 | -0/+266 |
* | Helen and Eduardos AST changes for 110465 | aclement | 2006-02-06 | 7 | -5/+291 |
* | Progress on: Bug 126328: IlegalStateException : zip file closed | acolyer | 2006-02-03 | 1 | -1/+18 |
* | Progress on: Bug 126316: Invalid method signature: Pjava/lang/Enum<Ljava/lang... | acolyer | 2006-02-03 | 6 | -4/+17 |
* | Progress on: Bug 126316: Invalid method signature: Pjava/lang/Enum<Ljava/lang... | acolyer | 2006-02-03 | 1 | -0/+14 |
* | more detail in memory answers, on incremental mode and strong static referenc... | wisberg | 2006-02-02 | 1 | -3/+19 |
* | simple visitor added that lets you discover if a pointcut binds this or target | aclement | 2006-02-02 | 2 | -0/+46 |
* | Err, corrected to visit the right branch as well as the left... | aclement | 2006-02-02 | 1 | -2/+2 |
* | @AJ around tests for 126167 | aclement | 2006-02-02 | 25 | -0/+1041 |
* | thats better. | aclement | 2006-02-01 | 2 | -18/+19 |
* | oops | aclement | 2006-02-01 | 2 | -14/+15 |
* | fix for 125810 (from helen) | aclement | 2006-02-01 | 1 | -4/+17 |
* | testcode for 125699 and 125810 from matthew. test for 125699 commented out. | aclement | 2006-02-01 | 8 | -0/+64 |
* | free up maps during cleanup() processing | acolyer | 2006-01-31 | 1 | -3/+6 |
* | get build configuration via accessor, not direct field access | acolyer | 2006-01-31 | 1 | -1/+1 |
* | made all the state in AjState private so we can get a better handle on what's... | acolyer | 2006-01-31 | 2 | -35/+139 |
* | cleanup the EclipseFactory afterCompilation | acolyer | 2006-01-31 | 1 | -0/+1 |
* | added a cleanup method to release memory held in type maps | acolyer | 2006-01-31 | 1 | -0/+5 |
* | dom changes for 125809 (from helen) | aclement | 2006-01-31 | 3 | -11/+204 |
* | support for -messageHolder command-line option. This is needed by the forking... | acolyer | 2006-01-30 | 3 | -4/+141 |
* | support for -messageHolder : do nothing since this (obviously) has to be proc... | acolyer | 2006-01-30 | 1 | -1/+4 |
* | support for messageHolder attribute even when forking (see corresponding chan... | acolyer | 2006-01-30 | 1 | -5/+7 |
* | enh 123423 (expose PTW type) - code currently commented out until return type... | aclement | 2006-01-30 | 2 | -1/+24 |
* | fixes for 125475/125480 - matches nothing @AJ support. Definetly *NOT* as cl... | aclement | 2006-01-30 | 2 | -8/+15 |
* | avoid NPE (125657) | aclement | 2006-01-30 | 1 | -2/+2 |
* | testcode for 125475/125480 (from matthew) and for enh 123423 (expose PTW type... | aclement | 2006-01-30 | 1 | -1/+20 |
* | testcode for 125475/125480 (from matthew) and for enh 123423 (expose PTW type) | aclement | 2006-01-30 | 12 | -4/+162 |