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

A method override itself #468

Closed
rafdulaf opened this issue Oct 9, 2013 · 0 comments
Closed

A method override itself #468

rafdulaf opened this issue Oct 9, 2013 · 0 comments

Comments

@rafdulaf
Copy link

rafdulaf commented Oct 9, 2013

I have 3 classes
AbstractField (extending Ext.form.FieldContainer)
AbstractFieldsWrapper (extending AbstractField) : that redefine the method setValue without any doc
ChangePassword (extending AbstractFieldsWrapper) : that redefine the method setValue without any doc

The doc of AbstractFieldsWrapper#setValue indicates that the method overrides Field#setValue (ok) and itself (AbstractFieldsWrapper#setValue)

Adding /** @inheritdoc */ on the ChangePassword#setValue method makes everything fine again.

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

2 participants