Skip to content

Commit

Permalink
Enable Error Prone HidingField bug pattern again (google#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 tibor-universe committed Aug 17, 2024
1 parent 6035b64 commit a490fbe
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 @@ -155,7 +155,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 a490fbe

Please sign in to comment.