Skip to content

Commit

Permalink
Enable Error Prone HidingField bug pattern again (#2390)
Browse files Browse the repository at this point in the history
Bug which required disabling this bug pattern was fixed in 2.19.1 and
Error Prone dependency was updated to that version in commit
3c4b072
  • Loading branch information
Marcono1234 authored and eamonnmcmanus committed May 31, 2023
1 parent fa0c5cb commit 26f4a10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@
<arg>-XDcompilePolicy=simple</arg>
<arg>-Xplugin:ErrorProne
-XepExcludedPaths:.*/generated-test-sources/protobuf/.*
-Xep:HidingField:OFF <!-- https://github.com/google/error-prone/issues/3895 -->
-Xep:NotJavadoc:OFF <!-- Triggered by local class. -->
</arg>
<!-- Enable all warnings, except for ones which cause issues when building with newer JDKs, see also
Expand Down

0 comments on commit 26f4a10

Please sign in to comment.