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 5aa7029 commit 7c82f51Copy full SHA for 7c82f51
java/ql/lib/semmle/code/java/dataflow/internal/SsaImpl.qll
@@ -684,6 +684,8 @@ private module DataFlowIntegrationInput implements Impl::DataFlowIntegrationInpu
684
predicate guardControlsBlock(Guard guard, BasicBlock bb, boolean branch) {
685
guard.controls(bb, branch)
686
}
687
+
688
+ predicate includeWriteDefsInFlowStep() { none() }
689
690
691
private module DataFlowIntegrationImpl = Impl::DataFlowIntegration<DataFlowIntegrationInput>;
0 commit comments