Skip to content

Fix leftover deprecation warnings #15

Description

@Sipkab

If a Java element has @Deprecated annotation on it, and also has the @deprecated tag in its Javadoc, then removing only the annotation leaves the deprecated warnings on the referencing source parts. This is okay.

However, removing the @deprecated Javadoc tag won't remove the warnings, and will cause them to linger until the source files with the warning are modified by hand.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions