Skip to content
This repository has been archived by the owner on Aug 8, 2020. It is now read-only.

implement BeanConventionComplianceTest #6

Open
SierraGolf opened this issue Aug 27, 2012 · 0 comments
Open

implement BeanConventionComplianceTest #6

SierraGolf opened this issue Aug 27, 2012 · 0 comments
Milestone

Comments

@SierraGolf
Copy link
Member

aspects

  • class must implement Serializable
    • check if class implements interface
    • maybe also check if UUID is declared by the class
  • class must provide a default constructor (no parameters)
  • class must provide getters and setters for all declared fields
    • missing getters can be excluded
    • missing setters can be excluded
    • maybe also check inherited getters/setters???
    • do the check based on declared properties or only on getters/setters???
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant