I have an install as described above, and I am successfully connected in "connected mode". My Eclipse project is bound to my SonarQube project, which is using the SonarWay java profile. There are plenty of rule violations. And yet, no violations appear in Eclipse. Not in the file editor, and not in the SonarLint Report or SonarLint On-The-Fly windows. I have triggered a Sonar scan from Eclipse (using mvn sonar:sonar) which ran successfully, but still no results in Eclipse.Everything looks fine, except for the lack of results. I'm trying to think of other ways to diagnose the issue. Any ideas? Thank you!
--
You received this message because you are subscribed to the Google Groups "SonarLint" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sonarlint+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sonarlint/f2d70bc6-dc93-4847-b4b6-38a4768efa35%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Glenn,Note that some courtesy is appreciated on this list...Would you mind sharing SonarLint logs (available in SonarLint console) after enabling verbose + analysis output. Clear the console, then close/reopen a file to trigger an analysis.Also, are you able to see issues when you are not in connected mode?++Julien
2017-04-12 20:31 GMT+02:00 Glenn Mayer <gl...@outsidelogic.com>:
I have an install as described above, and I am successfully connected in "connected mode". My Eclipse project is bound to my SonarQube project, which is using the SonarWay java profile. There are plenty of rule violations. And yet, no violations appear in Eclipse. Not in the file editor, and not in the SonarLint Report or SonarLint On-The-Fly windows. I have triggered a Sonar scan from Eclipse (using mvn sonar:sonar) which ran successfully, but still no results in Eclipse.Everything looks fine, except for the lack of results. I'm trying to think of other ways to diagnose the issue. Any ideas? Thank you!
--
You received this message because you are subscribed to the Google Groups "SonarLint" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sonarlint+...@googlegroups.com.
I opened the SonarLint console, enabled Verbose output and Analysis logs, cleared the console, and opened and closed a file, and nothing appeared in the console at all. I then unbound the project, and tried the same thing, but no luck.
I also changed a file, and then triggered an Analyze Changed Files action from the SonarLint context menu. The message that appears in the console is "No subscriber for provider com.perforce.team.core.PerforceTeamProvider on project cq-test-project. No changed files found". This is odd because right above that is the Java Source Compare window showing the diffs between the local and remote files.