| Method does not override method in superclass due to wrong package for | |
| parameter. For example, defining a method void foo(alpha.Foo x) when the | |
| superclass contains a method void foo(beta.Foo x). The defined method was | |
| probably meant to override the superclass method. |