Skip to content

Validation for duplication of data across overriden methods. #10

@alcatrazEscapee

Description

@alcatrazEscapee

The Issue

Duplicated, identical data in the Parchment repo across overriden methods. This includes parameter names and javadocs, and leads to extra unnecessary bulk in the repo (now that we know the full inheritance hierarchy is being populated on export).

Example:

These parameter and docs are duplicated in a subclass here.

A validator that both:

  • Detects cases where identical data is present in subclasses, and
  • Painlessly remove said additional duplicated data.

would be ideal.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions