Skip to content

"update" prefix in variable name causes erroneous reformatting #710

Description

@Mattwmaster58

Describe the bug

Provide 3 code snippets:
Before code snippet

DEFINE VARIABLE updateFlag AS CHARACTER NO-UNDO.
updateFlag = "".

After code snippet

DEFINE VARIABLE updateFlag AS CHARACTER NO-UNDO.
update Flag = "".

Expected code snippet

DEFINE VARIABLE updateFlag AS CHARACTER NO-UNDO.
updateFlag = "".

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions