Skip to content

2.50.0 false positive UnrecognisedJavadocTag with Lombok #5855

@lbenedetto

Description

@lbenedetto

2.50.0 does not accept this code.

import lombok.Getter;

@Getter
public class Reproducer {
  /**
   * See {@link String}
   */
  private String str = "";
}
warning: [UnrecognisedJavadocTag] This Javadoc tag wasn't recognised by the parser. Is it malformed somehow, perhaps with mismatched braces?
  private String str = "";
  ^

Issue goes away if I get rid of Lombok @Getter annotation or switch to markdown javadoc syntax

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions