The BasicResultIndicator class has its own data attribute defined, and this is used in various places within subclasses, in particular subclasses of Response. This may be causing some unexpected behavior in certain scenarios; some was seen with JobListResponse and JobInfoResponse prior to #631.
Some investigation is warranted to confirm and document the trouble seen then. Unless it can be determined that the attribute naming is definitively unrelated to those issues and not problematic, we should also switch this, perhaps to something like result_data.
The BasicResultIndicator class has its own
dataattribute defined, and this is used in various places within subclasses, in particular subclasses of Response. This may be causing some unexpected behavior in certain scenarios; some was seen with JobListResponse and JobInfoResponse prior to #631.Some investigation is warranted to confirm and document the trouble seen then. Unless it can be determined that the attribute naming is definitively unrelated to those issues and not problematic, we should also switch this, perhaps to something like
result_data.