Browse Source

Spotbugs: disable experimental BAS_BLOATED_ASSIGNMENT_SCOPE (#3998)

Spotbugs: disable experimental BAS_BLOATED_ASSIGNMENT_SCOPE
Tobias Kaminsky 6 years ago
parent
commit
1327b7e33a
2 changed files with 3 additions and 2 deletions
  1. 2 1
      findbugs-filter.xml
  2. 1 1
      scripts/analysis/findbugs-results.txt

+ 2 - 1
findbugs-filter.xml

@@ -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>

+ 1 - 1
scripts/analysis/findbugs-results.txt

@@ -1 +1 @@
-491
+438