]> source.dussan.org Git - sonarqube.git/commitdiff
Fix 2 links in javadoc of org.sonar.api.batch
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Mon, 13 Jun 2016 07:39:07 +0000 (09:39 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Mon, 13 Jun 2016 07:39:07 +0000 (09:39 +0200)
sonar-plugin-api/src/main/java/org/sonar/api/batch/AbstractCpdMapping.java
sonar-plugin-api/src/main/java/org/sonar/api/batch/sensor/highlighting/NewHighlighting.java

index 8c6896f1bd390fc0e440977df644c7cf7e21da4c..bce0846cbb1b167b606a8e6e4030a98b17895f29 100644 (file)
@@ -26,7 +26,7 @@ import org.sonar.api.resources.Resource;
  * A pre-implementation of the CpdMapping extension point
  *
  * @since 1.10
- * @deprecated since 5.6 use {@link SensorContext#newCpdTokens()}
+ * @deprecated since 5.6 use {@link org.sonar.api.batch.sensor.SensorContext#newCpdTokens()}
  */
 @Deprecated
 public abstract class AbstractCpdMapping implements CpdMapping {
index a43f9c179cfb8f3eadd898fb50d35d80e0bc4832..ae3dd8211d69961a27653495a6a454a13ec36f79 100644 (file)
@@ -50,7 +50,7 @@ public interface NewHighlighting {
    * @param startOffset Starting position in file for this type of text. Beginning of a file starts with offset '0'.
    * @param endOffset End position in file for this type of text.
    * @param typeOfText see {@link TypeOfText} values.
-   * @deprecated since 5.6 Only supported to ease migration from old API. Please prefer {@link #highlight(int, int, int, int)}.
+   * @deprecated since 5.6 Only supported to ease migration from old API. Please prefer other {@code highlight()} methods.
    */
   @Deprecated
   NewHighlighting highlight(int startOffset, int endOffset, TypeOfText typeOfText);