We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2600906 commit 3dc9071Copy full SHA for 3dc9071
java/ql/src/semmle/code/java/dataflow/ParityAnalysis.qll
@@ -1,5 +1,5 @@
1
/**
2
- * DEPRECATED: semmle.code.java.dataflow.ModulusAnalysis instead.
+ * DEPRECATED: Use semmle.code.java.dataflow.ModulusAnalysis instead.
3
*
4
* Parity Analysis.
5
@@ -225,7 +225,7 @@ Parity getExprParity(Expr e) {
225
}
226
227
228
229
230
* Holds if the parity can be determined for both sides of `comp`. The boolean
231
* `eqparity` indicates whether the two sides have equal or opposite parity.
0 commit comments