INRIA/spoon

fix static analysis warnings by SonarQube

開放

#2,228 建立於 2018年7月15日

 (4 則留言) (0 個反應) (0 位負責人)Java (383 個分叉)github user discovery
good first issuerefactor

倉庫指標

星標
 (1,933 顆星)
PR 合併指標
 (平均合併 19天 11小時) (30 天內合併 49 個 PR)

描述

Warning list: https://sonarqube.ow2.org/project/issues?id=fr.inria.gforge.spoon%3Aspoon-core&resolved=false&types=BUG

I am using IDEA checkers to improve our code base but, at the same time some Sonar defects are solved as well (some checkers overlap).

I am going to fix all true positives on SonarQube on regular basis.

Today (2018-07-16) I am starting with 2076 issues to fix.

One more time I would like to get labels:

  • code inspection (yellow) - to mark IDEA inspections
  • sonarqube (orange) - to mark SonarQube inspections

to manage PRs with fixes. Also it would be change color of "bug" to RED :)

"refactor" label is better suited for refactoring of pure functionality (for instance: rework parser to support syntax X).

貢獻者指南