Types which are returned by operations on protected
types are declared after the Protected type declaration
if the type name is alphabetically after operation name.
This is caused by (a) misspelling 'return' as 'result', (b)
treating it as an element when it's an attribute.
Much less likely to show up if some of the protected type's
operations have parameters.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=917025
This is caused by (a) misspelling 'return' as 'result', (b)
treating it as an element when it's an attribute.
Much less likely to show up if some of the protected type's
operations have parameters.
Logged In: YES
user_id=917025
ColdFrame bug # 0317.
Logged In: YES
user_id=917025
Now fixed & updated regression test.