Eclipse is just being helpful, reminding you that you can call the superclass implementation if you want.
you are probably getting an error because you are not doing something necessary that the superclass does, since you are not calling its implementation.