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

Need to find if a variable or method can be private through lint #12

Open
SAGARSURI opened this issue Jun 15, 2020 · 3 comments
Open

Need to find if a variable or method can be private through lint #12

SAGARSURI opened this issue Jun 15, 2020 · 3 comments

Comments

@SAGARSURI
Copy link

I am not able to find a lint rule which can analyse and tell me if the variable or method can be private.

@kuhnroyal
Copy link

I don't think that can be linted. This would need a much deeper analysis.

@rrifafauzikomara
Copy link

Yeah I need this too, looks like Android native can find a variable or method that can be private

@kvenn
Copy link

kvenn commented Nov 7, 2023

I'd also like this. Is this referring to variable that is currently public, but is not accessed outside the current file?

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

4 participants