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.
39 lines
790 B
39 lines
790 B
{
|
|
"never_returning_null": [
|
|
{
|
|
"language": "Java",
|
|
"source_contains": "_AUTOMATICALLY_GENERATED_"
|
|
},
|
|
{
|
|
"language": "Java",
|
|
"class": "codetoanalyze.java.infer.SomeLibrary",
|
|
"method": "get"
|
|
}
|
|
],
|
|
"infer-blacklist-files-containing": [
|
|
"@generated"
|
|
],
|
|
"enable_checks": [
|
|
"GLOBAL_VARIABLE_INITIALIZED_WITH_FUNCTION_OR_METHOD_CALL",
|
|
"UNSAFE_GUARDED_BY_ACCESS"
|
|
],
|
|
"skip_translation": [
|
|
{
|
|
"language": "Java",
|
|
"source_contains": "_SHOULD_BE_SKIPPED_"
|
|
}
|
|
],
|
|
"modeled_expensive": [
|
|
{
|
|
"language": "Java",
|
|
"class": "android.app.Activity",
|
|
"method": "findViewById"
|
|
},
|
|
{
|
|
"language": "Java",
|
|
"class": "android.view.View",
|
|
"method": "findViewById"
|
|
}
|
|
]
|
|
}
|