We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75137a0 commit 284e48cCopy full SHA for 284e48c
java/ql/lib/semmle/code/java/dataflow/internal/SsaImpl.qll
@@ -44,7 +44,7 @@ private module TrackedVariablesImpl {
44
}
45
46
/** Holds if `f` is accessed more than once or inside a loop. */
47
- predicate multiAccessed(SsaSourceField f) { loopAccessed(f) or 1 < numberOfAccesses(f) }
+ private predicate multiAccessed(SsaSourceField f) { loopAccessed(f) or 1 < numberOfAccesses(f) }
48
49
/**
50
* Holds if `f` is a field that is interesting as a basis for SSA.
0 commit comments