Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.0
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
we recently found that the sonar eclipse plugin does not correctly pull the complete activated rule set from the server: the server showed us rule markers which the plugin didn't, and after comparing the local rulse set xml created and used by the plugin against the rule set xml that the server creates via "permalinks", the local profile is missing rules that are activated on the server.
e.g. the following rule is activated on our server and creating warnings, whereas the local sonar plugin does not create those warnings after a local analysis:
Findbugs-Warning "Bad practice - Equals checks for noncompatible operand"
we could break the problem downn to telling that it concerns:
- only findbugs rules
- but not all findbugs rules
- it is not linked to a certain profile
- it is not linked to a severity level
Issue Links
- depends upon
-
SONARIDE-205
Refactor the way to launch local Sonar analysis (use Sonar Runner and dryRun mode)
-
We are also having this issue.. Anything we can do to help get this fix let me know.