We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d02908 commit 32fe12aCopy full SHA for 32fe12a
1 file changed
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
- deprecated Expr getResult() { result.getParent() = this }
+ 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