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 warn about supertypes that aren't allowed #8

Open
ctubbsii opened this issue Mar 25, 2015 · 0 comments
Open

Need to warn about supertypes that aren't allowed #8

ctubbsii opened this issue Mar 25, 2015 · 0 comments

Comments

@ctubbsii
Copy link
Member

supertypes that are public (a user can assign the object to) which are not in the included or allowed sets, should be warned about. We don't need to do any further analysis on these. It's sufficient to warn that an unintended class is exposed.

For non-public supertypes, we do need to do analysis of protected methods, and that should be covered by issue #6.

@ctubbsii ctubbsii modified the milestone: 1.1.0 Apr 10, 2015
@ctubbsii ctubbsii modified the milestones: 1.1.0, 1.2.0 Oct 5, 2017
@ctubbsii ctubbsii removed this from the 1.2.0 milestone Dec 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant