Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorDavid Pursehouse2019-08-09 07:06:56 +0000
committerDavid Pursehouse2019-08-09 07:09:04 +0000
commit40f6c92c5c6ade105d38447e7545595768bc3f1b (patch)
tree311f47c02a6aa907deea01fb461935fe28a28584 /tools
parent13df53c149cc467766514d4ac86c9d26a0287b7a (diff)
downloadjgit-40f6c92c5c6ade105d38447e7545595768bc3f1b.tar.gz
jgit-40f6c92c5c6ade105d38447e7545595768bc3f1b.tar.xz
jgit-40f6c92c5c6ade105d38447e7545595768bc3f1b.zip
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 <david.pursehouse@gmail.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/BUILD b/tools/BUILD
index ea2b91b022..bfe0d6ef8b 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",

Back to the top