aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* optimization: made unpacking of the table lazy. With a minor change in AJ it...aclement2006-02-155-5/+18
* optimization: made unpacking of the table lazy. With a minor change in AJ it...aclement2006-02-151-32/+70
* include latest bcel changes.aclement2006-02-142-0/+0
* tidy up after yourselfaclement2006-02-141-0/+2
* Bugette: annotation value of primitive type 'char' wasnt working !aclement2006-02-144-3/+3
* optimization: rather than continuously constructing new arrays from the linke...aclement2006-02-144-119/+118
* optimization: less fiddling with collections when setting up the localvariabl...aclement2006-02-141-21/+27
* optimization: use bit twiddling rather than Sets for manipulating the list of...aclement2006-02-1331-220/+240
* optimization: char rather than string manipulationaclement2006-02-131-7/+7
* optimization: dont unnecessarily build signatures and faster signature proces...aclement2006-02-131-7/+7
* organized importsaclement2006-02-132-14/+10
* lessen the cost of hashcode and equalsaclement2006-02-132-14/+24
* fix for 119882 (from Helen) - similar to fix for 113531aclement2006-02-138-0/+89
* 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