Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validation for duplication of data across overriden methods. #10

Open
alcatrazEscapee opened this issue Aug 10, 2021 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@alcatrazEscapee
Copy link

alcatrazEscapee commented Aug 10, 2021

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.

@sciwhiz12 sciwhiz12 added the enhancement New feature or request label Aug 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants