Home | History | Annotate | Download | only in doc

Lines Matching full:discards

441 <tr bgcolor="#ffffff"><td><a href="#RV_DONT_JUST_NULL_CHECK_READLINE">RV: Method discards result of readLine after checking if it is nonnull</a></td><td>Dodgy code</td></tr>
570 <p> This code creates a java.util.Random object, uses it to generate one random number, and then discards
4531 cast to a short or byte, which discards the upper bits of the result.
5070 <h3><a name="RV_DONT_JUST_NULL_CHECK_READLINE">RV: Method discards result of readLine after checking if it is nonnull (RV_DONT_JUST_NULL_CHECK_READLINE)</a></h3>