summaryrefslogtreecommitdiffstats
path: root/runtime/testsrc/RuntimeModuleTests.java
Commit message (Collapse)AuthorAgeFilesLines
* update license to EPLacolyer2006-06-011-2/+2
|
* Enhancement for Bugzilla Bug 49743aclement2004-09-011-1/+3
| | | | | performance improvements for runtime library (From Matthew)
* fix for Bugzilla Bug 67592 value in the args[] array of thisJoinPoint can be ↵acolyer2004-08-091-0/+2
| | | | changed....
* fix for Bugzilla Bug 54721 acolyer2004-03-191-0/+4
| | | | add this to API (Signature.getDeclaringTypeName())
* 47952 fix: SoftException.printStackTrace(..) prints wrapped throwable (if ↵wisberg2004-01-151-7/+48
| | | | | | 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-141-0/+8
| | | | | | | | | | | 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.
* returning TestSuite rather than Test to permit all tests to run from Eclipsewisberg2003-10-311-1/+1
|
* initial versionwisberg2002-12-161-0/+30