You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
440 B
21 lines
440 B
5 years ago
|
{
|
||
|
"force-delete-results-dir": true,
|
||
|
"modeled-expensive": [
|
||
|
{
|
||
|
"language": "Java",
|
||
|
"class": "android.app.Activity",
|
||
|
"method": "findViewById"
|
||
|
},
|
||
|
{
|
||
|
"language": "Java",
|
||
|
"class": "android.view.View",
|
||
|
"method": "findViewById"
|
||
|
}
|
||
|
],
|
||
|
"annotation-reachability-custom-pairs": [
|
||
|
{
|
||
|
"sources": ["UserDefinedSource1", "UserDefinedSource2"],
|
||
|
"sink": "UserDefinedSink"
|
||
|
}
|
||
|
]
|
||
|
}
|