Skip to content

Javadoc Doclet should handle enums and records better #534

@DavidWhitlock

Description

@DavidWhitlock

A student used enum and record types in their project. Since those types have automatically-generated methods like name() and value(), the Javadoc Doclet that generates the text representation of the API docs displays those methods as empty. Very reasonably, the Grader deducted some points.

Let's change the Doclet to not attempt to generate documentation for synthetic methods like name() and value().

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions