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

Inner classes

From OWASP
Revision as of 17:18, 17 January 2007 by EoinKeary (talk | contribs)

Jump to: navigation, search

OWASP Code Review Guide Table of Contents
Inner classes have been called "dangerous" by several Java security guidelines. However, there is no additional danger inherent in the use of inner classes that is not inherent in the use of other types of polymorphism. In general, use as little polymorphism as possible since it, by default, it exposes data.

Java Security Researcher Tom Hawtin sums up the "danger" of inner classes in his blog at http://jroller.com/page/tackline