From 40f6c92c5c6ade105d38447e7545595768bc3f1b Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Fri, 9 Aug 2019 16:06:56 +0900 Subject: [PATCH] Increase severity of AmbiguousMethodReference to ERROR All instances of this problem have been fixed. Increase its severity to ERROR to prevent reoccurrences. Change-Id: I42d41a7c32b43d1ba59a28cd2f5a7d0ad315d8d9 Signed-off-by: David Pursehouse --- tools/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/BUILD b/tools/BUILD index ea2b91b02..bfe0d6ef8 100644 --- a/tools/BUILD +++ b/tools/BUILD @@ -26,7 +26,7 @@ java_package_configuration( "-Xep:ReferenceEquality:WARN", "-Xep:StringEquality:WARN", "-Xep:WildcardImport:ERROR", - "-Xep:AmbiguousMethodReference:WARN", + "-Xep:AmbiguousMethodReference:ERROR", "-Xep:BadAnnotationImplementation:ERROR", "-Xep:BadComparable:WARN", "-Xep:BoxedPrimitiveConstructor:ERROR",