Ver código fonte

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>

tobiasKaminsky 6 anos atrás
pai
commit
1c76b9765e
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      findbugs-filter.xml

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