| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
performance improvements for runtime library
(From Matthew)
|
|
|
|
| |
changed....
|
|
|
|
| |
add this to API (Signature.getDeclaringTypeName())
|
|
|
|
|
|
| |
not >= 1.4)
tested in 1.1, 1.3, 1.4 (but not in 1.1 release tests)
|
|
|
|
|
|
|
|
|
|
|
| |
Erroneous exception conversion
and Bugzilla Bug 34206
before():execution(new(..)) does not throw NoAspectBoundException
All exceptions that occur during the static intialization of a persingleton
aspect will be swallowed. When using that aspect (via aspectOf())
a NoAspectBoundException will be thrown with the original exception
from the staitc initializer as the cause.
|
| |
|
|
|