aboutsummaryrefslogtreecommitdiff
path: root/findbugs-exclude.xml
diff options
context:
space:
mode:
Diffstat (limited to 'findbugs-exclude.xml')
-rw-r--r--findbugs-exclude.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/findbugs-exclude.xml b/findbugs-exclude.xml
index 119f823e..ef950976 100644
--- a/findbugs-exclude.xml
+++ b/findbugs-exclude.xml
@@ -11,5 +11,11 @@
<Class name="io.opencensus.common.Timestamp" />
<Method name="compareTo" />
</Match>
+ <Match>
+ <!-- Reason: Equal is implemented in the AutoValue generated class. -->
+ <Bug pattern="EQ_COMPARETO_USE_OBJECT_EQUALS"/>
+ <Class name="io.opencensus.common.Duration" />
+ <Method name="compareTo" />
+ </Match>
</FindBugsFilter>