(cherry picked from commit 480302b4ba932ff16b88081dac651f0a5c46c09b)
@@ -158,6 +158,7 @@
<module name="EqualsHashCode"/>
<module name="HiddenField">
<property name="ignoreConstructorParameter" value="true"/>
+ <property name="ignoreSetter" value="true"/>
</module>
<module name="IllegalInstantiation"/>
<module name="InnerAssignment"/>
@@ -48,6 +48,8 @@ Release 2.9.0 - UNRELEASED
HADOOP-10321. TestCompositeService should cover all enumerations of
adding a service to a parent service. (Ray Chiang via kasha)
+ HADOOP-12859. Disable hiding field style checks in class setters. (Kai Zheng via wang)
+
BUG FIXES
HADOOP-12605. Fix intermittent failure of TestIPC.testIpcWithReaderQueuing