abaplint / abaplint

Standalone static analysis for ABAP
https://abaplint.org
MIT License
224 stars 70 forks source link

resolving TYPE pool data, icon_fencing not found, findTop (check_syntax) #1148

Closed ed-holland closed 2 years ago

ed-holland commented 4 years ago

Issue: ./src/#redwood#xbp_parameters.prog.abap[300, 3] - icon_fencing not found, findTop (check_syntax)

icon_fencing is part of the type pool icon.

larshp commented 4 years ago

workaround is adding it as a global constant, https://github.com/larshp/abapGit/blob/master/abaplint.json#L18

resolving data/constants from type pools doesn't work right now

ed-holland commented 4 years ago

added the constants to the json. Workaround working fine. Thanks.

larshp commented 4 years ago

its still a problem, so I'd like to fix it sometime

larshp commented 3 years ago

starting this 🎉

larshp commented 3 years ago

@ed-holland try again, note that I've added some icons in https://github.com/abaplint/deps/blob/main/src/icon.type.abap

ed-holland commented 2 years ago

Resolved.