vscode-abaplint icon indicating copy to clipboard operation
vscode-abaplint copied to clipboard

Extension doesn't recognize exceptions (due to dependencies)

Open mbtools opened this issue 3 years ago • 0 comments

"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)

mbtools avatar Nov 14 '22 16:11 mbtools