aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Progress on: empty catch block warning - compiler changes to warn on empty ca...acolyer2006-02-102-0/+0
* Progress on: empty catch block warning - option supportacolyer2006-02-101-10/+14
* Progress on: empty catch block warning - test casesacolyer2006-02-102-0/+18
* Progress on: empty catch block warning - updates to test cases with empty cat...acolyer2006-02-1013-45/+72
* Progress on: empty catch block warning - extra lint messageacolyer2006-02-102-0/+4
* define some constants to avoid spreading string literals aroundacolyer2006-02-101-0/+4
* provide a way to reset dump state to free up memoryacolyer2006-02-101-0/+23
* free up memory anchored in static at the end of a runacolyer2006-02-102-1/+8
* I don't think this class is actively used anymore...acolyer2006-02-101-4/+5
* don't hold onto references to AjBuildConfigsacolyer2006-02-101-0/+1
* don't hold eclipse source types in ajstateacolyer2006-02-102-67/+225
* go "back to the source" on an incremental aspect changeacolyer2006-02-101-26/+13
* Put compilation-and-weaving-context into multi-thread mode when doing LTWacolyer2006-02-101-0/+3
* don't hold hard references to state in this context. Assume single threaded u...acolyer2006-02-101-11/+37
* comment fixaclement2006-02-101-2/+2
* fix for 120356 - better feedback for DEOW when using @AJ. (from helen)aclement2006-02-105-2/+142
* fix for 123212 - ignoring subversion resourcesaclement2006-02-101-0/+3
* lazy unpacking of the line number table contents. Only done when required - ...aclement2006-02-072-0/+0
* lazy unpacking of the table contents. Only done when required - usually when...aclement2006-02-071-18/+54
* dont do anything if we dont have to.aclement2006-02-071-0/+2
* not perfect yet - but some I'm using.aclement2006-02-073-0/+266
* Helen and Eduardos AST changes for 110465aclement2006-02-067-5/+291
* Progress on: Bug 126328: IlegalStateException : zip file closedacolyer2006-02-031-1/+18
* Progress on: Bug 126316: Invalid method signature: Pjava/lang/Enum<Ljava/lang...acolyer2006-02-036-4/+17
* Progress on: Bug 126316: Invalid method signature: Pjava/lang/Enum<Ljava/lang...acolyer2006-02-031-0/+14
* more detail in memory answers, on incremental mode and strong static referenc...wisberg2006-02-021-3/+19
* simple visitor added that lets you discover if a pointcut binds this or targetaclement2006-02-022-0/+46
* Err, corrected to visit the right branch as well as the left...aclement2006-02-021-2/+2
* @AJ around tests for 126167aclement2006-02-0225-0/+1041
* thats better.aclement2006-02-012-18/+19
* oopsaclement2006-02-012-14/+15
* fix for 125810 (from helen)aclement2006-02-011-4/+17
* testcode for 125699 and 125810 from matthew. test for 125699 commented out.aclement2006-02-018-0/+64
* free up maps during cleanup() processingacolyer2006-01-311-3/+6
* get build configuration via accessor, not direct field accessacolyer2006-01-311-1/+1
* made all the state in AjState private so we can get a better handle on what's...acolyer2006-01-312-35/+139
* cleanup the EclipseFactory afterCompilationacolyer2006-01-311-0/+1
* added a cleanup method to release memory held in type mapsacolyer2006-01-311-0/+5
* dom changes for 125809 (from helen)aclement2006-01-313-11/+204
* support for -messageHolder command-line option. This is needed by the forking...acolyer2006-01-303-4/+141
* support for -messageHolder : do nothing since this (obviously) has to be proc...acolyer2006-01-301-1/+4
* support for messageHolder attribute even when forking (see corresponding chan...acolyer2006-01-301-5/+7
* enh 123423 (expose PTW type) - code currently commented out until return type...aclement2006-01-302-1/+24
* fixes for 125475/125480 - matches nothing @AJ support. Definetly *NOT* as cl...aclement2006-01-302-8/+15
* avoid NPE (125657)aclement2006-01-301-2/+2
* testcode for 125475/125480 (from matthew) and for enh 123423 (expose PTW type...aclement2006-01-301-1/+20
* testcode for 125475/125480 (from matthew) and for enh 123423 (expose PTW type)aclement2006-01-3012-4/+162
* useful definition of STRINGaclement2006-01-301-0/+1
* fix and test for 123901. test for 125475 (commented out)aclement2006-01-296-3/+36
* fixes for the AST - see comment #26 in 110465. Now exposes perclause/privile...aclement2006-01-279-35/+265