aboutsummaryrefslogtreecommitdiff
path: root/findbugs-exclude.xml
diff options
context:
space:
mode:
authorYang Song <songy23@users.noreply.github.com>2018-03-21 17:25:35 -0700
committerGitHub <noreply@github.com>2018-03-21 17:25:35 -0700
commiteb826581a9d3e2e99cd93bd07ee2b336978e8fb2 (patch)
tree6d01e225121b759ea4b4074f6828e89f0ee01587 /findbugs-exclude.xml
parent37fe5d3fc334d3b784767d3ba5d8859b1391ec05 (diff)
downloadopencensus-java-eb826581a9d3e2e99cd93bd07ee2b336978e8fb2.tar.gz
Move BaseMessageEventUtil to trace package. (#1076)
* Move BaseMessageEventUtil to trace package. * Move BaseMessageEventUtil to trace.internal. Work around findbugs. * Update findbugs-exclude and remove since tag.
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 bd222a6c..afa47549 100644
--- a/findbugs-exclude.xml
+++ b/findbugs-exclude.xml
@@ -20,7 +20,7 @@
<Match>
<!-- Reason: BaseMessageEvent only has two visible subclasses. -->
<Bug pattern="BC_UNCONFIRMED_CAST"/>
- <Class name="io.opencensus.internal.BaseMessageEventUtil" />
+ <Class name="io.opencensus.trace.internal.BaseMessageEventUtil" />
</Match>
<!-- Suppress all FindBugs warnings about NullPointerExceptions. They are redundant with the -->