FishEye

Quick Search:

Line History

0

Show Arbitrary Diff

From to

Supports revisions and tags.

History

MAIN 1.6 1.1

Branch MAIN

1.6 annotated / raw | Diffs: previous, other | Lines: 92 ( +5, -2 )

Created: 2005-11-16 11:16:10 -0500 (3 years 1 month ago) | Author: rossd | Changeset: MAIN:rossd:20051116161610

updates to license in all framework code

Tags: coldspring-1-2-rc1 coldspring-1-2 alpha-0-5-0

1.5 annotated / raw | Diffs: previous, other | Lines: 89 ( +24, -14 )

Created: 2005-11-12 14:01:07 -0500 (3 years 1 month ago) | Author: scottc | Changeset: MAIN:scottc:20051112190106

Many fixes in new advice type Interceptors, which now don't require parameters to be defined for the afterReturning and before methods. Advice objects are now NOT cloned, so they can be used as real objects and retrieved from the factory, if needed. Implemented the afterThrowing advice which now can be used to create a full suite of exception mapping methods. Also afterReturning does not need to (and shouldn't) return or act on the return value

1.4 annotated / raw | Diffs: previous, other | Lines: 79 ( +6, -2 )

Created: 2005-10-10 14:40:10 -0400 (3 years 2 months ago) | Author: scottc | Changeset: MAIN:scottc:20051010184010

Lots of fixes pertaining to returning and not returning values with afterAdvice, also added the security for method invocation that we discussed

1.3 annotated / raw | Diffs: previous, other | Lines: 75 ( +3, -3 )

Created: 2005-10-09 18:45:24 -0400 (3 years 2 months ago) | Author: scottc | Changeset: MAIN:scottc:20051009224524

Forgot to add Dave to AOP license

Tags: alpha-0-2-1

1.2 annotated / raw | Diffs: previous, other | Lines: 75 ( +15, -5 )

Created: 2005-10-07 09:13:13 -0400 (3 years 3 months ago) | Author: scottc | Changeset: MAIN:scottc:20051007131313

small formatting changes (log tag) in aop. Working MethodInterceptor with chaining for nesting. New tests. Also the mach-ii config plugin is in there

1.1 annotated / raw | Lines: 65 ( +65, -0 )

Created: 2005-10-06 09:11:20 -0400 (3 years 3 months ago) | Author: scottc | Changeset: MAIN:scottc:20051006131120

Created MethodInterceptor and MethodInvocation classes