]> source.dussan.org Git - sonarqube.git/commitdiff
DOC Fix 'Fixed' and 'Removed' definitions
authorAntoine Vigneau <40755876+antoine-vigneau-sonarsource@users.noreply.github.com>
Thu, 8 Nov 2018 18:24:01 +0000 (19:24 +0100)
committerSonarTech <sonartech@sonarsource.com>
Thu, 8 Nov 2018 19:20:58 +0000 (20:20 +0100)
server/sonar-docs/src/pages/user-guide/issues.md

index 764dfe41864e3eda32705874909fbf0c6131ae28..dfa2e41b9d50161fe4949660999741c0ac4f2e4e 100644 (file)
@@ -43,8 +43,8 @@ After creation, issues flow through a lifecycle, taking one of five possible sta
 ### Resolutions
 Closed issues will have one of two resolutions:
 
-* **Fixed** - set automatically when a subsequent analysis shows that the issue has been corrected
-* **Removed** - set automatically when either the related coding rule or the file is no longer available. The rule may not be available either because it has been removed from the profile or because the underlying plugin has been uninstalled. The file could be unavailable because it has been removed from the project, moved to a different location or renamed.
+* **Fixed** - set automatically when a subsequent analysis shows that the issue has been corrected or the file is no longer available (removed from the project, excluded or renamed)
+* **Removed** - set automatically when the related rule is no longer available. The rule may not be available either because it has been removed from the Quality Profile or because the underlying plugin has been uninstalled.
 
 Resolved issues will have one of two resolutions:
 * **False Positive** - set manually