Example
public class
ClassA
extends
ClassB
{
public void
tast()
{
}
}
class
ClassB
{
public void
test()
{
}
}
Solution
The child class has a method that's very similar to the parent class. Double check the spelling of the child method, it might be a typo.