I have SonarLint 4.2.0.201909192007 on Eclipse (CodeReady) connected to an 8.5 SQ server. On the server, using the web API, I resolved one issue False Positive. On the SQ website, that project’s bug count then decreased by 1. Viewing the source code on the webpage, the line in question no longer has a bug icon next to it (it used to).
But it still shows up in CodeReady in both the SonarLint Report and in the source code panel. In the SonarLint Bindings view, I did Update All Project Bindings. I’ve also shut down and restarted both the SQ server and CodeReady (and rebooted both machines) to no avail. The connection uses token authentication, and if I change the token I get an authentication error as expected, which I don’t get with the correct token so the authentication should be OK. (With correct authentication, an update takes about 5-10 minutes so it seems to be doing SOMETHING.)
So I’ve read that false positives should not show up in SonarLint. Are there additional configuration steps I need, either in CodeReady or in the server (e.g., something to enable connected mode)?