Closed pvanbuijtene closed 1 hour ago
The get
and set
files (and a few others) are usually in ${DLC}/tty/
or ${DLC}/src/
(or at least they are in my copy of 12.8.1 which I just looked at to confirm). Try adding one of those to your propath.
You can specify sonar.oe.dlc
and sonar.oe.dlc.propath
properties
I guess this shows I'm new to ABL 😅 thanks for the help.
I'm currently busy with implementing SonarQube for our code base and running into the following issue:
I'm unable to link to our code base, but I found similar code here and it seems to be caused by:
Tried to find the documentation about this
get
statement but not very lucky so far.Looking at the lexer code I think there's something missing here: https://github.com/Riverside-Software/sonar-openedge/blob/develop/proparse/src/main/java/org/prorefactor/proparse/Lexer.java#L1589
Can also look into creating a PR if that would be the fastest way of fixing this.