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.
1 parent 92d3d9d commit 30610c9Copy full SHA for 30610c9
1 file changed
java/ql/lib/semmle/code/java/Expr.qll
@@ -2140,7 +2140,7 @@ class SuperMethodCall extends MethodCall {
2140
}
2141
2142
/** DEPRECATED: Alias for `SuperMethodCall`. */
2143
-deprecated class SuperMethodAccess = SuperMethodCall;
+class SuperMethodAccess = SuperMethodCall;
2144
2145
/**
2146
* A constructor call, which occurs either as a constructor invocation inside a
0 commit comments