We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a42d9b1 commit e8aae19Copy full SHA for e8aae19
java/ql/src/semmle/code/java/Expr.qll
@@ -1121,6 +1121,9 @@ class SwitchExpr extends Expr, @switchexpr {
1121
break.(JumpStmt).getTarget() = this and result = break.getValue()
1122
)
1123
}
1124
+
1125
+ /** Gets a printable representation of this expression. */
1126
+ override string toString() { result = "switch (...)" }
1127
1128
1129
/** A parenthesised expression. */
0 commit comments