* 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 {
* @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);