summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* testcode for 152871: parsing bytecode too often (needs a wildcard pattern in ↵aclement2006-08-073-0/+32
| | | | the exclude list)
* remove debugaclement2006-08-071-1/+1
|
* better diagnostic message.aclement2006-08-041-4/+8
|
* guard for 152835 - could be knock on effect from pipeline changeaclement2006-08-041-0/+2
|
* test and fix for 152631: decp targetting aspect using cflowaclement2006-08-044-2/+20
|
* bug 143903 - doc rewriting of javac tasks to support iajc via build.compilerwisberg2006-08-031-4/+21
|
* synchronized advice (I thought I checked this in right after the mail list ↵wisberg2006-08-031-1/+26
| | | | discussion)
* bug 149577 (darker tt tag color in .css)wisberg2006-08-033-3/+3
|
* doc process for adding new modules (soon to be superceded)wisberg2006-08-031-0/+33
|
* Bug 151991 add modules ajdoc, loadtime, loadtime5, weaver5 to license checkwisberg2006-08-031-1/+18
|
* copyright noticewisberg2006-08-032-0/+23
|
* copyright noticewisberg2006-08-033-0/+36
|
* test and initial patches for 141556aclement2006-08-0311-2/+154
|
* Bug 150131 "org.aspectj.ajde.core testcases create "out" directory in ↵mwebster2006-08-037-71/+89
| | | | project root" (use sandbox for compiling and running tests)
* fix for problem with transform of static synchronized method on pre Java5.aclement2006-08-033-3/+39
|
* fix for problem with transform of static synchronized method on pre Java5.aclement2006-08-032-0/+47
|
* test and fix for 152589: adviceDidNotMatch incorrectly appearingaclement2006-08-034-6/+51
|
* Bug 150131 "org.aspectj.ajde.core testcases create "out" directory in ↵mwebster2006-08-021-21/+0
| | | | project root" (remove redundant logic that created result.ser"
* Bug 150487 "Tracing and Logging Framework" (fix Linux)mwebster2006-08-021-3/+3
|
* Fix for failure when lock()/unlock() used in XML defined pointcut and would ↵aclement2006-08-023-0/+26
| | | | require synchronization transform of a method
* failure when lock()/unlock() used in XML defined pointcut and would require ↵aclement2006-08-023-0/+55
| | | | synchronization transform of a method
* Bug 151938 "Handle Duplicate -javaagent entries more gracefully" (ignore ↵mwebster2006-08-0110-1/+77
| | | | duplicate agents)
* Bug 150487 "Tracing and Logging Framework" (lazy initialize SimpleDateFormat ↵mwebster2006-08-019-39/+101
| | | | to prevent recursion in JDK 1.4 LTW)
* synchronization pointcut problem (see Fourteen.java for info)aclement2006-08-014-1/+60
|
* build should cope now.aclement2006-08-011-1/+1
|
* cope (not perfect) with recent change to containers in AJDT projects.aclement2006-08-012-3/+8
|
* Bug 150487 "Tracing and Logging Framework"mwebster2006-07-311-1/+2
|
* Bug 150487 "Tracing and Logging Framework" (remove tracing from ↵mwebster2006-07-315-3/+51
| | | | ClassPathManager to prevent recursion in JDK 1.4 LTW)
* test and fix for 152257aclement2006-07-314-7/+7
|
* testcode 152257aclement2006-07-311-0/+13
|
* testcode 152257aclement2006-07-313-0/+42
|
* trace!aclement2006-07-313-2/+17
|
* Bug 113948 "Repackage AspectJ" (move module root suites out of default package)mwebster2006-07-3025-16/+45
|
* being worked on...aclement2006-07-281-3/+3
|
* pipeline changes: fix for deep nesting aspectsaclement2006-07-285-7/+31
|
* bug151978: testcase (commented out)aclement2006-07-283-3/+36
|
* Bug 150487 "Tracing and Logging Framework" (remove redundant ↵mwebster2006-07-282-9/+0
| | | | TraceFactory.isEnabled() method and test)
* pipeline changes: changed adviceDidNotMatch processing and moved reweavable ↵aclement2006-07-281-8/+14
| | | | message (dont want it for every file woven!)
* pipeline changes: stores names of super types, not direct references (cost?)aclement2006-07-281-31/+59
|
* pipeline changes: activated PipeliningTests, some adviceDidNotMatch changes ↵aclement2006-07-284-6/+11
| | | | in the test xml
* pipeline changes: new info message for time taken required changeaclement2006-07-281-1/+1
|
* pipeline changes: new info message for time taken, plus optional (commented ↵aclement2006-07-281-1/+8
| | | | out logic) for easily attaching jconsole
* pipeline changes: converts Eclipse annotations to AJ onesaclement2006-07-281-5/+214
|
* pipeline changes: builds EclipseResolvedMembersaclement2006-07-281-1/+7
|
* pipeline changes: changed to cope with differing implementations of ↵aclement2006-07-282-16/+35
| | | | ICompilerAdapter
* pipeline changes: multiple variants of compiler adapter now, one pipelines, ↵aclement2006-07-283-1/+641
| | | | one doesnt.
* Bug 113948 "Repackage AspectJ" (comments and questions)PRE_PIPELINEmwebster2006-07-271-0/+0
|
* pipeline changes: switch in World - defaults to ON, switched off via ↵aclement2006-07-271-1/+12
| | | | -Xset:pipelineCompilation=false
* fix and testcode update for: 151673: after advice sometimes woven ↵aclement2006-07-2713-19/+21
| | | | incorrectly into strangely formed input bytecode
* Bug 150487 "Tracing and Logging Framework" (add JUnit tests)mwebster2006-07-2718-36/+498
|