abapOpenChecks
abapOpenChecks copied to clipboard
'X' or '' that can be replaced with abap_true or abap_false
will work on this.
note it can be difficult to implement, abap_true and abap_false should be used when the type is abap_bool
setting something like order_type = 'X'.
I would regard as a false positive, as order_type should not contain boolean values
Yep. I know that this will be difficult. But this can be done, somehow.
yea, sure, just have to build the AST, and defer the types 😄
I gave up on doing this part in ABAP, since the compiler changes between versions, plus its difficult to do real testing, or alternatively everything must be built from scratch.
Hence the abaplint project