Closed SSaulenas closed 2 months ago
Add error handling cases for formatters to prevent them from altering code in a way that disrupts functionality.
Example, this:
oObject:Length = new OpenEdge.Core.String(pcMessage):Size
Becomes this in assign statement:
oObject:Length = new OpenEdge.Core.String(pcMessage) :Size
The expression formatter (in #140) fixes this.
Add error handling cases for formatters to prevent them from altering code in a way that disrupts functionality.
Example, this:
Becomes this in assign statement: