aboutsummaryrefslogtreecommitdiff
path: root/findbugs-exclude.xml
diff options
context:
space:
mode:
authorKristen Kozak <sebright@google.com>2017-06-16 17:36:30 -0700
committerKristen Kozak <sebright@google.com>2017-06-16 17:44:26 -0700
commit08b8962fb72f56b091dcd805b0d9df483a83b2ca (patch)
tree33a50129cde0f1ff2dcaca297f343133430b22bc /findbugs-exclude.xml
parent4aa6e80c8efac571e3017b70d599eb52db23a6f3 (diff)
downloadopencensus-java-08b8962fb72f56b091dcd805b0d9df483a83b2ca.tar.gz
Move stats classes to io.opencensus.stats.
The stats classes are still in different directories from tracing, so they won't be included in the next release.
Diffstat (limited to 'findbugs-exclude.xml')
-rw-r--r--findbugs-exclude.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/findbugs-exclude.xml b/findbugs-exclude.xml
index 29932968..8444032a 100644
--- a/findbugs-exclude.xml
+++ b/findbugs-exclude.xml
@@ -2,7 +2,7 @@
<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" />
+ <Class name="io.opencensus.stats.MutableDistribution" />
<Method name="getInternalBucketCountsArray" />
</Match>
</FindBugsFilter>