We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9603f0 commit 561f06aCopy full SHA for 561f06a
java/ql/lib/semmle/code/java/Statement.qll
@@ -450,13 +450,6 @@ class SwitchCase extends Stmt, @case {
450
result = this.getSwitch().getExpr() or result = this.getSwitchExpr().getExpr()
451
}
452
453
- /**
454
- * Gets the `i`th case in this case's switch block.
455
- */
456
- SwitchCase getSiblingCase(int i) {
457
- result = this.getSwitch().getCase(i) or result = this.getSwitchExpr().getCase(i)
458
- }
459
-
460
/**
461
* Gets this case's ordinal in its switch block.
462
*/
0 commit comments