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
Difference between revisions of "Talk:Dead Code: Broken Override"
From OWASP
(New page: a control could be: using the @Override annotiation (since Java 1.5). Most static code analysers like findbugs will signal missing @Override.) |
(No difference)
|
Latest revision as of 14:22, 5 January 2009
a control could be: using the @Override annotiation (since Java 1.5). Most static code analysers like findbugs will signal missing @Override.