Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ExitBasicBlock
SsaInput
1 parent 6fbb1e2 commit e5e8843Copy full SHA for e5e8843
1 file changed
java/ql/lib/semmle/code/java/dataflow/internal/SsaImpl.qll
@@ -175,10 +175,6 @@ private module SsaInput implements SsaImplCommon::InputSig<Location> {
175
176
BasicBlock getABasicBlockSuccessor(BasicBlock bb) { result = bb.getABBSuccessor() }
177
178
- class ExitBasicBlock extends BasicBlock {
179
- ExitBasicBlock() { not exists(this.getABBSuccessor()) }
180
- }
181
-
182
class SourceVariable = SsaSourceVariable;
183
184
/**
0 commit comments