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

pick up changes to fix reduced visibility #3

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

vjetteam
Copy link

When overloading a method you should not reduce the visibility of the parent method. This was found using Sencha Eclipse Plugin beta.

vjetteam added 7 commits July 26, 2012 11:20
https://sencha.jira.com/browse/VJET-5

convert @Private to @public since overriding is trying to reduce visibility of method
https://sencha.jira.com/browse/VJET-5

convert @Private to @public since overriding is trying to reduce visibility of method
should not reduce visibility of overriding method
isActivatable should be public since it is overriding public method
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

Successfully merging this pull request may close these issues.

1 participant