I just started learning Java. IntelliJ is giving me a warning “Static member accessed via instance reference” on line 4. Is it bad, should I fix it, somehow, or should I just ignore it? Here is my code: and the Dog class: Answer One issue (which causes others) is that you’re hiding the type breed by also having a field