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
Applying ABAP Cleaner version 1.18.1 on the program at the end of the issue, due to unsupported syntax, prevents the whole cleanup:
line 8: Parse error in line 8: Chain colons inside parentheses or brackets are currently not supported by ABAP cleaner. Please rewrite this ABAP statement manually before running ABAP cleaner on this code.
1 entry was added to the error log 'C:...\AppData\Roaming\SAP\ABAP cleaner\user\error.log': the cleanup of a code file was cancelled
The real case is the 3 below lines of the class zcl_excel_writer_2007, just running a selective ABAP Cleanup on 1 line in another method of the class fails:
Applying ABAP Cleaner version 1.18.1 on the program at the end of the issue, due to unsupported syntax, prevents the whole cleanup:
The real case is the 3 below lines of the class zcl_excel_writer_2007, just running a selective ABAP Cleanup on 1 line in another method of the class fails:
Of course, I agree to rewrite these ABAP statements, but I think they should not prevent the whole cleanup.
I know that @jmgrassau is against these ABAP statements, as I said, I agree ;-) (#134 (comment)).
Minimal reproducible example:
NB: this syntax also prevents from going to the configuration, same error pops up, but I guess it should be another issue.
The text was updated successfully, but these errors were encountered: