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
Revision as of 14:22, 5 January 2009 by Arjanl (talk | contribs) (New page: a control could be: using the @Override annotiation (since Java 1.5). Most static code analysers like findbugs will signal missing @Override.)
a control could be: using the @Override annotiation (since Java 1.5). Most static code analysers like findbugs will signal missing @Override.