Project

General

Profile

Bug #4669

Conversion error for output stream-handle - protected property.

Added by Marian Edu almost 4 years ago. Updated almost 4 years ago.

Status:
Test
Priority:
Normal
Target version:
-
Start date:
Due date:
% Done:

100%

billable:
No
vendor_id:
GCD
case_num:
version:

History

#1 Updated by Marian Edu almost 4 years ago

  • Assignee set to Greg Shah

Assigning that to Greg to dispatch it to the right recipient :)

We've found an issue when converting a 4GL class and it turns out the offending code is an `output to stream-handle WebHandle` statement where WebHandle is a public property in class's base class. If we use a variable/property defined in the class itself then it works so it's somewhere in the get_stream_accessor rule that apparently only consider class own properties and throws a `missing refid annotation` when a property from one of the supers are being used.

Trying to convert oo/openedge/web/web_response_writer/FwdWebResponseWriter.cls will hopefully give more insights.

#2 Updated by Greg Shah almost 4 years ago

  • Start date deleted (06/11/2020)
  • Assignee changed from Greg Shah to Constantin Asofiei
  • Description updated (diff)

#3 Updated by Constantin Asofiei almost 4 years ago

  • % Done changed from 0 to 100
  • Status changed from New to WIP

Fixed in 3821c rev 11432.

#4 Updated by Greg Shah almost 4 years ago

  • Status changed from WIP to Test

Also available in: Atom PDF