]> source.dussan.org Git - sonarqube.git/commitdiff
batch's ref exposed in CE's Component is actually OK
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>
Tue, 2 Jun 2015 15:04:14 +0000 (17:04 +0200)
committerSébastien Lesaint <sebastien.lesaint@sonarsource.com>
Tue, 2 Jun 2015 16:01:17 +0000 (18:01 +0200)
server/sonar-server/src/main/java/org/sonar/server/computation/component/Component.java

index cefa2dfa615ec67138df2dbfbbefdec1421cecd2..ac25a24b1559c5a15147b8c84f3dc665c5e60bdf 100644 (file)
@@ -53,7 +53,9 @@ public interface Component {
    */
   String getKey();
 
-  // FIXME we should not expose a batch specific information
+  /**
+   * The component ref in the batch report.
+   */
   int getRef();
 
   List<Component> getChildren();