From a9bd30b57796b4490d9f3eb4b59edea49fb327a3 Mon Sep 17 00:00:00 2001 From: Marcono1234 Date: Thu, 11 May 2023 22:18:09 +0200 Subject: [PATCH] Enable Error Prone HidingField bug pattern again (#2390) Bug which required disabling this bug pattern was fixed in 2.19.1 and Error Prone dependency was updated to that version in commit 3c4b0721005dbc5e0d7515b95a321715d48b3291 --- pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/pom.xml b/pom.xml index c236153d..a3ca0288 100644 --- a/pom.xml +++ b/pom.xml @@ -134,7 +134,6 @@ -XDcompilePolicy=simple -Xplugin:ErrorProne -XepExcludedPaths:.*/generated-test-sources/protobuf/.* - -Xep:HidingField:OFF -Xep:NotJavadoc:OFF