...
Wiki Markup |
---|
\[[API 06|AA. Java References#API 06]\] [method doPrivileged()|http://java.sun.com/javase/6/docs/api/java/security/AccessController.html#doPrivileged(java.security.PrivilegedAction)] \[[Reasoning 03|AA. Java References#Reasoning 03]\] Defect ID 00-0001, Null Pointer Dereference \[[SDN 08|AA. Java References#SDN 08]\] [Bug ID 6514454|http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6514454] \[[Hovemeyer 07|AA. Java References#Hovemeyer 07]\] \[[MITRE 09|AA. Java References#MITRE 09]\] [CWE ID 479|http://cwe.mitre.org/data/definitions/476.html] |
...
EXP14EXP11-J. Use the same type for the second and third operands in conditional expressionsBe careful of autoboxing when removing elements from a Collection 04. Expressions (EXP) EXP13-J. Do not diminish the benefits of constants by assuming their values in expressions