From 0b976229ec695c9a1e454f3539efa8e616d7d3e4 Mon Sep 17 00:00:00 2001 From: Krzysztof Sobolewski Date: Mon, 17 Jan 2022 09:46:05 +0100 Subject: [PATCH] Enable Error Prone check: DoubleBraceInitialization See also 53596c32f5bc75e13b00aee3468b195547dc5708 --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 70d432ee8eec..ffe977fe179b 100644 --- a/pom.xml +++ b/pom.xml @@ -1817,6 +1817,7 @@ -Xep:BoxedPrimitiveConstructor:ERROR \ -Xep:ClassCanBeStatic:ERROR \ -Xep:CompareToZero:ERROR \ + -Xep:DoubleBraceInitialization:ERROR \ -Xep:EqualsGetClass:OFF \ -Xep:EqualsIncompatibleType:ERROR \ -Xep:FallThrough:ERROR \