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

implement BeanConventionComplianceTest #6

@SierraGolf

Description

@SierraGolf

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???

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions