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

Poor Style: Identifier Contains Dollar Symbol ($)

From OWASP
Revision as of 23:28, 7 April 2009 by KirstenS (talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Template:CandidateForDeletion

#REDIRECT Failure to follow guideline/specification


Last revision (mm/dd/yy): 04/7/2009


Description

Using a dollar sign ($) as part of an identifier is not recommended.

Section 3.8 of the Java Language Specification reserves the dollar sign ($) for identifiers that are used only in mechanically generated source code.


Risk Factors

TBD

Examples

int un$afe;

Related Attacks


Related Vulnerabilities

Related Controls


Related Technical Impacts


References

TBD