Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.0
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
The following changes are expected in the "Violations" view :
- A drop down list should allow to choose the required mode : remote or local
- In one case (the default one), the refresh button should get the list of violations from the Sonar server, in the other case we expect the Sonar Eclipse plugin to launch a new analysis on local source file to update the list of violations
Of course, in that local mode, the Sonar Eclipse plugin still needs the Sonar server in order to get the quality profile to be used.
From a technical point of view, that means that the Sonar Eclipse plugin should be able to embed a very light in memory version of Sonar and to launch only a limited list of sensors.
Issue Links
- depends upon
-
SONARIDE-204
New extension point - ProjectConfigurator
-
-
SONARIDE-198
Use slf4j osgi bundle for logging
-
-
SONARIDE-202
Update to sonar-ws-client 2.7
-
- is duplicated by
-
SONARIDE-177
check Sonar rules in your IDE before you actually commit
-
New action "Analyse locally" added to project menu as shown on screenshot.