disable experimental

BAS_BLOATED_ASSIGNMENT_SCOPE: Method assigns a variable in a larger scope than is needed
                     THIS DETECTOR IS HIGHLY EXPERIMENTAL AND IS LIKELY TO CREATE A LOT OF FUD

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
tobiasKaminsky 2019-05-10 09:55:35 +02:00
parent a727474aed
commit 1c76b9765e
No known key found for this signature in database
GPG Key ID: 0E00D4D47D0C5AF7
1 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,8 @@
</Match>
<Bug pattern="PATH_TRAVERSAL_IN" />
<Bug pattern="ANDROID_EXTERNAL_FILE_ACCESS" />
<Bug pattern="BAS_BLOATED_ASSIGNMENT_SCOPE" />
<!-- This is unmanageable for now dur to large amount of interconnected static state -->
<!-- This is unmanageable for now due to large amount of interconnected static state -->
<Bug pattern="FCCD_FIND_CLASS_CIRCULAR_DEPENDENCY"/>
</FindBugsFilter>