aboutsummaryrefslogtreecommitdiffstats
path: root/tests/new/ConstructorExecInitFails.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix for Bugzilla Bug 44587 jhugunin2004-01-141-1/+5
| | | | | | | | | | | 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.
* updated for new sematics of issingleton aspects advising their own jhugunin2002-12-231-0/+26
initializers