Cannot resolve inherited method
Answered

Code hints gives the inherited method as a completion option, but as shown, it eventually doesn't resolve. How do I get IntelliJ to resolve this (and other) inherited methods?
Please sign in to leave a comment.
Please try File | Invalidate Caches | Invalidate and Restart.
The methods were blue for a second, but are now red and reporting that the method cannot be resolved.
Is it possible to share a sample project to reproduce this issue? See https://intellij-support.jetbrains.com/hc/articles/206869619.
https://jbsintellij.zendesk.com/attachments/token/TMJNfZonlzMbJzc4Scv1t980B/?name=sample.jsp
https://youtrack.jetbrains.com/issue/IDEA-151613 appears to be related. I'd extract the classes into the src directory and use imports instead.