Code
- Entry
- EntryBook
- PageAllPublishers
- PageAllTags
- PageAllLanguages
- PageAllCustoms
- PageAllSeries
- PageAllRating
- PageAllBooks
- PageRecentBooks
- Link
- LinkNavigation
- LinkFacet
- Page
- PageAllAuthors
- PageAllAuthorsLetter
- PageAuthorDetail
- PagePublisherDetail
- PageCustomDetail
- PageTagDetail
- PageLanguageDetail
- PageSerieDetail
- PageRatingDetail
- PageAllBooksLetter
- PageQueryResult
- PageBookDetail
- PageAbout
- PageCustomize
- Base

Loading history...
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 theSoncalls the wrong method in the parent class.