Skip to content

Commit 65afd0d

Browse files
committed
Kotlin: Performance tweak
1 parent f5c0b0e commit 65afd0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

java/ql/lib/semmle/code/java/dataflow/FlowSources.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ class ExportedAndroidContentProviderInput extends RemoteFlowSource, AndroidConte
272272
* calls `startActivityForResult` with an implicit Intent.
273273
*/
274274
class OnActivityResultIntentSource extends OnActivityResultIncomingIntent, RemoteFlowSource {
275+
cached
275276
OnActivityResultIntentSource() { this.isRemoteSource() }
276277

277278
override string getSourceType() { result = "Android onActivityResult incoming Intent" }

0 commit comments

Comments
 (0)