Reputation: 5585
When I open any java class in eclipse editor it is showing below popup message.
Upvotes: 2
Views: 6819
Reputation: 6462
Another solution:
I had two Sonar-PlugIns (SonarQube and SonarLint). The first posted solution has't worked for me. But the following had worked: in eclipse installation directory, open the file:
<yourEclipseInstallDirectory>\configuration\customization.ini
And delete what is after the =
sign.
org.sonar.ide.eclipse.core/servers/default/url=<deleteWhatIsHere>
Upvotes: 1
Reputation: 39631
Right click your project and choose SonarQube
. then click on Remove the SonarQube server nature
EDIT
Another option is to go to Windows
-> Preferences
-> SonarQube
-> Server
and to remove or fix your server here.
Upvotes: 3