File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
java/ql/lib/semmle/code/java Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -324,10 +324,10 @@ private class StartActivityIntentStep extends AdditionalValueStep {
324
324
startActivity .getMethod ( ) .overrides * ( any ( StartActivityMethod m ) ) and
325
325
getIntent .getMethod ( ) .overrides * ( any ( AndroidGetIntentMethod m ) ) and
326
326
newIntent .getConstructedType ( ) instanceof TypeIntent and
327
- DataFlow:: localExprFlow ( newIntent , getIntentArgOfStartActMethod ( startActivity ) ) and
327
+ DataFlow:: localExprFlow ( newIntent , this . getIntentArgOfStartActMethod ( startActivity ) ) and
328
328
getClassArgOfIntentConstructor ( newIntent ) .getType ( ) .( ParameterizedType ) .getATypeArgument ( ) =
329
329
getIntent .getReceiverType ( ) and
330
- n1 .asExpr ( ) = getIntentArgOfStartActMethod ( startActivity ) and
330
+ n1 .asExpr ( ) = this . getIntentArgOfStartActMethod ( startActivity ) and
331
331
n2 .asExpr ( ) = getIntent
332
332
)
333
333
}
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ private import semmle.code.xml.AndroidManifest
37
37
// )
38
38
// }
39
39
// }
40
- // ! experimental modelling of `parseUri`
40
+ // ! experimental modeling of `parseUri`
41
41
/**
42
42
* The method `Intent.parseUri`
43
43
*/
You can’t perform that action at this time.
0 commit comments