Move to query-test folder and update qldoc

This commit is contained in:
luchua-bc
2020-11-19 13:12:42 +00:00
parent 85434ca410
commit a311462791
5 changed files with 2 additions and 2 deletions

View File

@@ -258,7 +258,7 @@ private predicate sharedPreferencesInput(DataFlow::Node sharedPrefs, Expr input)
)
}
/* Holds if the method call is the save method of `SharedPreferences`. */
/* Holds if the method call is the store method of `SharedPreferences`. */
private predicate sharedPreferencesStore(DataFlow::Node sharedPrefs, Expr store) {
exists(MethodAccess m |
m.getMethod() instanceof SharedPreferencesStoreMethod and

View File

@@ -1 +1 @@
// semmle-extractor-options: --javac-args -cp ${testdir}/../../../../stubs/google-android-9.0.0
// semmle-extractor-options: --javac-args -cp ${testdir}/../../../../../stubs/google-android-9.0.0