Community
Participate
Working Groups
Currently the override check ignores the static modifier. It should only take non static methods into account.
Java demands compatible signatures even on static methods. Given that the 'override' keywords should point users to such issues, it's a good idea to leave the check as strict as it currently is. We don't generate override annotations anyway, yet.
Folloe up in bug 364298
Closing all bugs that were set to RESOLVED before Neon.0