Static accessors should be private if class properties are generated
Open
- Dominant language
- Java
- Stars
- 6k
- Forks
- 999
- Avg merge
- 19h 20m
- Merged PRs (30d)
- 14
Description
Currently, both class properties and static accessors are declared publicly (in the header file), which is redundant. So the logic should be:
- If class properties are generated, static accessors are not declared (just implemented).
- If class properties are not generated, static accessors are declared.
Contributor guide
Assessment
This issue has not been assessed yet.