Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Undetected issue on new code - change gerrit #63

Open
finitha opened this issue May 28, 2019 · 8 comments
Open

Undetected issue on new code - change gerrit #63

finitha opened this issue May 28, 2019 · 8 comments

Comments

@finitha
Copy link

finitha commented May 28, 2019

Hi,

I have a problem with the parameter GERRIT_COMMENT_NEW_ISSUES_ONLY set to true.

If I change some lines in a file, sometimes sonar reports +1 to Gerrit change.
But it should be -1, because it breaks rules.

For exemple if I set the parameter to "false", sonar will report -1 and list all the issues.

I checked in SonarQube and there aren't new modifications stored in database.

Do you know why ?

Thanks

@finitha finitha changed the title Bug with parameter new issues only Undetected issue on new code - change gerrit May 28, 2019
@mildis
Copy link
Contributor

mildis commented May 29, 2019

Hi,

Even new issues could be squelched by the threshold settings.
Are these new issues over the threshold ?

@finitha
Copy link
Author

finitha commented May 29, 2019

Thanks for your response.

New issues are "MAJOR" and the parameter Key: GERRIT_THRESHOLD is INFO.
So the new issues are over the threshold.


Apparemment, vous êtes Français (ou du moins votre entreprise), comme moi. Cela sera peut etre plus simple pour répondre ?

@greg7859
Copy link
Contributor

Bonjour,

Pourriez vous nous donner la version SonarQube, la version du plugin que vous avez déployé ?
Pourriez vous également activer le mode verbeux si vous ne l'avez pas fait et nous mettre à disposition le log qui a été généré ?

Merci,

@finitha
Copy link
Author

finitha commented May 29, 2019

Bonjour,

Pour SonarQube il s'agit de la version 6.5 et pour le plugin : sonar-gerrit-plugin-2.3.0.jar
Le mode verbeux dans SonarQube directement ?

Merci

@greg7859
Copy link
Contributor

greg7859 commented May 31, 2019

Le mode verbeux s'active avec l'option sonar.verbose=true.

Elle doit être insérée dans la ligne qui exécute l'analyse ou dans le fichier de configuration en fonction du langage que vous analysez.

@finitha
Copy link
Author

finitha commented Jun 3, 2019

D'accord merci, je vais test avec cette option et je vous envoie le résultat.

@mildis
Copy link
Contributor

mildis commented Jun 3, 2019

Il faut ajouter -X aussi pour déclencher le mode debug.
sonar.verbose=true en ajoute une couche mais ne déclare pas l'execution en debug.

@mildis
Copy link
Contributor

mildis commented Jun 6, 2019

Vus les logs, la liste de problèmes dans SQ est vide.
L'analyse ayant lieu coté SQ, c'est directement le moteur qui nous retourne en interne cette liste vide.
C'est SonarLint qui vous remonte un problème dans le code changé qui devrait aussi être remonté par SQ ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants