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.)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.