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

Provide validation utils #5

Closed
ljacqu opened this issue Jul 8, 2016 · 0 comments
Closed

Provide validation utils #5

ljacqu opened this issue Jul 8, 2016 · 0 comments
Milestone

Comments

@ljacqu
Copy link
Member

ljacqu commented Jul 8, 2016

Provide some common methods both for validation and general testing (unit testing) of the property definitions themselves, e.g. a method that checks if all properties have a comment, or that they are well defined as constants...

Possible things:

  • are fields on a SettingsHolder public static final?
  • do all declared Property fields have unique paths?
  • is there a @Comment on each field?
  • SettingsHolder class final with one private constructor?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants