...
Wiki Markup |
---|
\[[Bloch 09|AA. Java References#Bloch 09]\] 4. "Searching for the One" \[[Pugh 09|AA. Java References#Pugh 09]\] Using == to compare objects rather than .equals |
...
EXP10-J. Avoid side effects in assertions 04. Expressions (EXP) EXP02-J. Do not use the equals method to compare the contents of arrays 04. Expressions (EXP) EXP04-J. Be wary of invisible implicit casts when using compound assignment operators