Project

General

Profile

Bug #4669

Updated by Greg Shah almost 6 years ago

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.

Back