Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extension doesn't recognize exceptions (due to dependencies) #138

Open
mbtools opened this issue Nov 14, 2022 · 0 comments
Open

Extension doesn't recognize exceptions (due to dependencies) #138

mbtools opened this issue Nov 14, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@mbtools
Copy link

mbtools commented Nov 14, 2022

"Web version" is not able to load dependencies. Therefore, objects that rely on dependencies are marked with errors. For example, in abapGit:

image

Missing dependencies:

image

The "not found" errors within the exception are ok (2nd pic) but it would be nice to suppress the "class unknown" errors where the exception object is used (1st pic).

  • Usage in data definition (DATA ... TYPE REF to zcx_abapgit_exception. > no error)
  • Usage in class definition (METHODS ... RAISING zcx_abapgit_exception. > class unknown error)
  • Calling a method (zcx_abapgit_exception=>raise... > class unknown error)
@larshp larshp added the bug Something isn't working label Nov 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

2 participants