Space Tools

An 'undefined' page is any page that has been linked to from within Confluence, but that does not yet exist.

Undefined Page Linked From
8 Comment: OBJ05-J. Do not return references to private mutable class members > Re: OBJ05-J. Do not return references to private mutable class members (SEI CERT Oracle Coding Standard for Java)
API 06 Comment: LCK05-J. Synchronize access to static fields that can be modified by untrusted code > Re: LCK05-J. Synchronize access to static fields that can be modified by untrusted code (SEI CERT Oracle Coding Standard for Java)
Comment: LCK04-J. Do not synchronize on a collection view if the backing collection is accessible > Re: LCK04-J. Do not synchronize on a collection view if the backing collection is accessible (SEI CERT Oracle Coding Standard for Java)
Bloch 08 Comment: ERR00-J. Do not suppress or ignore checked exceptions > Re: ERR00-J. Do not suppress or ignore checked exceptions (SEI CERT Oracle Coding Standard for Java)
Contents and Organization Comment: Rule AA. References > Re: Rule AA. References (SEI CERT Oracle Coding Standard for Java)
ENV02-J. Use system properties rather than environment variables Comment: IDS07-J. Sanitize untrusted data passed to the Runtime.exec() method > Re: IDS07-J. Sanitize untrusted data passed to the Runtime.exec() method (SEI CERT Oracle Coding Standard for Java)
Goetz 06 Comment: VNA03-J. Do not assume that a group of calls to independently atomic methods is atomic > Re: VNA03-J. Do not assume that a group of calls to independently atomic methods is atomic (SEI CERT Oracle Coding Standard for Java)
Goetz 07 Comment: TSM03-J. Do not publish partially initialized objects > Re: TSM03-J. Do not publish partially initialized objects (SEI CERT Oracle Coding Standard for Java)
IDS00-J. Sanitize untrusted data passed across a trust boundary Comment: IDS03-J. Do not log unsanitized user input > Re: IDS03-J. Do not log unsanitized user input (SEI CERT Oracle Coding Standard for Java)
JPL 06 Comment: TSM03-J. Do not publish partially initialized objects > Re: TSM03-J. Do not publish partially initialized objects (SEI CERT Oracle Coding Standard for Java)
LCK10-J. Do not use incorrect forms of the double-checked locking idiom Comment: VNA00-J. Ensure visibility when accessing shared primitive variables > Re: VNA00-J. Ensure visibility when accessing shared primitive variables (SEI CERT Oracle Coding Standard for Java)
MEM05-C. Avoid large stack allocations Comment: MSC05-J. Do not exhaust heap space > Re: MSC05-J. Do not exhaust heap space (SEI CERT Oracle Coding Standard for Java)
MSC40-C. Do not violate constraints Page: MSC41-C. Never hard code sensitive information (SEI CERT C Coding Standard)
OBJ01-J. Declare data members as private and provide accessible wrapper methods Comment: LCK01-J. Do not synchronize on objects that may be reused > Re: LCK01-J. Do not synchronize on objects that may be reused (SEI CERT Oracle Coding Standard for Java)
Comment: SEC04-J. Protect sensitive operations with security manager checks > Re: SEC04-J. Protect sensitive operations with security manager checks (SEI CERT Oracle Coding Standard for Java)
Priority and Levels Comment: MSC03-J. Never hard code sensitive information > Re: MSC03-J. Never hard code sensitive information (SEI CERT Oracle Coding Standard for Java)
Comment: MSC03-J. Never hard code sensitive information > Re: MSC03-J. Never hard code sensitive information (SEI CERT Oracle Coding Standard for Java)
Comment: Rule. Introduction > Re: Rule. Introduction (SEI CERT Oracle Coding Standard for Java)
Rule 48. Miscellaneous (MSC) Page: MSC41-C. Never hard code sensitive information (SEI CERT C Coding Standard)
Rule 50. POSIX (POS) Page: MSC41-C. Never hard code sensitive information (SEI CERT C Coding Standard)
SCG 2010 Comment: SEC52-J. Do not expose methods that use reduced-security checks to untrusted code > Re: SEC52-J. Do not expose methods that use reduced-security checks to untrusted code (SEI CERT Oracle Coding Standard for Java)
Sun guidelines Comment: SEC05-J. Do not use reflection to increase accessibility of classes, methods, or fields > Re: SEC05-J. Do not use reflection to increase accessibility of classes, methods, or fields (SEI CERT Oracle Coding Standard for Java)
in this rule Comment: LCK10-J. Use a correct form of the double-checked locking idiom > Re: LCK10-J. Use a correct form of the double-checked locking idiom (SEI CERT Oracle Coding Standard for Java)