summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Collapse)AuthorAgeFilesLines
...
* 47952 fix: SoftException.printStackTrace(..) prints wrapped throwable (if ↵wisberg2004-01-152-10/+95
| | | | | | not >= 1.4) tested in 1.1, 1.3, 1.4 (but not in 1.1 release tests)
* Fix for Bugzilla Bug 44587 jhugunin2004-01-142-0/+20
| | | | | | | | | | | 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.
* added getCause method (patch from Andy) for 1.4 compatibility. bug 49250acolyer2004-01-071-2/+1
|
* returning TestSuite rather than Test to permit all tests to run from Eclipsewisberg2003-10-311-1/+1
|
* gutted. Should be removed once we've confirmed that it can safely be removed. wisberg2003-04-231-12/+12
| | | | | (not sure if CVS keeps history across file removal/add). (tests run fine, no apparant clients)
* 1.2 call replaced with equivalent 1.1 call.wisberg2003-04-231-1/+1
|
* prevent div/0, NPE (by inspection)wisberg2003-04-191-2/+4
|
* resolving unused-imports warningswisberg2003-02-1314-37/+13
|
* need this or there won't be a manifest in aspectjrt.jarjhugunin2003-01-161-0/+12
|
* initial versionwisberg2002-12-1636-0/+1886
|
* initial versionwisberg2002-12-163-0/+28