google / google/j2objc

Static accessors should be private if class properties are generated

Open
#1,235 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.