aboutsummaryrefslogtreecommitdiff
path: root/findbugs-exclude.xml
blob: 2993296899adb0fe182638722f75dc63eb9e193b (plain)
1
2
3
4
5
6
7
8
<FindBugsFilter>
  <Match>
    <!-- Reason: Null has a different meaning than a zero-length array in this case. -->
    <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
    <Class name="com.google.instrumentation.stats.MutableDistribution" />
    <Method name="getInternalBucketCountsArray" />
  </Match>
</FindBugsFilter>