summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* testcode for new handle provider (pr141730)aclement2006-07-033-0/+69
|
* test and fix for 148737aclement2006-07-034-1/+28
|
* testcode for new handle provider (pr141730)aclement2006-07-0320-0/+298
|
* and away we go ... 1.5.3 testsaclement2006-07-034-0/+76
|
* bit of reordering to Ajc152Tests - and fixed 148972V1_5_2_finalaclement2006-06-282-6/+17
|
* test and fix for 148727 - reverse synthetic changes for aspectOf() and ↵aclement2006-06-286-5/+50
| | | | hasAspect()
* NPE guard for 148911aclement2006-06-281-1/+1
|
* Fix for Bug 148388 "LTW weaver produces a debug message at the begining"mwebster2006-06-271-1/+0
|
* test/fix for 148786: new array joinpoint problem. tiny one line change, ↵aclement2006-06-274-2/+22
| | | | safe for committing post RC.
* updated readmeV1_5_2rc1acolyer2006-06-261-7/+7
|
* readme updates for 1.5.2aclement2006-06-263-0/+57
|
* includes the missing antadapter code..aclement2006-06-262-0/+0
|
* have DEVELOPMENT flag.aclement2006-06-262-0/+0
|
* another scenario for 148545 - generic return type too.aclement2006-06-263-2/+31
|
* recognizes parameterized methods (fix for 148545)aclement2006-06-251-1/+8
|
* organized importsaclement2006-06-251-1/+0
|
* testcode for 148536 and 148537 and 148545aclement2006-06-251-0/+3
|
* fix for 148536aclement2006-06-251-1/+2
|
* testcode for 148545aclement2006-06-255-0/+50
|
* testcode for 148536 and 148537aclement2006-06-254-0/+27
|
* tests and implementation for enh 147711 (use true synthetic attribute/flag ↵acolyer2006-06-2417-30/+277
| | | | for aj synthetic members).
* 126167: Fix for @Around problems...aclement2006-06-236-69/+270
|
* 126167: Fix for @Around problems...aclement2006-06-2312-77/+386
|
* testcode for 148285 (commented out)aclement2006-06-231-0/+11
|
* testcode for 148285aclement2006-06-233-0/+100
|
* fix for NPE in compiler: 147841aclement2006-06-232-0/+0
|
* doc changes for @Around... wipaclement2006-06-231-0/+20
|
* three more tests for @Aroundaclement2006-06-233-0/+102
|
* unfinished (not sure of expected output) testcase committed for 147841aclement2006-06-234-0/+45
|
* design notes and initial test for "truly synthetic" membersacolyer2006-06-232-0/+87
|
* 148027: dont generate usespointcut relationship (for now...)aclement2006-06-228-14/+94
|
* refactored implementation of weaveAfterReturning - this is now much clearer ↵acolyer2006-06-221-86/+156
| | | | and easier to follow.
* tests and "fix" for pr148007 - workaround JRockit "goto" bug by generating ↵acolyer2006-06-2234-124/+445
| | | | code closer to that produced by javac when weaving after and after returning. In particular: avoid adding a goto that branches to the next instruction (now replaces that return opcode with a nop instead), and store the return value on the top of the stack in a temp before branching to the after advice dispatch and restore it afterwards.
* Fix for Bug 140695 "Use LTWWorld not BcelWorld for load-time weaving" (use ↵mwebster2006-06-211-1/+1
| | | | bootstrap loader)
* test and fix for 147801: rogue bridge methods in a funky configuration.aclement2006-06-2110-23/+106
|
* tests and fix for pr147845, generic abstract aspect 3+ deep hierarchiesacolyer2006-06-204-6/+45
|
* public accessibility..aclement2006-06-201-1/+1
|
* 145963: patches from comment #3aclement2006-06-203-7/+30
|
* test and fix for 147701: @DeclareParents: was failing to include package ↵aclement2006-06-205-2/+23
| | | | name for checked exceptions, failing to report when impl class didnt implement interface
* testcode for 147701: @DeclareParentsaclement2006-06-203-0/+76
|
* make the default warning level for my beautiful "warnOnSwallowedExceptions" ↵acolyer2006-06-196-9/+3
| | | | be "ignore"
* fixed decp bug and problem with 1.5 IBM VMaclement2006-06-192-1/+4
|
* skip attribute for line number - confuses mac/linux.aclement2006-06-191-1/+2
|
* testcode and patches for pr141730 comments #13,14: "new handleprovider"aclement2006-06-1916-129/+326
|
* Fix for 139936 "[ltw] WeavingAdaptor.generatedClassesExist() cannot cope ↵mwebster2006-06-1516-14/+221
| | | | with additional class weaving"
* Fix build: move createEmptySandbox() from FileUtil back to Ajc to avoid ↵mwebster2006-06-155-91/+58
| | | | JUnit dependency problem in util project
* Make sandbox directories unique among workspaces e.g. ↵mwebster2006-06-155-109/+91
| | | | c:\temp\ajcSandbox\org.aspectj\ajcTes1234.tmp
* Fix for Bug 140695 - Use LTWWorld not BcelWorld for load-time weaving ↵mwebster2006-06-141-6/+7
| | | | (AjcTestCase.DEFAULT_CLASSPATH_ENTRIES)
* Fix for Bug 140695 - Use LTWWorld not BcelWorld for load-time weaving (wrong ↵mwebster2006-06-132-25/+62
| | | | class loader)
* Fix 136707 new logCommand option emits command line to INFOwisberg2006-06-133-21/+88
|