Feature #4351
instance vs static dual behavior for class-defined resources
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
Due date:
% Done:
0%
billable:
No
vendor_id:
GCD
case_num:
version_reported:
version_resolved:
reviewer:
production:
No
env_name:
topics:
Related issues
History
#1 Updated by Constantin Asofiei almost 7 years ago
- Related to Feature #3751: implement support for OO 4GL and structured error handling added
#2 Updated by Constantin Asofiei almost 7 years ago
In 4GL, a DEFINE STREAM appearing as a class member, will allow that stream name to be accessed from both static and instance contexts, but as different resources. This support is already added (by emitting a Static suffixed stream during conversion).
We need to determine any other resource which exhibits this behavior and add support for it.
#3 Updated by Greg Shah over 6 years ago
- Related to Feature #4373: finish core OO 4GL support added