Code
- Link
- LinkNavigation
- LinkFacet
- Entry
- EntryBook
- Page
- PageAllAuthors
- PageAllAuthorsLetter
- PageAuthorDetail
- PageAllPublishers
- PagePublisherDetail
- PageAllTags
- PageAllLanguages
- PageCustomDetail
- PageAllCustoms
- PageTagDetail
- PageLanguageDetail
- PageAllSeries
- PageSerieDetail
- PageAllRating
- PageRatingDetail
- PageAllBooks
- PageAllBooksLetter
- PageRecentBooks
- PageQueryResult
- PageBookDetail
- PageAbout
- PageCustomize
- Base
This check looks for a call to a parent method whose name is different than the method from which it is called.
Consider the following code:
The
getFirstName()
method in theSon
calls the wrong method in the parent class.