...
This rule appears in the C Secure Coding Standard as EXP12-C. Do not ignore values returned by functions.
References
Wiki Markup |
---|
\[[GreenAPI 0806|AA. Java References#GreenReferences#API 0806]\] ["String.replace"method replace()|http://mindprodjava.sun.com/jgloss/gotchas.html/javase/6/docs/api/java/lang/String.html#replace(char,%20char)] \[[APIGreen 0608|AA. Java References#APIReferences#Green 0608]\] ["String.replace"|http://java.sunmindprod.com/j2se/1.4.2/docs/api/java/lang/Stringjgloss/gotchas.html] |
...
EXP00-J. Use the same type for the second and third operands in conditional expressions 02. Expressions (EXP) EXP03-J. Do not compare String objects using equality or relational operators