PR# 18682 Obsolete feature calls in class WEL_WINDOW

Problem Report Summary
Submitter: hcater
Category: WEL
Priority: Medium
Date: 2013/09/12
Class: Bug
Severity: Non-critical
Number: 18682
Release: 7.3
Confidential: No
Status: Open
Responsible: misterieking
Environment: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:23.0) Gecko/20100101 Firefox/23.0
Synopsis: Obsolete feature calls in class WEL_WINDOW

Description
features register_current_window and is_registered contain feature calls to obsolete features.

The replacement feature calls should be the following respectively:

l_object_id := eif_object_id (Current)

Result := l_object_id = internal_object_id and then eif_id_object (l_object_id) = Current

To Reproduce

										
Problem Report Interactions