aboutsummaryrefslogtreecommitdiffstats
path: root/weaver
Commit message (Expand)AuthorAgeFilesLines
* test and fix for 128237 from Helenaclement2006-02-211-1/+5
* oops - used Boolean.parseBoolean()aclement2006-02-211-1/+2
* Progress on: PointcutHandlerDesignator.acolyer2006-02-215-13/+101
* optimization: use tags not gens. improves memory (create less garbage), fast...aclement2006-02-219-175/+107
* exposed method for testing.aclement2006-02-211-0/+3
* Fix for 128699 - message. From Ramnivas.aclement2006-02-201-1/+1
* optimization: reset logic for primitives so they don't anchor a world instanc...aclement2006-02-202-0/+15
* feature: Use ASM for non-woven types: testcodeaclement2006-02-1641-0/+353
* test and fix for 122370 (Andy & Helen) - code generated for @Decp busted.aclement2006-02-161-3/+7
* tests and (slightly reworked) fix for 125699 from Helen. @AJ bug with inherit...aclement2006-02-161-3/+6
* Support for "-Xset:name=value,name=value,name=value". The name/value data is...aclement2006-02-161-0/+31
* optimization: made unpacking of the table lazy. With a minor change in AJ it...aclement2006-02-153-5/+18
* 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
* lessen the cost of hashcode and equalsaclement2006-02-132-14/+24
* fix for 119882 (from Helen) - similar to fix for 113531aclement2006-02-131-0/+5
* 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
* comment fixaclement2006-02-101-2/+2
* fix for 120356 - better feedback for DEOW when using @AJ. (from helen)aclement2006-02-101-2/+39
* dont do anything if we dont have to.aclement2006-02-071-0/+2
* 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-034-4/+10
* 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
* enh 123423 (expose PTW type) - code currently commented out until return type...aclement2006-01-301-0/+11
* fixes for 125475/125480 - matches nothing @AJ support. Definetly *NOT* as cl...aclement2006-01-301-3/+7
* avoid NPE (125657)aclement2006-01-301-2/+2
* useful definition of STRINGaclement2006-01-301-0/+1
* fix for 125405 - demote raws to simple on incremental compiles when necessary.aclement2006-01-271-0/+6
* 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-252-2/+18
* test and fix for 125080 - mixing numbers of types in a generic type hierarchyaclement2006-01-251-20/+6
* test and fix for 124654: generic annotation matching..aclement2006-01-231-3/+12
* test and fix for 124808aclement2006-01-232-2/+12
* test and fix for pr124803 - mixing numbers of tvars/tparams in a hierarchyaclement2006-01-231-1/+37
* 77166 - newarray joinpoint support. "-Xjoinpoints:arrayconstruction"aclement2006-01-203-1/+8
* 77166 - newarray joinpoint support. "-Xjoinpoints:arrayconstruction"aclement2006-01-206-9/+130
* 77166 - newarray joinpoint support. "-Xjoinpoints:arrayconstruction"aclement2006-01-204-10/+94
* 122347 - at least evict *something* from the type map. use softrefs but tail...aclement2006-01-182-25/+147
* test and fix for 123612 - remember to clear the caches for declared annotatio...aclement2006-01-171-0/+3
* fix for 123695 - allow for null (no annotations)aclement2006-01-171-1/+2
* fix for 124105 - resolve the signatureaclement2006-01-171-0/+1
* removed rogue debugging statement.aclement2006-01-161-3/+0
* pr122248, only unpack generic signatures if the world is in java 5 mode...acolyer2006-01-154-2/+16
* spelling fixed! (pr122417)aclement2006-01-101-1/+1