You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have updated my SonarQube 6.2 with the version 0.9.8 of the cxx plugin. The plugin produces now a lot of traces during the analysis:
INFO: Sensor c++ SquidSensor
INFO: SonarQube 6.2 or newer environment
WARN: CPD error in file '/home/phil/.../Provider.cc' at line:395, column:47
...
Those warnings where not produced with the version 0.9.7 of the plugin.
It seems that this warning is produced only when C++ string constants are defined on multiple lines. Examples of two cases which produces this warning:
@phcouton this was also in old versions an issue. Problem is that preprocessor is merging/changing the code and resulting line numbers do no more fit to original source file. I see no way to solve this.
I have updated my SonarQube 6.2 with the version 0.9.8 of the cxx plugin. The plugin produces now a lot of traces during the analysis:
Those warnings where not produced with the version 0.9.7 of the plugin.
It seems that this warning is produced only when C++ string constants are defined on multiple lines. Examples of two cases which produces this warning:
The text was updated successfully, but these errors were encountered: