This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Talk:Dead Code: Broken Override

From OWASP
Jump to: navigation, search

a control could be: using the @Override annotiation (since Java 1.5). Most static code analysers like findbugs will signal missing @Override.