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

Support for Checking Package-Private Attributes in Java #58

Open
aalramadan opened this issue Feb 5, 2024 · 0 comments
Open

Support for Checking Package-Private Attributes in Java #58

aalramadan opened this issue Feb 5, 2024 · 0 comments

Comments

@aalramadan
Copy link
Member

Tool currently does not support checking for package-private attributes in Java for inheritance.

These are attributes that are declared without any access modifier (public, private, protected). They are considered to have "package-private" access, meaning they can be accessed directly from any class in the same package, but not from classes in other packages.

Could perhaps collect the "package" statements and check whether two classes are in the same package.

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

No branches or pull requests

1 participant