Home | History | Annotate | Download | only in doc

Lines Matching full:assigns

241 <tr bgcolor="#ffffff"><td><a href="#QBA_QUESTIONABLE_BOOLEAN_ASSIGNMENT">QBA: Method assigns boolean literal in boolean expression</a></td><td>Correctness</td></tr>
1597 This instruction assigns a class literal to a variable and then never uses it.
2541 <h3><a name="QBA_QUESTIONABLE_BOOLEAN_ASSIGNMENT">QBA: Method assigns boolean literal in boolean expression (QBA_QUESTIONABLE_BOOLEAN_ASSIGNMENT)</a></h3>
2545 This method assigns a literal boolean value (true or false) to a boolean variable inside
4571 This instruction assigns a value to a local variable,
4587 This statement assigns to a local variable in a return statement. This assignment
4605 This instruction assigns a value to a local variable,