summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix for 121395 - error message on stupid aspectpathaclement2006-01-273-3/+35
* fix for 125405 - demote raws to simple on incremental compiles when necessary.aclement2006-01-273-0/+42
* testcode for 125405aclement2006-01-273-0/+27
* helens changes for 125295 - should keep AJDT happy.aclement2006-01-267-8/+87
* includes the AST changes already checked into shadows - see pr110465aclement2006-01-262-0/+0
* New tests for all the AST changes - and updated tests due to the AST being mo...aclement2006-01-263-47/+1823
* necessary magic. Factory 'mechanism' used so that the JDT project doesnt hav...aclement2006-01-264-5/+237
* Subclass for the AST that is able to create pointcuts/declares/etc. Similar ...aclement2006-01-261-0/+494
* new placeholder nodes for type patterns and signature patterns. Before this ...aclement2006-01-265-2/+199
* new distinct nodes for the different types of declare - all follow the standa...aclement2006-01-2612-101/+1923
* oops, crap comment earlier - fix for 125101aclement2006-01-251-0/+1
* fix is checked in.aclement2006-01-251-1/+1
* fix for 122452 - pattern parser for a duff pointcut definition. Also fix for...aclement2006-01-254-6/+28
* test and fix for 125080 - mixing numbers of types in a generic type hierarchyaclement2006-01-254-0/+55
* test and fix for 125080 - mixing numbers of types in a generic type hierarchyaclement2006-01-251-20/+6
* testcode for 122452aclement2006-01-254-0/+24
* test and fix for 124999aclement2006-01-244-1/+39