Skip to content

Commit ecb8911

Browse files
JLLeitschuhsmowton
andauthored
Apply suggestions from code review
Co-authored-by: Chris Smowton <smowton@github.com>
1 parent 2a6c4e9 commit ecb8911

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java/ql/lib/semmle/code/java/environment/SystemProperty.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,8 @@ private predicate localExprFlowPlusInitializers(Expr e1, Expr e2) {
259259
}
260260

261261
/**
262-
* Holds if data can flow from `node1` to `node2` in zero or more
263-
* local (intra-procedural) steps or via local variable intializers
262+
* Holds if data can flow from `pred` to `succ` in zero or more
263+
* local (intra-procedural) steps or via instance or static variable intializers
264264
* for final variables.
265265
*/
266266
private predicate localFlowPlusInitializers(DataFlow::Node pred, DataFlow::Node succ) {

0 commit comments

Comments
 (0)