jhb873@gitpyr.UUCP (JOHN H. BOWSER) (09/02/86)
As part of my current research on testing ADA programs, I am interested
in collecting any information relating to errors made by programmers in
the following categories.
1. Errors when using Procedures declared with default parameters.
(setting up defaults incorrectly, making calls using default
parameters where actual values should have been passed, etc.)
2. Errors in using exceptions and exception handlers;
(failure to provide a handler, providing a handler where one
wasn't needed, raising the wrong exceptions, etc.)
All information on errors of a non-syntactic nature will be appreciated.
Thank-you.