mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
14 lines
399 B
Plaintext
14 lines
399 B
Plaintext
import java
|
|
import semmle.code.java.frameworks.android.Intent
|
|
import TestUtilities.InlineFlowTest
|
|
|
|
class SummaryModelTest extends SummaryModelCsv {
|
|
override predicate row(string row) {
|
|
row =
|
|
[
|
|
//"package;type;overrides;name;signature;ext;inputspec;outputspec;kind",
|
|
"generatedtest;Test;false;getMapKeyDefault;(Bundle);;Argument[0].MapKey;ReturnValue;value"
|
|
]
|
|
}
|
|
}
|