Reports methods having the same name as a package
local method of a superclass in other package. Such methods may result in
confusing semantics, particularly if the package-private method is ever made
publicly visible. A package-private method can only properly be overridden if
the subclass resides in the same package.