We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2d3bc0 commit 5116b0cCopy full SHA for 5116b0c
java/ql/lib/semmle/code/java/Statement.qll
@@ -646,7 +646,7 @@ class ReturnStmt extends Stmt, @returnstmt {
646
*
647
* Gets the expression returned by this `return` statement, if any.
648
*/
649
- Expr getResult() { result.getParent() = this }
+ deprecated Expr getResult() { result.getParent() = this }
650
651
/** Gets the expression returned by this `return` statement, if any. */
652
Expr getExpr() { result.getParent() = this }
0 commit comments