Skip to content

Check for class-based exception does not work correctly #154

@macemmi

Description

@macemmi

We have many findings because of code like this:

IF sy-subrc <> 0.
  RAISE EXCEPTION cx_my_exception_class=>create_from_symsg( ).
ENDIF.

Here the check will issue a finding even though class based exceptions are used.

BR

Metadata

Metadata

Assignees

Labels

bugSomething isn't working correctly

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions