Jörg-Michael Grassau
Results
2
issues of
Jörg-Michael Grassau
Hello, given the following code in which a CATCH block contains only a comment line … ```ABAP TRY. any_method( ). CATCH cx_any_exception. " comment ENDTRY. ``` … Code Pal raises...
bug
Hello, this check creates false positives for code like ` IF NOT is_loaded( )`. where is_loaded( ) has an ABAP_BOOL returning parameter; or, for a more complex example, ` IF...
style guide