abaplint / abaplint-sci-client

ABAP part for running abaplint on ABAP backend
MIT License
38 stars 20 forks source link

SCI results don't point to program includes #234

Closed neptune3221 closed 3 years ago

neptune3221 commented 3 years ago

When viewing the abaplint results in SCI, the results seem to only point to the base program rather than include where the error actually lies.

abaplintResults

Contrast this with running Openchecks on the same single program, which correctly lists the include and takes the user directly to that file on double click.

OpenchecksResults

larshp commented 3 years ago

thanks, I have reproduced the problem,

image

image

larshp commented 3 years ago

@neptune3221 try again, latest version of the abap code from this repository

neptune3221 commented 3 years ago

Confirmed fix! everything looking good here now. Thanks @larshp