You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thanks very much for reporting this! This is indeed a bug, because apparently, the ABAP cleaner parser does not properly handle /(65) yet. Same for other possible syntax such as /10(65), /(*), /col(**) etc. Will look into this!
Kind regards,
Jörg-Michael
P.S.: and you're right, this hasn't been fixed up to the current version!
I found the following error when cleaning up some legacy code of ours:
The error log shows the same information:
20230727_144425 , line 5: Parse error in line 5: RND Parser categorizes '65' as a CAT_LITERAL
The problem occurs when I try to clean the following snippet, referencing the length 65 of the ULINE command:
We currently have version 1.4.0 installed, but I did not see a reference to this issue in the release notes.
The text was updated successfully, but these errors were encountered: