We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ee90f8 commit b75b073Copy full SHA for b75b073
java/ql/lib/semmle/code/java/frameworks/android/AsyncTask.qll
@@ -77,8 +77,6 @@ private class AsyncTaskInit extends Callable {
77
78
/** A call to the `execute` or `executeOnExecutor` methods of the `android.os.AsyncTask` class. */
79
private class ExecuteAsyncTaskMethodAccess extends MethodAccess {
80
- Argument paramsArgument;
81
-
82
ExecuteAsyncTaskMethodAccess() {
83
this.getMethod().hasName(["execute", "executeOnExecutor"]) and
84
this.getMethod().getDeclaringType().getSourceDeclaration().getASourceSupertype*() instanceof
0 commit comments