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

Test util to ensure all API types conform to certain rules #3

Closed
big-andy-coates opened this issue Mar 16, 2022 · 2 comments
Closed

Comments

@big-andy-coates
Copy link
Member

big-andy-coates commented Mar 16, 2022

e.g.

  • no public constructors
  • is final class (actually test for non-public is enough - checkstyle will then pick up if class is not final)
  • throws on null params...

(Can add more over time)

@big-andy-coates
Copy link
Member Author

Requires java9-modularity/gradle-modules-plugin#209...

big-andy-coates added a commit that referenced this issue May 20, 2022
* Check for public constructors

part of #3
@big-andy-coates
Copy link
Member Author

Moved remaining to #49

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

1 participant