HADOOP-12859. Disable hiding field style checks in class setters. Contributed by Kai Zheng.
This commit is contained in:
parent
5abf051249
commit
480302b4ba
|
@ -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"/>
|
||||
|
|
|
@ -698,6 +698,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
|
||||
|
|
Loading…
Reference in New Issue