Commit Graph

5 Commits

Author SHA1 Message Date
acolyer
c298ef779c fix for Bugzilla Bug 54721
add this to API  (Signature.getDeclaringTypeName())
2004-03-19 20:48:01 +00:00
wisberg
ad2fb7a583 47952 fix: SoftException.printStackTrace(..) prints wrapped throwable (if not >= 1.4)
tested in 1.1, 1.3, 1.4 (but not in 1.1 release tests)
2004-01-15 05:21:33 +00:00
jhugunin
5834de9783 Fix for Bugzilla Bug 44587
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.
2004-01-14 15:24:06 +00:00
wisberg
458b26fe12 returning TestSuite rather than Test to permit all tests to run from Eclipse 2003-10-31 19:27:44 +00:00
wisberg
c3300283ec initial version 2002-12-16 17:09:36 +00:00